/**********************
		reset
**********************/
body {
	font:x-small Arial,Helvetica,sans-serif;
	background:#fff;
	color:#000;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, select, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}
fieldset, img, abbr, acronym {
	border:0px none;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
p, li {line-height:1.25em;
}
li {height:1%;}
img {
	border:0px none;
}
h1, h2, h3, h4, h5, h6 {
	font-size:1em;
	font-size:100%;
	font-weight:normal;
}
a { color:#4B6CA3;outline:none; }
a:hover {text-decoration:underline;}
div.spacer {
	clear:both;
}
div.divisor {
	width:660px;
	clear:both;
	border-top: 1px #DCE2EF solid;
	margin: 5px 0 40px 0;
	padding:0;
}
/* ********************
   plantilla
**********************/
#wrap {
	width:980px;
	margin: 5px auto;
	padding:0 10px;
}
.banner_full {
	width: 980px;
	margin-bottom:15px;
}
/*	------------------
	header
---------------------*/
#header {
	position: relative;
	width:980px;
	margin-bottom:20px;
}
#header h1 {
	width: 394px;
	margin: 0  auto 15px;
}
#header h1 a {
	background:url('../images/header.gif') no-repeat 0 0;
	height:54px;
	width:394px;
	display: block;
	text-indent: -9999px
}
#header #fecha {
	position: absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	top:0;
	left:0;
	color:#999;
}
/*	nav
---------------------- */
#nav {
	width:980px;
	height:26px;
	background:url('../images/nav.jpg') repeat-x 0 0;
	overflow: hidden
}
#nav #nav_prim_nivel {
	float:left;
}
#nav #nav_prim_nivel ul li{
	float:left;
	border-right:1px solid #44639B;
	padding-top: 5px;
}
#nav ul li a {
	padding:2px 7px 6px 8px;
	display:block;
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
	margin:0 3px;
}
#nav ul li a:hover {
	text-decoration: underline;
}
#nav #nav_prim_nivel ul li.active {padding-top:3px;}
#nav ul li.active a {
	text-align: center;
	background: #fff url('../images/bg_pest_nav1.gif') no-repeat top right;
	color: #44639B;
	border-left:1px solid #CCD5D9; padding-left:5px; padding-right:7px; padding-top:4px; padding-bottom:7px
}
#nav_seg_nivel {
	float:left;
	width:978px;
	border-left:1px solid #DEDEDE;
	border-bottom:1px solid #DEDEDE;
	border-right:1px solid #DEDEDE;
	height:100%;
}
#nav_seg_nivel ul.nav_metas {float:right;}
#nav_seg_nivel ul.nav_metas li a{color:#666;}
#nav_seg_nivel li {
	float:left;
	margin:4px 0px 3px 2px;
	padding: 1px 6px 1px 6px;
	border-right:1px solid #DCE2EF;
	height:18px;
}
#nav_seg_nivel a {
	color:#4B6CA3;
	font-size:1.1em;
	text-decoration:none;
	/*display:block;*/
	margin: 2px 0 2px 0px;
	padding:0 8px;
}
#nav_seg_nivel a.seleccionado {
	margin:2px 0px 2px 0px;
	padding:0px;
}
#nav_seg_nivel span.seleccionado {
	border: 1px #C1C7C7 solid;
	margin:-1px;
	display:block;
	padding: 1px 0px 1px 0px;
	background-color: #F0F1F3;
}
#nav_seg_nivel a:hover {
	text-decoration:underline;
}
#nav .buscador {
	float:right;
	padding:4px 5px 0 10px;
	
	overflow:hidden;
}
#nav .buscador input.texto {
	border:1px solid #E1F5FF;
	width: 160px;
	padding:1px 2px;
	
	margin-right:3px;
	font-size: 1.2em;
	color: #444444;
}
#nav .buscador input.boton {
	vertical-align: bottom;
}
/* ------------------
	CONTENT
------------------- */
#content {
	width:980px;
	margin-bottom:0px;
	margin-top:15px;
	float:left;
}
#content #main_content {
	width:670px;
	float:left;
	margin-right:9px;
}
#content #col_right {
	float: right;
	width:300px;
}
#main_content .float-left {
	width:340px;
	padding-right:5px;
	margin: 0 10px 0px 0;
	border-right: 1px solid #DCE2EF;
}
#main_content .float-right {
	width:305px;
	padding-right:4px;
	margin-bottom: 0px;
	clear:right;
}
#main_content .banner_500-500 {
	width:500px;
	margin: 0 auto 40px;
}
/* ------------------
	noticia
------------------- */
.noticia-first-child{
	width:100%;
	border-top: 0px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom:0px;
	overflow: hidden;
	color:#000;
}
.noticia-first-child h2 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:2em;
	font-weight:bold;
	color:#4B6CA3;
	line-height: 1.05em;
	margin-bottom:4px;
}
.noticia-first-child h2 a {
	color:#4B6CA3;
	text-decoration: none;
}
.noticia-first-child h2 a:hover {
	text-decoration: underline;
}
.noticia-first-child .date{
	font-size:1em;
	color:#888888;
	margin-bottom:10px;
	padding-bottom:0;
}
.noticia-first-child .volanta_new{
font-size:1em;color:#888888;
margin-bottom:0px;
padding-bottom:0px;
margin-top:0px;
padding-top:0px;
}

