@charset "UTF-8";
/* CSS Document */
body {
	background: #e1dccd url(../imagenes/interfaz/fondo.gif) left top repeat;
	color: #87774f;
	text-align: center;
	vertical-align:middle;
	height: 100%;
	width: 100%;
	font: normal 12px Arial, Helvetica, sans-serif;
}
.ingles {
	font-style:italic;
}
#todo {
	width: 100%;
	height: 100%;
}
#todo .autor {
	float: none;
	width: 790px;
	margin: auto;
	padding-top: 50px;
	text-align: right;
	
}

#todo .autor a
{
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #9f8d60;
	text-decoration: none;
}
#todo .autor a:hover
{
	color: #fff;
	text-decoration: none;
}
#cabeza {
	float: none;
	border: 1px solid #dbceab;
	width: 798px;
	margin: auto;
	height: 126px;
}
#cuerpo {
	float: none;
	border: 1px solid #dbceab;
	width: 798px;
	margin: auto;
	background: #e1dccd url(../imagenes/interfaz/cuerpo_fondo.gif) left top repeat-y;
	margin-top: 5px;
	margin-bottom: 5px;
	min-height: 395px;
	padding: 0px;

}
#cuerpo img {
	/margin: 0px;
	/padding: 0px;
	/float: left;

}
#izquierda {
	float: left;
	height: 380px;
	width: 472px;
	border: 1px solid #c3b89c;
	margin: 5px 0px 5px 13px;
	/margin: 5px 0px 5px 6px;
	
}
#menu {
	float: left;
	width: 185px;
	height: 380px;
	background-color: #c3b89c;
	font-size: 15px
}
#menu .ingles {
	font-size: 11px;
}
#menu ul {
	list-style-type: none;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 35px 18px 0px 0px;
}
#menu ul li{
	
	line-height: 12px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
#menu ul li a {
	text-decoration: none;
	color: #87774f;
}
#menu ul li a.activo {
	color: #fff;
}
#menu ul li a:hover {
	text-decoration: none;
	color: #ffffff;
}
#texto {
	float: left;
	width: 252px;
	padding: 35px 0px 0px 18px;
	text-align: justify;
}
#texto .titulo {
	font-size: 15px;
	line-height: 12px;
	text-align: justify;
}
#texto .ingles {
	font-size: 11px;
	padding-bottom: 10px;
}
#texto .suite {
	padding: 5px 0px 0px 0px;
}
#texto a {
	color: #655c45;
	text-decoration: none;
}
#texto a:hover {
	color: #000;
	text-decoration: none;
}
#texto form
{
	text-align: center;
	padding: 20px 20px 0px 20px;
	/padding: 0px 20px 0px 20px;
}
#texto form input, #texto form textarea
{
	width: 200px;
	color: #87774f;
	border: 1px solid #988654;
	background-color: #dbceab;
	padding: 1px 5px 1px 5px;
	font: normal 10px Arial, Helvetica, sans-serif;
	margin: 0px 0px 4px 0px;
	
}
#texto form input.envio
{
	background: url(../imagenes/contacto/enviar.gif) left top no-repeat;
	border: 0px;
	margin-top: 10px;
	width: 30px;
	height: 30px;
}
#derecha {
	float: left;
	height: 380px;
	font-size: 0px;
	width: 285px;
	border: 1px solid #c3b89c;
	margin: 5px 0px 5px 11px;
	padding: 0px;
}


#pie {
	float: none;
	background:url(../imagenes/interfaz/pie.jpg) left top no-repeat;
	border: 1px solid #dbceab;
	width: 798px;
	margin: auto;
	height: 31px;
}

#pie .datos {
	float: none;
	padding: 8px 0px 0px 0px;
	font: normal 12px Arial, Helvetica, sans-serif;
	border: 1px solid #dbceab;
	width: 798px;
	margin: auto;
	height: 31px;
	/height:23px;
}
#pie .datos a {
	color: #655c45;
	text-decoration: none;
}
#pie .datos a:hover {
	color: #000;
	text-decoration: none;
}
	

