/* 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;
}

/* FOTO
-------------------------*/
#foto {
	width: 760px;
	height: 365px;	
}


/* PIE
-------------------------*/
#pie{
	background-color: #FFFDDD;
	font-size: 12px;
	color: #000;
	width: 764px;
	height: 210px;
	border-bottom: 22px solid #660930;
	border-top: 4px solid #FFFDDD;
	background-image: url(../imagenes/cabecera-fondo.gif);
	background-repeat: repeat-x;
	background-position: 0px 10px;
}

#pie p{
	padding: 5px;
	margin-top: 6px;
	margin-left:2px;
}

#titulos{
	background-image: url(../imagenes/titulos_pie.jpg);
	height: 20px;
	margin-top: 10px;

}

#tienda, #tapicero, #formulario {
	float: left;
	width: 250px;
	font-size: 12px;
	height: 200px;
}
#tienda p, #tapicero p, #formulario p{
	border-right: 1px solid #000;
}
#tienda h1, #tapicero h1, #formulario h1 {
	margin-left: 5px;
	color: #fff;
	font-size: 12px;
}
#formulario form {
	margin-left: 5px;
	margin-top: 0px;
 	font-size: 8px; 
}
#formulario form input {
	margin-bottom: 2px;
}

.celdas_form{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	border: 1px solid #660930;
}

#texto {
	float:right;
	width: 215px;
	height: 185px;
	background-image: url(../imagenes/fondo_texto_contacto2.gif);
	background-repeat: repeat-y;

	margin-top: 25px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#texto p {
	margin-top: 0px;
	padding: 2px 10px 2px 18px;
	color: #FFFFFF;
	font-size: 12px;
}