.noticia-first-child .copete_new{
color:#666666;
font-size:14px;
line-height:1.2em;
}

.noticia-first-child p{
	font-size:1.2em;
	margin-top:10px;
}
.noticia-first-child img {
	margin-bottom:10px;
}


.float-left .noticia-first-child .foto_do {
	width:342px;
	margin: 0 20px 0 20px;
	float:left;
}
.float-right .noticia-first-child .foto_do {
	width:342px;
	margin: 0 5px 0 0;
	float:left;
}
.noticia {
	width:100%;
	border-top: 1px solid #dce2ef;
	padding-top: 10px;
	margin-top: 5px;
	padding-bottom:0px;
	overflow: hidden;
	color:#000;
}
.noticia h2 {
	font-family:arial, sserif;
	font-size:2em;
	font-weight:bold;
	color:#4B6CA3;
	line-height: 1.05em;
	margin-bottom:4px;
}
.noticia h2 a {
	color:#4B6CA3;
	text-decoration: none;
}
.noticia h2 a:hover {
	text-decoration: underline;
}
.noticia .date{
	font-size:1em;
	color:#888888;
	margin-bottom:10px;
	padding-bottom:0;
}
.noticia .volanta_new{
font-size:1em;color:#888888;
margin-bottom:0px;
padding-bottom:0px;
margin-top:0px;
padding-top:0px;
}

.noticia .copete_new{
color:#666666;
font-size:14px;
line-height:1.2em;
}

.noticia p{
	font-size:1.2em;
	margin-top:10px;
}
.noticia img {
	margin-bottom:10px;
}


.float-left .noticia .foto_do {
	width:342px;
	/*margin: 0 20px 0 20px;*/
	padding:0 20px;
	margin:0px;
	float:left;
}
.float-right .noticia .foto_do {
	width:342px;
	margin: 0 5px 0 0;
	float:left;
}
.foto_do img {
	width:300px;
	margin-bottom:0px;
	/*margin: 0 5px 0 0;
	float:left;*/
}
.foto_do .epigrafe {
	width:300px;
	background: #f8f8f8;
	color:#333333;
	margin: 0 5px 0 0;
	font-size:9px;
	text-align:center;
	float:left;
	border-bottom:1px #dce2ef solid;
	line-height:15px;
	padding-top:3px;
	padding-bottom:3px;
}

.foto_da {
	width:120px;
	margin: 0 10px 0 0;
	float:left;
}


