BODY {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #333;
	background: #FFF url(../img/fondoMadera.jpg) repeat-x;
}

BODY, H1, H2, H3, H4, P, UL, LI {
	margin: 0px;
	padding: 0px;
}

IMG {
	border: 0px;
}


/** CABECERA **/
DIV#cabecera {
	position: relative;
	margin: 0px;
	width: 770px;
	height: 80px;
	margin: 0px auto;
	background: #362303 url(../img/fondoMadera.jpg);
}

DIV#cabecera H1 {
	position: absolute;
	color: #FFF;
	font-weight: normal;
	width: 220px;
	font-size: 2em;
	text-align: center;
	margin-top: 20px;
}

DIV#cabecera #listaPrecios {
	float:right;
	color:#FFF;
	text-decoration:none;
	padding:5px;
	font-size:15px;
	background:#000;
}
DIV#cabecera #listaPrecios:hover {
	background:#FFF;
	color:#000;
	text-decoration:underline;
}

DIV#cabecera UL {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 525px;
}

DIV#cabecera UL LI {
	display: inline;
	padding: 0px 0px 0px 2px;
}

DIV#cabecera LI IMG {
	vertical-align: bottom;
}


/** CONTENEDOR **/
DIV#contenedor {
	width: 770px !important;
	width: 780px; /* Explorer */
	margin: 0px auto;
	background: #FFF;
}

DIV#contenedor IMG {
	border: 1px solid #9F9184;
	background: #FFF;
	padding: 5px;
}


/** DESCRIPCION O SUBCONTENIDO **/
DIV#descripcion {
	width: 190px;
	padding: 65px 15px 10px;
	background: #EBE4DD;
	margin-bottom: 30px;
}

DIV#descripcion H3 {
	font-size: 1.3em;
	margin-bottom: 0.5em;
	font-style: italic;
}

DIV#descripcion P {
	font-style: italic;
	margin-bottom: 1em;
	line-height: 1.3em;
}

DIV#descripcion P A:hover {
	color: #333;
}


/** CONTENIDO **/
DIV#contenido {
	float: right;
	width: 520px;
	padding: 5px 15px 15px;
	font-size: 1.1em;
}

DIV.banner {
	text-align: center;
}

DIV.banner IFRAME {
	margin-top: 10px;
}

DIV#contenido H2 {
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: -0.05em;
	font-size: 1.9em;
	margin: 10px 0px 0px;
	color: #675647;
}

DIV#contenido H2 IMG {
	border: 0px;
	padding: 0px;
}

DIV#contenido H3 {
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: -0.05em;
	font-size: 0.9em;
	padding: 2px 5px;
	margin: 5px 0px;
	cursor: pointer;
}

DIV#contenido H4 {
	font-style: italic;
	font-size: 1em;
}

DIV#contenido H3 IMG, DIV#contenido H4 IMG {
	border: 0px;
	padding: 0px;
	background: none;
	margin-left: 7px;
}

DIV#contenido UL {
	margin: 0px 10px;
}

DIV#contenido UL LI {
	list-style: none;
}

DIV#contenido P {
	margin: 0px;
	padding: 2px 0px 4px;
}

DIV#contenido A:hover {
	color: #333;
}

DIV#contenido P.textoGeneral {
	font-style: italic;
}

DIV#contenido DIV.producto {
	margin: 0px 5px 10px;
	padding: 0px;
}

DIV#contenido DIV.producto IMG {
	float: right;
	padding: 3px;
	margin: 0px 0px 0px 5px;
}

DIV.producto TABLE {
	clear: both;
	width: 100%;
	margin: 5px auto 10px;
	border-collapse: collapse;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
}

DIV.producto TH {
	padding: 0px 5px;
	vertical-align: bottom;
	font-weight: normal;
}

DIV.producto TH.alinear {
	text-align: right;
	vertical-align: middle;
}

DIV.producto TD {
	padding: 0px 5px;
	width: 16.5%;
}

DIV#contenido DIV.producto P.nota {
	text-align: right;
	font-style: italic;
	font-size: 0.9em;
	line-height: 1.3em;
}

HR {
	height: 11px;
	width: 200px;
	border: 0px;
	margin: 20px auto 15px;
}


/** PIE **/
DIV#pie {
	clear: both;
	background: #362303 url(../img/fondoMadera.jpg) repeat-x;
	padding: 10px 0px 5px 0px;

}

DIV#pie P {
	width: 770px;
	margin: 0px auto;
	padding-left: 30px;
	font-size: 0.9em;
	font-style: italic;
	color: #FFF;
}

DIV#pie A {
	color: #FFF;
}