/* CSS Document */





body, html {
	width:100%;
	margin: 0;
	background-image:url(images/efega_cabecera.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:0.1em;
	color:#333333;}

a {color:#0066CC; text-decoration:underline;}
a:hover {color:#0066CC; text-decoration:none;}
a:link {color:#0066CC; text-decoration:underline;}
a:active {color:#0066CC; text-decoration:underline;}

.float_izquierda {float:left; margin: 0 5px 5px 0;}
.float_izquierda2 {float:left; margin: 0 5px 5px 30px;}
.float_derecha {float:right; margin: 0 0 5px 5px;}

td { vertical-align:top;}

h1 {font-size:32px; color:#ff7800; text-align:right; letter-spacing:-3px; word-spacing:0; font-weight:bolder;}
h2 {font-size:24px; color:#999999; text-align:right; letter-spacing:-1px; word-spacing:0; font-weight:bold;}

.azul {font-size:12px; font-weight:bold; color:#005fcd;}
.azul_normal {color:#005fcd;}
.azuloscuro {color:#033d6f; font-weight:bold;}

#header {	
	margin: 0 auto;
	padding:0;
	text-align:center;
	height:141px;
	width:798px;
	border:0;}
	
#menu {	
	background-image:url(images/efega_menubg.jpg);
	margin: 0 auto;
	text-align:right;
	padding: 5px 20px 0 0;
	height:44px;
	width:778px;
	font-family:Arial; 
	font-weight:bold;
	letter-spacing:-1px;
	word-spacing:20px;}
	
	#menu a {font-size:18px; text-decoration:none; color:#FFFFFF;}
	#menu a:link {font-size:18px; text-decoration:none; color:#FFFFFF;}
	#menu a:hover {font-size:18px; text-decoration:none; color:#FFFFFF;}
	#menu a:active {font-size:18px; text-decoration:none; color:#99FFFF;}
	
#cuerpo {
	background-image:url(images/efega_cuerpo.jpg);
	background-repeat:repeat-y;
	border:0;
	margin: 0 auto;
	width:798px;
	height:auto;
	text-align:justify;
	padding:20px 0 40px 0;}
	
	#c_col1 {
	width:30%;
	padding-left:40px;}
	
	#c_col2 {
	width:65%;
	padding-right:40px;}
	
	#c_col3 {
	width:5%;}
	
#pie {
	background-image:url(images/efega_pie.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	color:#fff;
	width:100%;
	height:100px;
	padding-top:40px;
	text-align:center;}
	
	#pie a {text-decoration:none; color:#FFFFFF;}
	#pie a:link {text-decoration:none; color:#FFFFFF;}
	#pie a:hover {text-decoration:underline; color:#FFFFFF;}
	#pie a:active {text-decoration:none; color:#99FFFF;}
	
	
#foto{
	background-image:url(images/foto.jpg);
	background-repeat:no-repeat;
	width:70px;
	height:70px;
	padding:15px;
	float:left;
	margin-right:2px;}
	
#fecha{
	background-image:url(images/fecha.jpg);
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	padding:10px;
	float:left;
	margin-right:10px;
	text-align:center;
	vertical-align:middle;
	font-size:9px;
	color:#FFFFFF;
	font-weight:bold;}
	
#nova {
	width:100%;
	text-align:left;
	height:100px;
	margin-bottom:5px;
	border-bottom:1px #CCCCCC solid;}
	
#destacado {
	width:100%;
	text-align:left;
	height:40px;
	margin-bottom:5px;
	border-bottom:1px #CCCCCC solid;
	font-size:10px;}