.foto_da img {
	width:118px;
	margin: 0 5px 0 0;
	float:left;
}
.foto_da .epigrafe {
	background: #f8f8f8;
	color:#333333;
	margin: 0 5px 0 0;
	font-size:9px;
	float:left;
	text-align:center;
	width:118px;
	border-bottom:1px #dce2ef solid;
	line-height:15px;
	visibility:hidden;
}

.foto_ha {
	width:120px;
	margin: 0 5px 0 10px;
	float:right;
	clear:right;
}
.foto_ha img {
	width:118px;
	margin: 0 5px 0 0;
	float:left;
}
.foto_ha .epigrafe {
	width:118px;
	background: #f8f8f8;
	color:#333333;
	margin: 0 5px 0 0;
	font-size:9px;
	float:left;
	text-align:center;
	border-bottom:1px #dce2ef solid;
	line-height:15px;
	visibility:hidden;
}

.float-left .last-child,
.float-right .last-child {
	margin-bottom: 0;
	border-bottom:0px none;
	padding-bottom:0
}


/*	articulos_recomendados
------------------------- */
#articulos_recomendados {
	border:1px #CCCCCC solid;
	width:660px;
	margin:10px 0 20px 0;
}
#articulos_recomendados div.header {
	border-top:1px #43566B solid;
	background-color:#E4E8EB;
	padding:3px 0 3px 7px;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#555555;
	border-bottom:1px #CCCCCC solid;
}
#articulos_recomendados div.listado {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 7px 0 5px 7px;
}
#articulos_recomendados div.detalle {
	margin-bottom: 7px;
}
#articulos_recomendados a {
	background:url('../images/articulos_rrhh.jpg') no-repeat left;
	padding-left: 15px;
	color:#134D86;
	font-weight: bold;
	margin: 3px 0;
	text-decoration:none
}
#articulos_recomendados a:hover {
	text-decoration:underline;
}

/*	not_paises
------------------------- */
#not_paises {
	clear:both;
	margin-right:5px;
	margin-bottom: 5px;
}
#not_paises h3 {
	color: #4B6CA3;
	border:2px #eeeeee solid;
	font-size: 1.5em;
