/* CUERPO
-------------------------*/
body {
	background-color: #3c2f27;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
a {
	color: #000;
	font-size: 12px;
}

/* CONTENEDOR
-------------------------*/
#contenedor {
	background-color: #660930;
	width: 760px;
	padding: 2px;
}

#flotante{
	float: left;
	margin-top: 0px;
	margin-left: 10px;
	position: absolute;
}
/* CABECERA
-------------------------*/
#cabecera{
	height: 88px;
	background-color: #fffddd;
	background-image: url(../imagenes/cabecera-fondo.gif);
	background-repeat: repeat-x;
	background-position: 0px 44px;
}
#idiomas img {
	border: 0px;
}
#idiomas {
	margin-left: 220px;
	margin-top: 66px;
	float: left;

}

#idiomas a {
	border-left: 1px solid #660930;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
}

#idiomas a:hover{
	text-decoration:underline;
}

#menu {
	margin-top: 64px;
	float: right;

}
#menu a {
	font-weight: bold;
	height: 28px;
	background-color: #fffddd;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	border-left: 1px solid #660930;
	padding: 5px;
}
#menu a:hover {
	background-color: #660930;
	color: #fff;
}

.activo {
	font-weight: bold;
	height: 28px;
	background-color: #660930;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	border-left: 1px solid #660930;
	padding: 5px;
}
/* PRODUCTOS
-------------------------*/
.productos {
	width: 750px;
	background-color: #fffddd;

}

#columna1 {
	float: left;
	width: 220px;
	height:400px;
	padding: 0;
	margin: 0;
}

.minis {

}


#columna2 {
	float: right;
	width: 500px;
	height:420px;
	padding: 5px;
	margin: 5px;
	border: 1px solid #660930;
}

.titulos {
	font-weight: bold;
	font-size: 14px;
	color: #660930;
	text-decoration: none;
	padding: 0;
}

.productos {
	font-weight: bold;
	font-size: 14px;
	color: #660930;
	text-decoration: none;
	padding: 5px;
}

/* FOTOS
-------------------------*/
.miniaturasalbum {
	background-color:#C29B98;
	width: 199px;
	height:50px;
}
.miniaturasalbum {
	margin-left: 5px;
}
.miniaturasalbum ul {
	margin-left: 0px;
	padding-left: 5px;
}
.miniaturasalbum li {
	float: left;
	list-style: none;
	width: 40px;
	margin: 5px;	
}


p#desc {visibility: hidden; margin: 0px; padding: 0px;}


#pieproductos {
	clear: both;
	width: 755px;
	height: 450px;
}

#pieproductos img {
	margin: 5px;
	
}
.titulospie {
	font-weight: bold;
	font-size: 14px;
	color: #660930;
	text-decoration: none;
	padding: 0;
	width: 745px;
	border-bottom: 1px solid #660930;
}

/* PIE
-------------------------*/
#pie{
	clear: both;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #fff;
	height: 20px;
}

#pie p{
	margin-left: 2px;
}