@charset "utf-8";
/* CSS Document */


body{
	background-color:#ffdd8c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0;
}

*.intro{
	color:#875948;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
	margin:16px;
}

*.intro:hover{
	color:#AF8115;
}

#todo{
	position:relative;
	margin: 4px auto auto auto;
	padding:0;
	width:840px;
	height:600px;
	background-color:#FFEEDD;
}

a{
	outline:0;
}

a img{
	border-width:0;
}

#menu{
	background-color:#875948;
	color:#ffffff;
	width:160px;
	height:584px;
	padding:8px;
}

#menu li{
	list-style-type:none;
	margin:0;
	padding:0;
}

#menu a{
	display:block;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	font-size:9px;
	border-bottom:#b79988 1px solid;
	margin:0;
	padding:10px 0 6px 0;
}
#menu a:hover{
	color:#ffdd8c;
}

#submenu a{
	padding:2px 0 2px 40px;
	border-width:0;
}


#seleccion{
	background-color:#977968;
	font-size:11px;
	font-weight:bold;
	margin:-8px;
	padding:7px;
	height:57px;
	display:block;

}

#seleccion img{
	border: #875948 1px solid;
	float:left;
	margin-right:6px;
}

#barra{
	position:absolute;
	padding:90px 10px 5px 10px;
	width:644px;
	height:54px;
	top:0;
	left:176px;
	background-color:#b99885;
	text-align:left;
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
}

#cita{
	font-size:9px;
	font-weight:normal;
	margin:2px 0 12px 10px;
}

#volver{
	display:block;
	float:right;
	color:#7f4934;
	font-size:10px;
	text-decoration:none;
	background-image:url("img/flechas_volver.gif");
	background-repeat:no-repeat;
	background-position:center left;
	padding:0 20px 0 20px;
}

#volver:hover{
	color:#ffd46c;
	background-image:url("img/flechas_volver_seleccionado.gif");
}
#texto{
	position:absolute;
	width:250px;
	height:431px;
	top:149px;
	left:176px;
	background-color:#ffeedd;
	padding:10px;
	font-size:10px;
	font-weight:bold;
	text-align:justify;
	color:#875948;
}

#texto p{
	margin:10px;
	padding:0;
}

#texto a{
	text-decoration:none;
	color:#AF5E41;
}

#texto a:hover{
	color:#FF0000;
}

#foto{
	position:absolute;
	top:149px;
	left:446px;
	margin:0;
	padding:0;
}


.menuimagenes a{
	color:#7f4934;
	text-decoration:none;
	font-size:10px;
	display:block;
	float:left;
	margin:-4px 2px 0 2px;
	padding:5px;
}

.menuimagenes a:hover{
	color:#000000;
	background-image:url("img/casita_roja.gif");
	background-repeat:no-repeat;
	background-position:center;
	
}

#seguridad img{
	margin:10px;
	float:right;
}
textarea{
	width:580px;
}

#boton{
	padding:10px 20px 10px 20px;
	background-color:#EF9677;
	font-weight:bold;
}

#boton:hover{
	background-color:#FF9677;
	color:#cc6600;
}