/*	background:#DCE2EF;
	border-bottom: 1px solid #4B6CA3;*/
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	height:29px;
	width:650px;
	height: 18px;
	padding: 3px 0 3px 10px;
	margin-bottom: 15px;
}
#not_paises .not_pais {
	border:1px solid #F0F3F9;
	width:213px;
	float: left;
	margin:0 10px 10px 0;
	position:relative;
}
#not_paises .fila .last-child {margin-right:0;}
#not_paises .last-child .not_pais{margin-bottom:0;}
#not_paises .not_pais .pais_header {
	background: #EDE9DE;
	padding: 5px 10px 5px 0;
}
#not_paises .not_pais .pais_header .texto{
	font-size: 1.2em;
	font-weight:bold;
	position:absolute;
	top: 6px;
	left: 36px;
}
#not_paises .not_pais a.rss_pais {
	margin:5px 0 0 5px;
	border: 2px #99 solid;
}
#not_paises .not_pais p.vermas {
	position: absolute;
	top:7px;
	right:5px;
	_left:165px;
}
#not_paises .not_pais p.vermas a {
	display: block;
	height: 16px;
}
#not_paises .not_pais ul {
	padding:10px 10px 6px;
	font-size: 1.2em;
}
#not_paises .not_pais ul li {
	background: url('../images/ico_news.gif') no-repeat 0 3px;
	padding-left:14px;
	margin-bottom:4px
}
#not_paises .not_pais ul li a {
	color:#344B72;
	text-decoration: none;
}
#not_paises .not_pais ul li a:hover {text-decoration: underline;}
/* ------------------
	col_right
------------------- */
/*	ultima hora
------------------- */
#modulo_noticias {
	margin-bottom: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#modulo_noticias a {
	text-decoration: none;
}
#modulo_noticias #pestana_modulo_noticias ul {
	width:100%;
	float:left;
	position:relative;
	z-index:2;
}
#modulo_noticias #pestana_modulo_noticias li {
	background:#DCE2EF;
	border:1px solid #B6C2DE;
	border-bottom: none;
	color:#496E92;
	float:left;
	padding:3px 9px;
	margin:2px -1px 0 0;
}
#modulo_noticias #pestana_modulo_noticias li.active {
	background: #fff;
	margin: 0 0 -1px;
	padding: 5px 9px 3px;
	border-bottom: 1px solid #fff;position:relative;
	z-index:2;
}
#modulo_noticias #pestana_modulo_noticias li a {display:block;}
#modulo_noticias #pestana_modulo_noticias li a:hover {text-decoration:underline;}
#modulo_noticias #pestana_modulo_noticias li.active a:hover {text-decoration:none;}
#modulo_noticias .cont {
	border:1px solid #B6C2DE;
	padding: 7px 5px 0px;
}
#modulo_noticias .cont li {
	margin-bottom: 10px;
	color:#333;
	overflow:hidden;
}
#modulo_noticias .cont li a {
	color:#44639B;
	display:block;
	width: 82%;
	float: left;
}
#modulo_noticias .cont li a:hover {
	text-decoration:underline;
	color: #44639B;
}
/*-----------Modulo AJAX-------------*/
#modulo_noticias .cont li span.date {
	color:#c00;
	margin-right:5px;
	float: left;
	width: 46px;
	display: block;
	text-align: center;
}
#modulo_noticias .cont li span.orden {
	color:#000000;
	margin-right:5px;
	font-size: 14px;
	float: left;
	width: 20px;
	display: block;
	text-align: right;
}
/*	encuesta
----------------------- */
#encuesta {
	border:1px solid #B6C2DE;
	margin-bottom: 7px;
	font-size: 1.2em;
}
#encuesta h3 {
	border-bottom: 1px solid #b6c2de;
	background: #DCE2EF;
	font-weight: bold;
	padding: 3px 10px;
	color:#0E4A85;
}
#encuesta h4 {
	color:#0E4A85;
	padding:15px 0;
}
#encuesta .cont {
	padding: 0 0 10px 15px;
}
#encuesta .cont p {
	margin-bottom: 7px;
}
#encuesta .cont p input {margin-right:5px;vertical-align: bottom;}
#encuesta .form_actions {
	border-top: 1px solid #b6c2de;
	text-align: center;
	padding: 10px 0;
	color:#4B6CA3;
}
#encuesta .form_actions  input.boton {
	background: #4B6CA3;
	color:#fff;
	border: 1px solid #B6C2DE;
	font-size: 1.1em;
	font-weight:bold;
	padding: 2px 4px;
	margin-right:7px;
	cursor: pointer;
	vertical-align:middle;
}

#encuesta .form_actions  a {
	color: #0E4A85;
	text-decoration:underline;
	
}
#encuesta .title_alig {
	padding: 0px 10px;
}


