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

body,td,th {
	font-size: 12px;
	color: #000;
}

body {
	background-color: #25262A;
	margin: 0;
	background-image:url(../images/bckgnd.jpg);
	background-repeat:repeat-x;
	text-align: center;
}


/* Contenedor principal */

div#wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 779px;
}
	
	#div#menu {
		width: 779px;
		background-color: #ededed;
		float: left;

	}

	div#content {
		float: left;
		height: 1300px; /*798px;*/
		width: 779px;
		background-color: #ededed;
		background-image: url(../images/backgnd_page.gif);
		background-repeat: repeat-y;
	}
	
	
/* columna izquierda */
	
		div#left_col {
			height: 796px;
			width: 166px;
			float: left;
		}
		
			div#left_col .foot-image {
				margin: 226px 0 0 0;
				padding: 0px;
			}
		
			div#left_col .top-image {
				margin: 0px;
				padding: 0px;
			}
		
/* columna derecha */
		
		div#right_col {
			height: 784px;
			float: left;
			margin: 0 0 0 0;
			padding: 15px 0 0 22px;
			font-family: Tahoma;
			font-size: 12px;
			color: #000000;
		}
		
	/* home */
			
			.horizontal_separator {
				padding: 0 0 30px 0;
				margin: 0;
				height: 10px;
				background-image: url(../images/backgnd_dot-separator.gif);
				background-repeat: repeat-x;
				font-size: 11px;
			}
			
			.horizontal_separator_dark {
				display:block;
				height: 10px;
				background-image: url(../images/backgnd_dot-separator-gray.gif);
				background-repeat: repeat-x;
				
			}
			
			div#text_body {
				width: 535px;
				padding: 0px 13px 0 14px;
				margin: 0;
				font-size: 11px;
				color: #000000;
				text-align:justify;
			}
			
			div#bulletlist {
				margin: 0 0 0 -22px;
			}
			
			div#bulletlist ul {
				font-size: 11px;
			}
			
			div#bulletlist li {
				list-style-image: url(../images/bullet.gif);
				margin: 10px 0 0 0;
			}
			
			.bulletlist_dark {
				width: 520px;
				height: 20px;
				margin: 0px 0 0 25px;
				color: #5a5d66;
			}
			
			.bulletlist_dark a {
				text-decoration: none;
				font-size: 10px;
				font-weight: bold;
				color: #525ea6;
			}
			
			.bulletlist_dark a:hover {
				text-decoration: none;
				font-size: 10px;
				font-weight: bold;
				color: #5a5d66;
			}
			
			.subtitle {
				margin: 35px 0 0 0;
				font-size: 11px;
			}
			
			.lightblue {
				width: 535px;
				padding: 5px 13px 0 14px;
				font-size: 11px;
				color: #447ecc;
			}
			
			div#logos {
				width: 510px;
				/*display:inline;*/
			}
			
			div#logos .vert_divider {
				width: 24px;
				height: 75px;
				background-image: url(../images/vertical_divider.gif);
				background-repeat: no-repeat;
				float: left;	
			}
			
			div#logos .logoimg {
				float: left;
				height: 75px;
				margin: 0 0 20px 0;
			}
			
.bulletlist_dark a.link_prensa { width: 60px; float: left; clear:left; }	

.boton-volver {
	float:left;
	margin-top: 5px;
	padding-top: 5px;
	width: 95%;
	font-size: 12px;
	font-weight: bold;
	color: #00386a;
	text-align: right;
	border-top: 1px solid #cecfd1;}
	
/* noticias */

#cuerpo_central_noticias {
	float: left;
	width: 570px;
	padding-bottom: 15px;	}

.noticia {
	width: 554px;
	padding: 10px;
	padding-right: 0;
	margin-left: 10px;
	float:left;}
	
	.noticia:hover {background: #FFFFFF;}
	
	.video { float: left; background: none; margin-left: 20px; padding-top: 10px;}
	
	.noticia_cont {
	width: 410px;
	float: left;}
	
	#cuerpo_central_noticias .noticia h1 { 
	font-size: 17px;
	color: #00386A;	
	margin:3px 0;}
	
	.links {
	margin-right: 20px;
	margin-top: 10px;
	float: right;
	width: 100px;
	border-left: 1px solid #CECFD1;
	text-indent: 5px;}
	
	.links img {
	display:block;
	margin-left: 10px; }
	
	.links h5 {
	display:block;
	margin-bottom: 5px;
	width: 100%; }
	
#noticias_secundarias {
	display:block;
	clear: both;
	width: 100%;
	padding-top: 20px;
	margin-left: 20px; }
	
	.noticias_secundarias_columna {
	width: 270px;
	float: left; }
	
.noticia_sec {
	width: 260px;
	display:block;
	margin-right: 10px;
	margin-top: 15px;}
	
	.noticia_sec h5 {
	display:block;
	width: 100%; }
	
	.noticia_sec h6 {
	display:block;
	margin: 3px 0;}