/**
ETIQUETAS
**/
BODY
{
	font-size: 62.5%;
	margin: 0;
	background-image: url(../imagenes/fondo.jpg);
	padding: 0;
}
DIV, P
{
	font-family: Verdana, Arial, sans-serif;
	color: #303030;
}
.btnTienda
{
	position: fixed;
	top: 263px;
	left: 50%;
	margin-left: 380px;
	z-index: 100;
}
A:link, A:active
{
	color: #2F0900;
}
A:hover, A:visited
{
	color: #000;
}
INPUT
{
	background-color: #FCF8EF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2F0900;
	border: 1px solid #2F0900;
}
TEXTAREA
{
	background-color: #FCF8EF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2F0900;
	border: 1px solid #2F0900;
}
/**
CAPAS ID
**/
#CapaPrincipal
{
	margin: 0 auto;
	padding: 0;
	width: 760px;
	background-color: #FFF;
}
#CapaCabecera
{
	width: 760px;
	height: 346px;
	background-image: url(../cabeceras/1.jpg);
	background-repeat: no-repeat;
}
#CapaCabecera DIV
{
	text-align: right;
	padding: 220px 25px 0 0;
	width: 50%;
	float: right;
}
#CapaCabecera H1
{
	font-size: 2.4em;
	color: #E8C47A;
	margin-bottom: 14px;
}
#CapaCabecera H2
{
	font-size: 1.2em;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 10px;
}
#CapaCabecera H3
{
	font-size: 1.1em;
	color: #FFF;
}
#CapaCuerpo
{
	padding-top: 43px;
	background-image: url(../imagenes/fondo_cuerpo.gif);
	background-repeat: repeat-x;
}
#CapaContenido
{
	float: right;
	width: 490px;
	font-size: 1.1em;
	margin-top: 15px;
	background-color: #FFF;
	text-align: justify;
	padding-right: 20px;
	line-height: 1.5em;
}
#CapaContenedorMenu
{
	float: left;
	background-color: #EDE4E1;
	width: 220px;
	margin-top: -7px;
	background-image: url(../imagenes/fondo_menu.gif);
	background-position: top right;
	background-repeat: repeat-y;
	text-align: center;
}
#FondoMenu
{
	color: #2F0900;
	margin: 0 11px;
	margin-top: -338px;
	width: 195px;
	background-image: url(../imagenes/fondo_menu_trans.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 400px;
}
#Menu
{
	color: #2F0900;
	margin: 0 11px;
	margin-top: -400px;
	width: 210px !important;
	width: 198px;
}
#MenuPrincipal
{
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 5px 0 0 15px;
}
#MenuPrincipal LI
{
	padding: 5px 0 2px 10px;
	margin-bottom: 8px;
	line-height: 18px;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 1px solid #2F0900;
	color: #2F0900;
	width: 85%;
}
#MenuPrincipal LI A:link, #MenuPrincipal LI A:visited
{
	text-decoration: none;
	color: #2F0900;
}
#MenuPrincipal LI A:hover, #MenuPrincipal LI A:active
{
	text-decoration: none;
	color: #98662F;
}
#MenuProductos
{
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}
#MenuProductos LI H5
{
	padding: 5px 0 2px 20px;
	margin-top: 3px;
	line-height: 15px;
	font-size: 1.1em;
	font-weight: bold;
	color: #2F0900;
	width: 85%;
}
#MenuProductos LI A:link, #MenuProductos LI A:visited
{
	text-decoration: none;
	color: #2F0900;
}
#MenuProductos LI A:hover, #MenuProductos LI A:active
{
	text-decoration: none;
	color: #98662F;
}
#CapaIdiomas
{
	color: #2F0900;
	font-size: 1.1em;
	text-align: left;
	margin: 15px 0 30px 15px;
}
/**
CLASES
**/
.Columna
{
	background-image: url(../imagenes/fondo_columna.gif);
	background-repeat: repeat-y;
}
.TituloContenidoPrimario
{
	color: #2F0900;
	font-size: 1.7em;
	margin-bottom: 10px;
	font-weight: bold;
	display: block;
	clear: both;
}
.TituloContenidoSecundario
{
	color: #2F0900;
	font-size: 1.2em;
	margin-bottom: 5px;
	font-weight: bold;
	display: block;
}
.TextoError
{
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}
.TextoColorPrincipal
{
	color: #2F0900;
}
.TextoPequeno
{
	font-size: 0.9em;
}
.Divider
{
	border: 0;
	border-top: 1px dashed #CCC;
	margin: 1.5em 0;
	clear: both;
	color: #FFF;
}
*:first-child + HTML .Divider
{
	margin: 0 !important;
}
.SeparadorOcultoContenidoPrimario
{
	border: 0;
	margin: 1.5em 0;
	clear: both;
	color: #FFF;
}
*:first-child + HTML .SeparadorOcultoContenidoPrimario
{
	margin: 0 !important;
}
.MargenDerecho
{
	margin-right: 10px;
}
.MargenIzquierdo
{
	margin-left: 10px;
}
.MargenInferior
{
	margin-bottom: 10px;
}
.MargenSuperior
{
	margin-top: 10px;
}
.MargenInferiorGrande
{
	margin-bottom: 20px;
}
.MargenSuperiorGrande
{
	margin-top: 20px;
}
.MargenInferiorMini
{
	margin-bottom: 5px;
}
.MargenSuperiorMini
{
	margin-top: 5px;
}
.Negrita
{
	font-weight: bold;
	color: #333;
}
.NoUnderline
{
	text-decoration: none;
}
.NoClear
{
	clear: none;
}
.Clear
{
	clear: both;
}
.DisplayBlock
{
	display: block;
}
.Oculto
{
	position: absolute;
	left: -99999px;
	top: -99999px;
}
.OcultoDisplay
{
	display: none;
}
.FloatLeft
{
	float: left;
}
.FloatRight
{
	float: right;
}
.AlignLeft
{
	text-align: left;
}
.AlignRight
{
	text-align: right;
}
.AlignJustify
{
	text-align: justify;
}
.AlignCenter
{
	text-align: center;
}
/**
RESETEAR DIFERENCIAS ENTRE NAVEGADORES
**/
BODY, DIV, DL, DT, DD, LI, H1, H2, H3, H4, H5, H6, PRE, FORM, FIELDSET, INPUT, TEXTAREA, BLOCKQUOTE, TH, TD
{
	margin: 0;
	padding: 0;
}
TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
}
IMG
{
	border: 0;
}
CAPTION, TH
{
	text-align: left;
}
H1, H2, H3, H4, H5, H6
{
	font-size: 100%;
	font-weight: normal;
}
Q:before, Q:after
{
	content: '';
}
ABBR, ACRONYM
{
	border: 0;
}
A
{
	outline: none;
}
P
{
	margin: 1em 0;
}
BLOCKQUOTE
{
	padding-left: 30px;
}
/**
FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html
**/
.Clearfix:after
{
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
.Clearfix
{
	display: inline-block;
/*Fixes IE/Mac*/
}
/*Hides from IE-mac \*/
* HTML .Clearfix
{
	height: 1%;
}
.Clearfix
{
	display: block;
}