/* ------------------
	footer
------------------- */
#footer {
	clear:both;
	position: relative;
	width:980px;
	margin-bottom:10px;
	border: 1px solid #E5EAF3;
	font-size: 1.2em;
	float:left;
}
#footer a {text-decoration:none;}
#footer .top-foot {
	padding:7px 7px 7px 0;
	color:#EFF4FF;
	float:left;
	width:100%;
}
#footer .top-foot a {padding:0 7px 1px;}
#footer .top-foot p.float-right {padding:0 0 1px;}
#footer .sub_nav_foot {
	border-top: 1px solid #E5EAF3;
	border-bottom: 1px solid #E5EAF3;
	height: 26px;
	float:left;
	width:980px;
}
#footer .sub_nav_foot ul li {
	float: left;
}
#footer .sub_nav_foot ul li a {
	border-right:1px solid #e5eaf3;
	color:#333;
	padding:6px 7px 5px 5px;
	display: block;
}
#footer .sub_nav_foot ul.nav_metas {float:right;}
#footer .sub_nav_foot ul li a:hover {
	background: #e5eaf3;
}
#footer .bottom_foot {float:left;padding:7px;color:#666;}
/* -------------------
	banners
--------------------- */
.banner_300,
.dos_banners {
	width:300px;
	overflow: hidden;
	margin-bottom:7px;
}
.banner_120 {
	width:120px;
	margin-left: 20px;
	float: left;
	margin-bottom:7px;
}
.banner_468_60 {
	width: 468px;
	height: 60px;
	background:url('../images/banner_468x60.jpg') no-repeat;
}
.banner_336_280 {
	text-align:center;
	margin:40px 0 30px 0;
}
.dos_banners {margin-bottom:0;}
.last_one {margin-bottom:7px;}
/* **********************
	noticia y articulo
********************** */
#articulo {
	margin-bottom: 20px;
}
#articulo .cont {
	padding-top: 20px;
}
/*-- complementa, solo de prueba eliminar--*/
#articulo .complementa {
	border-bottom:1px solid #DCE2EF;
	border-top:1px solid #DCE2EF;
	font-weight:bold;
	font-style:italic;
	color:#666666;
	float:left;
	font-size: 15px;
	margin:5px 20px 20px 0;
	padding:10px 0 0 0;
	width:150px;
}
#articulo .citas{
	border-bottom:1px solid #DCE2EF;
	border-top:1px solid #DCE2EF;
	line-height:20px;
	font-weight:bold;
	font-style:italic;
	color:#666666;
	float:left;
	font-size: 18px;
	margin:10px 20px 20px 0;
	padding:10px 0 10px 0;
	width:150px;
}
#articulo .palabras_claves strong {
	color: #333333;
}
#migadepan p {
	margin-bottom:14px;
	font-size:1.1em;
}

#migadepan a {
	color:#4B6CAe;
}
.articulo #articulo .cont h3 {
	font-size: 2em;
	margin:30px 0 15px;
	font-weight: bold;
	color: #666;
}
.articulo #articulo .cont h4 {
	font-size: 1.7em;
	margin:30px 0 10px;
	font-weight: bold;
	
}
#titular {
	width:980px;
	border-bottom:1px solid #DCE2EF;
	margin-bottom:15px;
}	
#titular p {
	font-size:1.2em;
	color:#999999;
	margin-bottom:3px;
}
#titular h2{
	font-family:Arial,Helvetica,sans-serif;
	color:#333333;
	font-weight:bold;
	line-height:1.05em;
	margin-bottom:4px;
}
.noticias #titular h2 {font-size: 3.1em}
.articulo #titular  h2 {
	font-size: 2.9em;
	margin-bottom:10px;
}
#titular h3{
	font-size:1.4em;
	color:#666666;
	line-height:1.15em;
	margin-bottom:10px;
}
#articulo .firma p {
	font-size:1.2em;
	color:#666666;
}
.articulo .firma p a {color:#999;}
.articulo .firma p {margin-bottom:10px !important;}
.meta_articulo {
	float:right;
	width:120px;
	border-left: 1px solid #DCE2EF;
	margin: 0 5px 20px 10px;
	border-bottom: 1px solid #DCE2EF;
	padding: 5px 5px 0px 12px;
	background:#f8f8f8;
}
.meta_articulo li {
	margin-bottom:10px;
	font-size: 1.1em;
}
.meta_articulo a {
	padding: 3px 0 3px 24px;
}
a.ampliar_fuente {
	background: url('../images/ampliar_fuente.jpg') no-repeat center left;
}
a.disminuir_fuente {
	background:url('../images/disminuirfuente.jpg') no-repeat center left;
}
a.descargar_pdf {
	background:url('../images/pdf.jpg') no-repeat center left;
}
a.imprimir {
	background:url('../images/imprimir.jpg') no-repeat center left;
}
a.enviar_a_un_amigo {
	background:url('../images/enviaramigo.jpg') no-repeat center left;
}
a.descargar_excel {
	background: url('../images/ico_excel.gif') no-repeat center left;
}
a.descargar_word {
	background: url('../images/ico_word.gif') no-repeat center left;
}
a.descargar_ppt {
	background: url('../images/ico_ppt.jpg') no-repeat center left;
}
/*--- informe generico --*/
#articulo .cont p{
	font-size:1.2em;
	line-height:1.3em;
	margin-bottom:10px;
	margin-right:10px;
	
}
#meta_articulo_bottom {
	width:645px;
	height: 110px;
	background:#F8F8F8;
	border: 1px solid #E4E9F3;
	margin-bottom: 20px;
	clear: both;
	display:block;
} 
#meta_articulo_bottom .column{
	width:160px;
	float:left;
	padding: 20px 0 0 10px;
}
#meta_articulo_bottom #adjuntos{
	width:245px;
	float:left;
	padding: 10px 0 0 10px;
}
/*-------Documento Adjunto---------*/
#meta_articulo_bottom #adjuntos a{
	font-family:Arial, sans-serif, Helvetica;
	font-size:11px;
	color:#4B6CA3;
}
#meta_articulo_bottom #adjuntos .peso{
	font-family:Arial, sans-serif, Helvetica;
	font-size:11px;
	text-align:center;
	color:#000000;
}
.width_table{
	width:30px;
}
.width_table td{
	padding:1px 3px 0px 3px;
	white-space:nowrap;
}

