@charset "utf-8";
/* CSS Document */
/* DIVs de diseño*/
body {
	font-size:62.5%;
	font-family:Verdana, Geneva, sans-serif;

}
#web {
	background-color: #fff;
	width: 80em;
	margin:auto;
	
}



#texto {
	float:left;
	width: 380px;
	margin-bottom:5px;
	padding-bottom: 10px;
	padding-top: 5px;
	text-align:justify;
	
}



#destacado {
	color:#000;
	text-align:justify;
	width: 390px;
	float: left;
	display: block;
}

#destacado P {
	line-height:1.5em;
	border-bottom:#C60 1px solid;
	display: block;
	width:15em;
	float: left;
	margin-left: 50px;
	margin-bottom: 19px;


}
#destacado_port {
	text-align:justify;
	background-color:#fff;
	color:#000;
	float:left;
	text-align:justify;
	width:40em;
	line-height:1.5em;
}

#destacado_port P {
	margin-left:40px;
	line-height:1.5em;
	border-bottom:#C60 1px solid;
	display: block;	
	width:15em;
}
#destacado_port H3 {	
	color:#C00;
	font-size:10px;
	font-weight:bold;
	line-height:1em;
	margin-top:0.2em;
	padding-left:0.2em;
	
}	




/* Div relativos*/


#img_destac {
	display: block;
	float: left;
}
#txt_destac {
	float: left;
	width: 400px;
	margin-top: 10px;
	clear: left;
}
#txt_destac H3{
	color:#C00;
	font-size:10px;
	font-weight:bold;
	line-height:1em;
	margin-top:0.2em;
	padding-left:0.2em;
	
}





/*Clases y estilos*/
.ae {
	color:#C00;
	font-weight:bold;

}

	
/*Links*/



a.sit_notic:link {
	padding:0.5em;
	color:#c00;
	text-decoration:none;
}
a.sit_notic:visited {
	padding:0.5em;
	color:#c00;
	text-decoration:none;
}
a.sit_notic:hover {
	padding:0.5em;
	color:#c00;
	text-decoration:UNDERLINE;
}
a.sit_notic:active {
	padding:0.5em;
	color:#c00;
	text-decoration:none;
}

