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

*{margin:0; padding:0;}

body {
background-color:#333333;
background-image:url(img/back_body.jpg);
background-repeat:repeat-x;
}

#contenedor {
position:relative;
width:858px;
background-color:#FFFFFF;
background-image:url(img/back_contenedor.jpg);
background-repeat:repeat-y;
margin:auto;
}

#cabecera {
position:relative;
width:858px;
height:190px;
background-image:url(img/back_head.jpg);
}

/* link */

#link_logo {
	position:absolute;
	padding-top:120px;
	height:0;
	display:block;
	overflow:hidden;
	width: 262px;
	top: 16px;
	left: 15px;
}

/* ---- */

/************ menu ***************/
	
	#ul_superior {
	position:absolute;
	height:30px;
	list-style-type:none;
	display:inline;
	top: 150px;
	left: 85px;
	}
	
	#ul_superior li {
	list-style-type:none;
	display:inline;
	float:left;
	}
	
	#ul_superior a{height:0px;display:block;overflow:hidden;padding-top:30px;}
	#ul_superior a:hover {height:0px;display:block;overflow:hidden;padding-top:30px;}
	
	#ul_superior a#inicio { width:77px; background-image:url(img/men_inicio.jpg)}
	#ul_superior a#autoridades { width:127px; background-image:url(img/men_autoridades.jpg)}
	#ul_superior a#servicios { width:96px; background-image:url(img/men_servicios.jpg)}
	#ul_superior a#politicas { width:132px; background-image:url(img/men_politicas.jpg)}
	#ul_superior a#sucursales { width:109px; background-image:url(img/men_sucursales.jpg)}
	#ul_superior a#contacto { width:103px; background-image:url(img/men_contacto.jpg)}
	
	#ul_superior a#inicio:hover { width:77px; background-image:url(img/men_inicio_h.jpg)} 
	#ul_superior a#autoridades:hover { width:127px; background-image:url(img/men_autoridades_h.jpg)}
	#ul_superior a#servicios:hover { width:96px; background-image:url(img/men_servicios_h.jpg)}
	#ul_superior a#politicas:hover { width:132px; background-image:url(img/men_politicas_h.jpg)}
	#ul_superior a#sucursales:hover { width:109px; background-image:url(img/men_sucursales_h.jpg)}
	#ul_superior a#contacto:hover { width:103px; background-image:url(img/men_contacto_h.jpg)}
	
	
	
	
	/*********************************/
	

#contenido_right {
width:128px;
background-image:url(img/back_right.jpg);
background-repeat:repeat-y;
float:right;
}

#contenido {
width:730px;
background-color:#FFFFFF;
float:left;
}

	#contenido strong { color:#BF8D46;}

	#contenido p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	padding-left:65px;
	padding-right:40px;
	text-align:justify;
	}
	
	#contenido ul{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	padding-left:100px;
	padding-right:40px;
	}
	
	#contenido h1{
		color:#BF8D46;
		font-family:Georgia, "Times New Roman", Times, serif;
		padding-left:65px;
		font-size:30px;
		font-style:italic;
		font-weight:normal;
	}
	
	
		#contenido a{
		color:#BF8D46;
		text-decoration:underline;
	}
	
		#contenido a:hover{
		color:#BF8D46;
		text-decoration:none;
		background:#F7EED2;
	}
	
	#contenido img{
		border: 1px solid #ccc;
		background:#EBEBEB;
		padding:3px;
		margin: 10px;
		float: right;
	}
	

#pie {
background-color:#333333;
text-align:right;
padding-right:60px;
padding-top:3px;
}

	#pie p {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	}
	
	#pie a {
	color:#FFFFFF;
	text-decoration:none;
	}
	
	#pie a:hover {
	color:#CCCCCC;
	text-decoration:none;
	}