#meta_articulo_bottom #adjuntos ul.adjuntos_left {
	margin-right: 15px;
	float:left;
}
#meta_articulo_bottom li {
	padding-bottom:12px;
	
}
#meta_articulo_bottom li a {
	padding: 3px 0 3px 24px;
	font-size:1.1em;
	color:#4B6CA3;
}
#meta_articulo_bottom .second_column {
	border-right:1px solid #E4E9F3;
	border-left:1px solid #E4E9F3;
	width:200px;
	float:left;
	padding: 0 0 10px 10px;
	margin: 10px 0;
}
#meta_articulo_bottom p {
	font-size:1.2em;
	margin-bottom: 15px;
}
#meta_articulo_bottom div.compartir {
	margin: 0 0 15px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;	
}
#meta_articulo_bottom .second_column p img {margin-right:3px;}	
/*	bloque
--------------------------- */
.bloque {
	margin-bottom: 10px;
}
.bloque h4 {
	font-weight: bold;
	font-size: 1.7em;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:15px;
}
.bloque li {
	background: url('../images/arrow_simple.gif') no-repeat 0 6px;
	padding-left: 15px;
	font-size: 1.4em;
	margin-bottom:7px
}
.bloque li a {
	text-decoration: none;
	color:#4B6CA3;
}
.bloque li a:hover {text-decoration: underline;}
/*	foto_noticia
--------------------------- */
#col_right .foto_noticia {
	margin-bottom: 7px;
	width:298px;
}
#col_right .foto_noticia .foto {
}
#col_right .foto_noticia .foto img {
	width:296px;
	border: 1px solid #B6C2DE;
	
}
#col_right .foto_noticia .pie_foto {
	background: #DCE2EF;
	padding: 5px;
	border: 1px solid #B6C2DE;
	
}
#col_right .foto_noticia .pie_foto p {
	font-size: 1.1em;
	color:#333;
	padding: 1px;
	
}
#col_right .nav_ant_sig {
	text-align: center;
	
}
#col_right .foto_noticia a.btn_siguiente:link, a.btn_siguiente:visited, a.btn_siguiente:active{
	background:#E6EBF1 url('../images/fnd_siguiente.gif') no-repeat right center;color:#496E92;
	text-decoration:none;
	border:1px solid #B0C0CF; font-style:normal; font-variant:normal; font-weight:normal; font-size:11px; font-family:Tahoma, Arial, Helvetica, sans-serif; padding-left:6px; padding-right:17px; padding-top:2px; padding-bottom:2px
}

