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

body {
background-color: #999999;/*#e3e3e3;*/
font-family: tahoma, Geneva, Arial, Helvetica, sans-serif;
height: 100%;
color:#333;
}

 a{
 	color: #0000CC;
 	text-decoration:none;
	
	}
a:hover{
	color:#0000CC;
	text-decoration:underline;	
	}
a:visited{
	color:#0000CC;
	}
	
/* MAQUETACION */

#contenedor{
	width: 793px;
	height: 100%;
	font-size: 11px;
	font-style:normal;
	text-align:justify;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	
}
 
#top {
	width: 793px;
	height: 98px;
	background-image: url(imagenes/cabezal.jpg);
}
#top a{
	color: #333;
	text-decoration:none;
	
	}
#top a:hover{
	color: #333;
	text-decoration:underline;	
	}

#foto {
	width: 793px;
	height: 97px;
	
}
#menu {
	width: 793px;
	height: 27px;
	
	background-image: url(imagenes/menu.jpg);
}
#submenu {
	width: 783px;
	height: 17px;
	padding: 0px 5px 15px 5px;
	
}
#footer {
	height: 40px;
	padding: 7px 5px 5px 8px;
	width: 780px;
	background-image: url(imagenes/pie.jpg);
	font-size: 10px;
	clear:both;

}
#left{
float: left;
padding:0 0 0 0;
	width: 650px;
	height: 100%;
	
}

#left2{
float: left;
padding:0 0 0 0;
	width: 793px;
	height: 100%;
	
}

#medio{
float: right;
padding:0 4px 0 0;
	width: 214px;
	height: 100%;
	
}


#subcont{

	width: 793px;
	height: 100%;
	
}

#right {
	float: right;
	width: 135px;
	height: 100%;
	text-align:center;
}

.select{ font-family: geneva; font-size: 12px; color: white; background-color:#666; width:190px;}

.copyright {
font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
}

input.campo_texto {
border-right : 1px solid #576ea5; 
border-top : 1px solid #576ea5; 
margin : 0; 
border-left : 1px solid #576ea5; 
color : #0a2f74; 
border-bottom : 1px solid #576ea5; 
font-family : Tahoma; 
font-size : 10px; 
color : #003366; 
}


/*prensa*/

#importantnews {
padding: 10px;
background-color:#FFFFFF;
border-bottom: 5px solid #999;
font-size: 12px;
}

#importantnews #subject {
text-align:center;
background-color: #145987;
border-bottom: 3px solid #fff;
padding: 0 3px 3px 0;
color: #fff;
font-size: 15px;
font-family: tahoma, Geneva, Arial, Helvetica, sans-serif;

}

#importantnews #titletext {
font-size: 12px;
}

#news {
padding: 10px;
background-color:#FFFFFF;
border-bottom: 1px solid #999;
}

#fullnews {
padding: 10px;
background-color:#FFFFFF;
border-bottom: 3px solid #999;
font-size: 12px;
}

#fullnews #subject {
color: #145987;

padding: 3px 3px 7px 3px;
font-size: 15px;
}

#fullnews #titletext {
font-size: 12px;
}
		
#news #subject {
font-size: 12px;
padding-bottom: 3px;
color: #145987;
font-weight: bold;
}

.thinborderfloat{
float : left; 
/*border : 1px solid silver;*/ 
padding : 3px; 
margin-right : 5px; 
} 