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

html,body{
	margin:0;
	padding:0
}
body{
	background:#EAE9E6;
	font-family: Tahoma, Verdana, Arial;
}
#head{
	height:150px;
	width:990px;
	margin:20px auto 0 auto;
	background-image:url(../images/head.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	position:relative;
}
#head #logo a{
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	width:186px;
	height:84px;
	position:absolute;
	left: 17px;
	top: 17px;
	text-indent:-9999px;
}
#head ul#datos-contacto{
	width:320px;
	height:25px;
	position:absolute;
	left: 767px;
	top: 12px;
	font-size:11px;
	color:#999999;
}
#head ul#datos-contacto li{
	list-style-type:none;
	padding:3px 0 4px 20px;
	margin-left:20px;
}
#head ul#datos-contacto li a{ color:#2691C7; }
#head ul#datos-contacto li a:hover{ text-decoration:none; }
/***estilos form busqueda rapida***/
form#busqrap{
	width:185px; 
	margin:0; 
	padding:0;
}
	.ancho{ width:155px; }
	.flotar{ float:left; }
	
	.busqrapcaja{
		font-size:11px; 
		border: none;
		background:none;
		font-weight:bold;
		height:15px; 
		color:#1F76A0; 
		width:125px; 
		margin:5px 0 0 25px;
		float:left;
	}
	.busqrapboton{
		font-family:Tahoma, Verdana, Arial; 
		font-size:11px; 
		width: 20px; 
		height: 20px;	
		margin: 3px 0 0 14px; 
		.margin: 3px 0 0 12px; 
		padding:20px 0 0 0; 
		border: 0; 
		background: url(../images/nav-bot-search.jpg) no-repeat; 
		overflow: hidden; 
		cursor: pointer;
		float:left;
	}
/***fin estilos form busquedas***/

#cuerpo{
	width:990px;
	margin:auto;
	background-color:#FFFFFF;
}
#contenido{
	float:left; 
	background-color:#FFFFFF; 
	width:990px;
	padding-bottom:15px;
}

/*estilos para el pie*/
#pie{
	height:30px;
	width:990px;
	margin:0 auto;
	background-image:url(../images/foot.jpg);
	background-repeat:no-repeat;
	background-color:#EAE9E6;
	clear:both;
	font-family: Tahoma, Verdana, Arial;
	font-size:11px;
	color:#C6C4BB;
}
#pie #pie-rotulos{
	height:25px;
	width:990px;
	padding-top:15px;
	float:left;
}
#pie #pie-rotulos #derechos{
	width:300px;
	float:left;
	margin-left:15px;
}
#pie #pie-rotulos #code-valid{
	width:120px;
	float:left;
	margin-left:300px;
}
#pie #pie-rotulos #creditos{
	width:120px;
	float:right;
}

a.link-pie{
	color:#ACA99B;
}
a.link-pie:hover{
	color:#969381;
}
/* fin estilos del pie */