#col_right .foto_noticia a.btn_anterior:link, a.btn_anterior:visited, a.btn_anterior:active{
	background:#E6EBF1 url('../images/fnd_anterior.gif') no-repeat left center;
	color:#496E92;
	text-decoration:none;
	margin-right: 2px;
	border:1px solid #B0C0CF; font-style:normal; font-variant:normal; font-weight:normal; line-height:24px; font-size:11px; font-family:Tahoma, Arial, Helvetica, sans-serif; padding-left:17px; padding-right:6px; padding-top:2px; padding-bottom:2px
}

#col_right .foto_noticia a.btn_siguiente:hover {
	text-decoration:none;
	color:#FFFFFF;
	background:#B0C0CF url('../images/fnd_siguiente_over.gif') no-repeat right center;
	border:1px solid #E6EBF1;
	text-decoration:none
}
#col_right .foto_noticia a.btn_anterior:hover{
	text-decoration:none;
	color:#FFFFFF;
	background:#B0C0CF url('../images/fnd_anterior_over.gif') no-repeat left center;
	border:1px solid #E6EBF1;
	text-decoration:none
}

#col_right .foto_noticia a.btn_siguiente_inactivo:link, a.btn_siguiente_inactivo:visited, a.btn_siguiente_inactivo:active{
	background: #B0C0CF url('../images/fnd_siguiente.gif') no-repeat right center;color:#496E92;
	text-decoration:none;
	border:1px solid #B0C0CF;
	cursor:text; font-style:normal; font-variant:normal; font-weight:normal; font-size:11px; font-family:Tahoma, Arial, Helvetica, sans-serif; padding-left:6px; padding-right:17px; padding-top:2px; padding-bottom:2px
}

#col_right .foto_noticia a.btn_siguiente_inactivo:hover {
	background: #B0C0CF url('../images/fnd_siguiente.gif') no-repeat right center;color:#496E92;
	text-decoration:none;
	border:1px solid #B0C0CF;
	cursor:text; font-style:normal; font-variant:normal; font-weight:normal; font-size:11px; font-family:Tahoma, Arial, Helvetica, sans-serif; padding-left:6px; padding-right:17px; padding-top:2px; padding-bottom:2px

}
#col_right .foto_noticia a.btn_anterior_inactivo:link, a.btn_anterior_inactivo:visited, a.btn_anterior_inactivo:active{
	background: #B0C0CF url('../images/fnd_anterior.gif') no-repeat left center;
	color:#496E92;
	text-decoration:none;
	margin-right: 2px;
	border:1px solid #B0C0CF;
	cursor:text; font-style:normal; font-variant:normal; font-weight:normal; line-height:24px; font-size:11px; font-family:Tahoma, Arial, Helvetica, sans-serif; padding-left:17px; padding-right:6px; padding-top:2px; padding-bottom:2px
}
#col_right .foto_noticia a.btn_anterior_inactivo:hover{
	background: #B0C0CF url('../images/fnd_anterior.gif') no-repeat left center;
	color:#496E92;
	text-decoration:none;
	margin-right: 2px;
	border:1px solid #B0C0CF;
	cursor:text; font-style:normal; font-variant:normal; font-weight:normal; line-height:24px; font-size:11px; font-family:Tahoma, Arial, Helvetica, sans-serif; padding-left:17px; padding-right:6px; padding-top:2px; padding-bottom:2px
}

/*	google_noticia
-------------------------- */
.google_noticia_portada {
	margin:0 0 15px 0;
	padding-left:90px;
}

#articulo .google_noticia_portada {float:left;}

.google_noticia {
	margin:0 0 15px 0;
}
#articulo .google_noticia {float:left;}

