body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	background: #999999;
}
.footer {
	color: #CCCCCC;
	font-style: italic;
	font-size: 11px;
}

/* CSS Document */

/* Layer del menú en portada */
#subproductos {
	position:absolute;
	left:-100px;
	top:-100px;
	width:190px;
	z-index:1;
	border: 1px solid #826271;
	background: url(fondo.jpg);
	visibility: hidden;
}

#subproductos a {
	display: block;
	padding: 2px 5px;
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #866F7F;
	clear: left;
	text-decoration: none;
}
#subproductos a:visited {
	color: #866F7F;
}
#subproductos a:hover {
	color: #C66339;
}
#subproductos a:active {
	color: #FE9900;
}
/* Layer del menú en interiores */
#subproductos2 {
	position:absolute;
	left:-100px;
	top:-100px;
	width:190px;
	z-index:1;
	border: 1px solid #826271;
	background: url(fondo2.jpg);
	visibility: hidden;
}

#subproductos2 a {
	display: block;
	padding: 2px 5px;
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #866F7F;
	clear: left;
	text-decoration: none;
}
#subproductos2 a:visited {
	color: #866F7F;
}
#subproductos2 a:hover {
	color: #C66339;
}
#subproductos2 a:active {
	color: #FE9900;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #A27E88;
}
a:link {
	color: #D0744F;
	text-decoration: underline;
}
a:visited {
	color: #D0744F;
}
a:hover {
	color: #AF9AA5;
}
a:active {
	color: #FF9900;
}
.resaltarnaranja {
	font-size: 14px;
	font-weight: bold;
	color: #D0744F;
}
.resaltarmorado {
	font-size: 14px;
	font-weight: bold;
	color: #8B6773;
}
.boldnaranja {
	font-weight: bold;
	color: #D0744F;
}
.boldmorado {
	font-weight: bold;
	color: #8A6B7A;
}
li {
	list-style: square outside;
	margin-left: 20px;
	margin-right: 80px;
	font-size: 11px;
}
.fotos {
	background: #EEEEEE;
	padding: 10px;
	border: 1px solid #CCCCCC;
}
