body {
	font:"Times New Roman", Times, serif;
	font-size:14px;
	color:#666666;
	background-color:#FFFFFF;
	margin: 0px;
	}
/*DIVS ESPECIFICOS*/
#contenedor{
	background-color:#CCCCCC;
	padding:0px 10px 0px 10px;
	width:100%;
	height: 800px;
	margin: 0px;
	
	}
#cabecera{
	/*min-width: 1200px;*/
	background-color:#FFFFFF;
	width:98%;	}
#logo{	
	float:left;
	}
#aenor{
	float:left;	
	}
#imagen	{	
	float:right;
	}
#cuerpo{
	background-color:#fff;
	background-image:url(img/aenor.jpg);
	background-position:left;
	background-repeat: no-repeat;
	/*height:1000px;*/
	width:98%;
	}	
#cont_enlaces{
	background-color:#fff;
	font-size:14px;
	font:"Times New Roman", Times, serif;
	color:#333333;
	width:15%;
	height:100%;
	float:left;

	}	
#cont_texto{
	width:83%;
	background-color:#fff;
	font-weight:bold;
	/*height:100%;*/
	float:left;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	vertical-align:middle;

	}	
/*CAPA PARA CONTENIDOS EXTRAS ENTRE LA CABECERA Y EL CUERPO DE LA WEB*/	
#extra{
	background-color:#999999;
	width:100%;
	height:60px;
	float:right;
	display:none;  /*PARA QUE NO SE MUESTRE LA CAPA EN PRINCIPIO.*/ 
	}	
	
/*FIN DE LOS ESTILOS PARA LAS CAPAS*/	

/*----- ESTILOS DE ENLACES -----*/
#enlaces{
	background-color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	padding-left:10px;
	padding-top:5px;
	border-bottom:1px dashed #000;

	}
#enlaces a:link{
	font-weight:bold;
	text-decoration:none;
	color:#666666;
	}
#enlaces a:visited{
	font-weight:bold;
	text-decoration:none;
	color:#999999;
	}	
#enlaces a:hover{
	text-decoration: none;
	color:#FFCC66;
	}
	
	/*se lo pasa por el forro*/
#enlaces a:active{
	text-decoration: none;
	color:#333333;
	}

/*----- ESTILOS DE IMAGENES -----*/

#gerentes {
	border-color:#FF6600;
	border-bottom-style:solid;
	border-bottom-width:5px;
	}


/*----- ESTILOS DE TEXTO -----*/

.titulo{
	font-size:18px;
	font-style:italic;
	font-weight:bolder;
	color:#FF3300
	}
	
.texto_gris{
	color:#666666;
	font-size:16px;
	text-aling:justify;
	font-weight:bold;
	text-indent:30px;
	}	
.texto_naranza{
	color:#FF6600;
	font-size:16px;
	text-aling:justify;
	font-weight:bold;
	text-indent:30px;
	}	
/*----- ESTILOS DE ENLACES PARA OBRAS -----*/
#tabla_enlaces{
	background-color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	padding-left:10px;
	padding-top:5px;
	border-bottom:1px dashed #000;
	text-align:center;

	}
#tabla_enlaces a:link{
	font-weight:bold;
	text-decoration:none;
	color:#666666;
	}
#tabla_enlaces a:visited{
	font-weight:bold;
	text-decoration:none;
	color:#999999;
	}	
#tabla_enlaces a:hover{
	text-decoration: none;
	color:#CC0000;
	}
	
	/*se lo pasa por el forro*/
#tabla_enlaces a:active{
	text-decoration: none;
	color:#333333;
	}
#imagenes{

border-bottom:5px solid #ff0000;

}