.google_noticia_encuesta {
	margin:0;
	padding-left:125px;
}
#articulo .google_noticia_encuesta {float:left;}
/* **************************
		listado
**************************  */	
#listado {padding-right:5px;}
#listado h2 {
/*	border-top: 1px solid #DCE2EF;
	border-bottom: 1px solid #DCE2EF;
	background: #EFF4FF;*/
	border:2px #eeeeee solid;
	padding: 6px 0 6px 0;
	margin-bottom: 20px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	color:#4B6CA3;
	font-size:2.3em;
	line-height:1.05em;
}
/*
#listado h2.sub_header {
	padding:0;
	margin: 0 0 20px 0;
	text-align: center;
	color:#999999;
	font-size:18px;
}*/
.item {
	border-bottom: 1px solid #DCE2EF;
	margin-bottom:15px;
	padding-bottom: 0px;
}
.item .foto {
	float:left;
	margin-right:12px;
}
.item .foto p{
	color:#333333;
	font-size:1em;
}
.item .foto img {
	width:130px;
	background:#F2F2F2;
	padding:1px;
	border: 1px solid #DCE2EF;
}
/* ancho para el resultado de busqueda */
.item .cont {
	/*width:510px;*/
	float:left;
}
.item .cont p.volanta{
	color:#999999;
	font-size:1em;
	line-height:1em;
	margin-bottom:3px;
}
.item .cont p.volanta_new{
font-size:1em;
color:#888888;
margin-bottom:0px;
padding-bottom:0px;
margin-top:0px;
padding-top:0px;

}
.item .cont h3{
	color:#000000;
	font-size:1.8em;
	font-weight:bold;
	margin-bottom:3px;
	margin-right: 10px;
	float: left;
}
.item .titulo_articulo_new{
	float:left;
	max-width:450px;
	_width:450px;
	
}
.item .nuevo{
	color:#FF9900;
	float:left;
	padding: 5px 0 0 10px;

}
.item .cont h3 a:hover {
	text-decoration:underline;
}
.item .cont h3 a{
	color:#4B6CA3;
	text-decoration:none;
}
.item .cont p.autor{
	clear:both;
	color:#666666;
	font-size:1.1em;
	line-height:1em;
	margin-bottom:8px;
}
.item .cont p{
	font-size:1.2em;
	color:#000000;
	line-height:1.25em;
}
.item .cont p.more{
	float:right;
	margin-top:10px;
	margin-bottom:10px;
	font-size:1.2em;
	color:#4B6CA3;
}
#listado ul.otros_articulos {
	list-style-image: url('../images/listado_clip.gif');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left:20px; margin-right:0; margin-top:20px; margin-bottom:40px
}
#listado ul.otros_articulos li{
	padding: 3px; 0
}
#listado ul.otros_articulos a{
	color:#3F3F3F;
}
/*	cab_pais ------------ */
#cab_pais {
/*	border-top: 1px solid #DCE2EF;
	border-bottom: 1px solid #DCE2EF;
	background: #EFF4FF;*/
	padding: 20px 5px;
	margin:0 5px 20px 0;
}
#cab_pais h2 {
	color:#333333;
	font-size:2.3em;
	line-height:1.05em;
}
/*	paginación ------------ */
.paginacion {
	margin: 15px 0 15px 0;
	padding:0;
}
.paginacion p {
	font-size:10px;
	padding:3px 0;
	text-align:center;
	color:#4B6CA3;
}
.paginacion a {
	font-size:12px;
	padding:0 5px;
	text-decoration:underline;
}
.paginacion strong {
	background:#F2F2F2;
	border:1px solid #DDDDDD;
	font-size:1.1em;
	padding:2px 6px;
}
.paginacion a:hover {
	text-decoration: none;
	color: #333;
}
/* **************************
	elementos comunes
*************************** */
a.rss {
	background: url('../images/rss_16x16.png') no-repeat center right;
	margin-right:5px; padding-left:0; padding-right:20px; padding-top:1px; padding-bottom:1px
}
a.rss:hover {text-decoration: underline !important;}
.hidden {display:none !important;}
.to-right {text-align:right;}
.to-center {text-align:center;}
.float-left {float:left;}
.float-right {float:right;}
.clear {clear: both;}
.clearfix:after {
	content: ".";
	display: block;
	padding: 0px;
	clear: both;
	visibility: hidden; 
}
.clearfix {display: inline-block;}
/* Hides from IE-mac */ * html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */