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

body {
	margin: 0px;
	overflow-x:scroll;
	}
img {
	border: none;
	}
div, p {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;	
	}
#container {
	width: 999px;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	}
/*Claudio*/
a:link, a:visited {
	color:#007d94;
	text-decoration:none;
}

a:hover, a:active {
	text-decoration:underline;
}

a:focus {
  outline:0;
}
	
/* ----------- HEADER ------------- */
#header {
	width: 999px;
	height: 81px;
	background-color: #fafafa;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #fafafa;

	}
#header #logo {
	float: left;
	}
#header .ad {
	width: 480px;
	height: 54px;
	margin: 10px 14px 0px 500px;
	}

/* ------------- TOP NAV -------------- */

#top_nav {
	width: 999px;
	height: 30px;
	background-color: #fafafa;
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #cccccc;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	}
#fleft {
	float: left;
	}
#top_nav #main_nav {
	padding: 0px;
	margin: 6px 0px 0px 12px;
	float: left;	
	}
#top_nav #main_nav li {
	font-weight: bold;
	display: inline;
	list-style: none;
	}
/* Claudio */
#top_nav #main_nav .activo {
	color:#CC0000;
	}
/* Claudio */
#top_nav #main_nav li a {
	text-decoration:none;
	color:#000000;;
	}
#top_nav #fecha {
	width: 220px;
	height: 20px;
	margin: 6px 0px 2px 530px;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	text-align: center;
	color: #999999;
	}
.formulario {
	padding: 0px;
	margin: 0px;
	}
#form {
	width: 225px;
	height: 18px;
	margin: 6px 0px 0px 760px;
	padding: 0px;
	}
#form .buscar {
	width: 140px;
	height: 16px;
	padding: 0px;
	margin: 0px;
	float: left;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #666666;
	}
#form .btn_buscar {
	margin-left: 8px;
	}
	
/* ----------------------- COLUMNA IZQUIERDA ---------------- */

#left_col {
	width: 804px;
	border-right: 1px solid #e6e6e6;
	float: left;
	margin-top: 12px;

	}
.ult_mom {
	width: 785px;
	height: 73px;
	margin: 0px 12px 12px 12px;
	border-top: 2px solid #cc0000;
	background: #cccccc url(images/bg_ult.jpg) bottom repeat-x;
	}

.exclusivo {
	width: 785px;
	height: 73px;
	margin: 0px 12px 12px 12px;
	border-top: 2px solid #cc0000;
	background: #cccccc url(images/bg_ult.jpg) bottom repeat-x;
	}

.ult_mom2 {
	width: 785px;
	height: 73px;
	margin: 0px 12px 12px 12px;
	border-top: 2px solid #cc0000;
	background: #cccccc url(images/bg_ult.jpg) bottom repeat-x;
	}

.ult_mom_chico {
	width: 785px;
	height: 36px;
	margin: 0px 12px 12px 12px;
	border-top: 2px solid #cc0000;
	background: #cccccc url(images/bg_ult.jpg) bottom repeat-x;
	}
.ult_mom .ult_img {
	float: left;
	}
.ult_mom_chico .ult_img {
	float: left;
	}
.ult_text {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	}
.ult_text_exc {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	}
.ult_text h1 {
	font-weight: bold;
	font-size: 12px;
	margin: 5px 10px 0px 110px;
	text-transform: uppercase;
	}
.ult_text p {
	margin: 0px 10px 0px 110px;
	}

.ult_text_exc h1 {
	font-weight: bold;
	font-size: 12px;
	margin: 2px 0px 0px 160px;
	text-transform: uppercase;
	}
.ult_text_exc p {
	margin: 0px 10px 0px 130px;
	}

.anuncios {
	width: 785px;
	height: 73px;
	margin: 0px 12px 12px 12px;
	border-top: 2px solid #007e94;
	border-bottom: 2px solid #007e94;
	background: #ccc;
	display:table;
	}

.anu_text {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	display:table-cell;
	vertical-align:middle;
	position:relative;
	}

.anu_text h1 {
	font-weight: bold;
	font-size: 12px;
	margin: 0px 0px 0px 15px;
	text-transform: uppercase;
	color:#000;
	}

.anu_text p {
	margin: 0px 10px 0px 15px;
	color:#000;
	}	

/* \*/
* html .anu_text {
    top: 50%;
    left: 0;
    height: 1px;
    }

* html .anu_text .c {
    position: relative;
    top: -50%;
    }
/* */

/* ------------ COLUMNA A -----------------*/
#col_a {
	width: 464px;
	margin: 0px 0px 0px 0px;
/*	padding: 0px 12px; */
	padding: 0px 10px;
	border-right: 1px solid #dedede;
	float: left;
	}
.noticia_1 {
	}
.barra {
	background: #007d94 url(images/barra.jpg) top left no-repeat;
	width: 100%;
	height: 6px;
	margin-bottom: 3px;
	border-right: 2px solid #007d94;
	}

#col_a .barra {
	background: #007d94 url(images/barra.jpg) top left no-repeat;
	width: 100%;
	height: 6px;
	margin-bottom: 3px;
	border-right: 0px solid #007d94;
	clear:both;
	}

/*Claudio*/
.botones {
	width: 100%;
	height: 23px;
	margin-bottom: 3px;
	border-top: 1px dotted #dedede;
	border-bottom: 1px dotted #dedede;
	}
/*Claudio*/
.addthis {
	float:right;
	width:546px;
	text-align:right;
}
/*Claudio*/
#foto_container {
	width: 464px;
	float: right;
	border:1px solid #cccccc;
}

.foto_g {
	width: 464px;
	height:290px;
/*	float: right;*/
	}
.foto_g img {
	border: 1px solid #cccccc;
	}
#foto_container p {
	font-family: Arial, Tahoma, Verdana;
	font-size: 10px;
	color: #666666;
	margin: 5px;
}
.noticia_1 h1 {
	font-family: "Times New Roman", Times, serif;
	color: #007d94;
	font-size: 32px;
	font-weight: normal;
	padding: 0px;
	margin: 5px 0px;
	line-height: 30px;
	}

.noticia_1 div#foto {
	font-family: "Times New Roman", Times, serif;
	color: #007d94;
	font-size: 32px;
	font-weight: normal;
	padding: 0px;
	margin: 5px 0px;
	line-height: 30px;
	}
.noticia_1 h1 a {
	color:#007d94;
	}
.noticia_1 h2 {
	font-family: Arial, Tahoma, Verdana;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 10px 0px;
	line-height: 16px;
	}
.noticia_1 h2 a {
	color: #000000;
	}
.noticia_1 p {
	padding: 0px;
	margin: 5px 0px;
	}
.noticia_1 p a{
color: #000;
	}
#text_noticia a:link, #text_noticia a:visited {
	text-decoration: underline;
	color: #007d94;
	}
.acciones {
	position: relative;
	border-top: 1px dotted #dedede;
	border-bottom: 1px dotted #dedede;
	vertical-align: middle;
	width: 100%;
	height: 24px;
	padding: 0px;
	margin-bottom: 10px;
	}
.acciones .play {
	float: left; 
	height: 32px;
	margin-top: 3px; 
	}
.acciones .media {
	margin-left: 20px;
	float: left;
	}
.acciones .comment {
	font-family: Verdana, Arial, Tahoma;
	font-size: 9px;
	color: #999999;
	float: right;
	}
.acciones .comment span {
	font-family: Verdana, Arial, Tahoma;
	font-size: 9px;
	color: #999999;
	height: 25px;
	float: left;
	padding: 0px;
	margin: 6px 15px 0px 0px;
	}
.acciones .comment a:link, .acciones .comment a:visited {
	font-family: Verdana, Arial, Tahoma;
	font-size: 9px;
	color: #999999;
	height: 5px;
	text-decoration: none;
	float: left;
	padding: 0px;
	margin: 6px 12px 0px 0px;
	}
.acciones .derecha {
	position: absolute;
	bottom: 2px;
	right: 0px;
	margin-bottom: 0px;
	}
		
.noticia_2 {
	width: 220px;
	float: left;
	border-right: 1px solid #e6e6e6;
	padding-right: 10px;
	margin-bottom:10px;
	}
.noticia_2 h1 {
	font-family: "Times New Roman", Times, serif;
	color: #007d94;
	font-size: 20px;
	font-weight: normal;
	padding: 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.noticia_2 h1 a {
	color: #007d94;
}
.noticia_2 p {
	padding: 0px;
	margin: 5px 0px;
	}
.noticia_2 p a{
color:#000;
	}
.second_news_foto {
	width:220px;
	height:130px;
}
.audio {
	width: 220px;
	border: 1px solid #dedede;
	margin-bottom: 10px;
	}
.audio .player {
	width: 220px;
	border-bottom: 1px solid #dedede;
	}
.audio p {
	font-family: Arial, Tahoma, Verdana;
	font-size: 10px;
	color: #666666;
	margin: 5px;
	}
.video {
	width: 220px;
	border: 1px solid #dedede;
	margin-bottom: 10px;
	}
.video .player {
	width: 220px;
	border-bottom: 1px solid #dedede;
	}
.video p {
	font-family: Arial, Tahoma, Verdana;
	font-size: 10px;
	color: #666666;
	margin: 5px;
	}
.video_g {
	width: 400px;
	border: 1px solid #dedede;
	margin-bottom: 10px;
	}
.video_g_contenido {
	float:right;
	width: 400px;
	border: 1px solid #dedede;
	margin-bottom: 10px;
	}
.video_g_contenido p {
	font-family: Arial, Tahoma, Verdana;
	font-size: 10px;
	color: #666666;
	margin: 5px;
	}
.video_g .player {
	width: 220px;
	border-bottom: 1px solid #dedede;
	}
.video_g p {
	font-family: Arial, Tahoma, Verdana;
	font-size: 10px;
	color: #666666;
	margin: 5px;
	}
	
.noticia_3 {
	width: 220px;
	float: left;
	padding-left: 10px;
	margin-bottom:10px;
	}
.noticia_3 h1 {
	font-family: "Times New Roman", Times, serif;
	color: #007d94;
	font-size: 20px;
	font-weight: normal;
	padding: 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.noticia_3 h1 a {
	color: #007d94;
}
.noticia_3 p {
	padding: 0px;
	margin: 5px 0px;
	}
.noticia_3 p a{
color:#000;
}
.noticia_4 {
	margin-top: 10px;
	}
.noticia_4 h1 {
	font-family: "Times New Roman", Times, serif;
	color: #007d94;
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
	margin: 5px 0px;
	line-height: 18px;
	}
/* Claudio */
.noticia_4 h1 a {
	color: #007d94;
	}
.noticia_4 p {
	padding: 0px;
	margin: 5px 0px;
	}
.noticia_4 p a {
	color: #000;
}	
.mas_noticias {
	margin-bottom:10px;
	border: 2px solid #dedede;
	}
#col_n .mas_noticias {
	width: 774px;
	}
#col_n .barra {
	width: 776px;
	}
#col_n .botones {
	width: 776px;
	}
.mas_noticias .title {
	width: 100%;
	height: 23px;
	background: #dedede;
	}
.mas_noticias .title h1 {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	text-transform: uppercase;
	color: #231f20;
	margin: 3px 0px 0px 16px;
	padding: 0px;
	float: left;
	}
.mas_noticias ul {
	list-style-image: url(images/arrow_grey.jpg);
	list-style-position: inside;
	padding: 0px;
	margin: 0px;

	}
.mas_noticias li {
	border-bottom: 1px dotted #dedede;
	margin: 0px 0px 10px 0px;
	line-height: 30px;
	padding-left: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	}

.mas_noticias li a {
	color: #000;
	}

.mas_noticias li .leer a {
	color: #007d94;
}
	
/* ---------------COLUMNA B --------------- */	
#col_b {
	width: 295px;
/*	margin: 0px 0px 0px 498px;*/
	margin: 0px 0px 0px 495px;
	}
#minuto {
	width: 295px;
	border-bottom: 2px solid #dedede;
	border-right: 2px solid #dedede;
	border-left: 2px solid #dedede;
	overflow:hidden;
/*	height:385px;*/
	}

.min_title {
	width: 295px;
	height: 23px;
	background: #dedede;
	}
.min_title h1 {
	width: 150px;	
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	text-transform: uppercase;
	color: #231f20;
	margin: 5px 0px 0px 16px;
	padding: 0px;
	float: left;
	}
.min_title #min_pages {
	width: 86px;
	height: 23px;
	background-color: #898989;
	float: right;
	font-size: 11px;
	color: #FFFFFF;
	}
#min_pages p {
	margin: 4px 3px 0px 7px;
	padding: 0px;
	}
/* Claudio */
#min_pages a {
	color: #FFFFFF;
	}
#minuto .min_noticia {
	width: 293px;
	border-bottom: 2px dotted #dedede;

	margin: 0px;
	padding: 10px 0px;
	}
#minuto .min_noticia .hor {
	width: 34px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: 900;
	color: #006679;
	border-right: 1px solid #006679;
	margin: 12px 5px 0px 8px;
	float: left;
	}
#minuto .min_noticia p {
	font-size: 12px;
	color: #666666;
	margin: 12px 5px 5px 8px;
	padding: 0px;
	}
#minuto .min_noticia p.title_min {
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #006679;
	margin: 0px 2px 0px 8px;
	padding: 0px;
	}

#minuto .min_noticia .hora_past {
	width: 34px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: 900;
	color: #aaaaaa;
	border-right: 1px solid #aaaaaa;
	margin: 12px 5px 0px 8px;
	float: left;
	}
#minuto .min_noticia p.past {
	font-size: 12px;
	color: #aaaaaa;
	margin: 12px 5px 5px 8px;
	padding: 0px;
	}
#minuto .min_noticia p.title_min_past {
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #aaaaaa;
	margin: 0px 2px 0px 8px;
	padding: 0px;
	}

#minuto .min_noticia p a {
	color: #666666;
}

#minuto .min_noticia p.title_min a {
	color: #006679;
}

#minuto .min_noticia p.past a, #minuto .min_noticia p.title_min_past a {
	color: #aaaaaa;
}


#destacadas .min_noticia {
	border-bottom: 2px dotted #dedede;
	margin: 0px;
	padding: 10px 0px;
	}
#destacadas .min_noticia .hor {
	width: 34px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: 900;
	color: #006679;
	border-right: 1px solid #006679;
	margin: 12px 5px 0px 8px;
	float: left;
	}
#destacadas .min_noticia p {
	font-size: 12px;
	color: #666666;
	margin: 12px 5px 5px 8px;
	padding: 0px;
	}
#destacadas .min_noticia p.title_min {
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #006679;
	margin: 0px 2px 0px 8px;
	padding: 0px;
	}

#destacadas .min_noticia .hora_past {
	width: 34px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: 900;
	color: #aaaaaa;
	border-right: 1px solid #aaaaaa;
	margin: 12px 5px 0px 8px;
	float: left;
	}
#destacadas .min_noticia p.past {
	font-size: 12px;
	color: #aaaaaa;
	margin: 12px 5px 5px 8px;
	padding: 0px;
	}
#destacadas .min_noticia p.title_min_past {
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #aaaaaa;
	margin: 0px 2px 0px 8px;
	padding: 0px;
	}

#destacadas .min_noticia p.past_ant {
	font-size: 10px;
	text-transform: uppercase;
	color: #999;
	text-align:center;
	margin:10px 0px;
	padding: 5px 0px;;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	}


#entusitio {
	width: 297px;
	height: 34px;
	background: url(images/entusitio_bg.jpg) repeat-x;
	}
	
.inf_esp {
	width: 293px;
	border: 2px solid #dedede;
	margin-bottom: 10px;
	}
.inf_esp .title {
	height: 23px;
	background: #dedede;
	border-top: 1px solid #dedede;
	}
.inf_esp h1 {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	text-transform: uppercase;
	color: #231f20;
	margin: 3px 0px 0px 16px;
	padding: 0px;
	}
.inf_esp h1 a{
	color: #231f20;
	}
.inf_esp .informe {
	width: 281px;
	height: 79px;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #eff0ee;
	margin: 5px 0px 5px 5px;
	background: #eff0ee;
	padding-top: 0px;
	position: relative;
	}
.inf_esp .informe .foto {
	width: 75px;
	height: 70px;
	border-right: 1px dotted #999a99;
	margin: 4px 5px 5px 5px;
	float: left;
	padding-right:20px;
	} 
.inf_esp .informe h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	}
.inf_esp .informe h1 a {
	color: #333333;
	}
.inf_esp .informe p {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
	}
.inf_esp .informe p a{
	color: #333333;
	}
.left_bottom1 {
	position: absolute;
	bottom: 5px;
	right: 33px;
	}

.left_bottom2 {
	position: absolute;
	bottom: 5px;
	right: 5px;
	}

.en_off {
	width: 297px;
	border-bottom: 2px dotted #dedede;
	margin-bottom: 10px;
	}
.en_off .title {
	height: 23px;
	background: #dedede;
	border-top: 1px solid #dedede;
	text-transform: uppercase;
	}
.en_off h1 {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #231f20;
	margin: 3px 0px 0px 16px;
	padding: 0px;
	}

.en_off .informe {
	height: 60px;
	border-top: 1px solid #eff0ee;
	padding-top: 0;
	margin-top:2px;
	padding-left: 10px;
	position: relative;
	background: url(images/arrow_red.jpg) no-repeat 0 10%;
	}
.en_off .informe .foto {
	width: 50px;
	height: 50px;
	padding-right:25px;
	border-right: 1px dotted grey;
	margin: 4px 5px 0 0;
	float: left;
	} 
.en_off .informe h1 {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	margin: 3px 0 0 0;
	padding: 0px;
	}

.en_off .informe h1 a {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	}

.leer {
	font-family: Arial, Tahoma, Verdana;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: 900;	
	color: #007d94;
	}
.hora {
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #007d94;
	}

.en_off_ul li a {
	color: #333;
	}

.en_off .informe h1 span a {
	color: #007d94;
	font-size:9px;
}

	
/* ----------------------- COLUMNA DERECHA ---------------- */

#right_col {
	width: 187px;
	float: right;
/*	margin-right: 3px;*/
	}
#right_col .barra {
	border: none;
	}
/* ----------------------- OPINION ---------------------- */
.opinion {
	padding: 12px 14px;

	}

.opi_title {
	background: #dedede;
	height: 23px;
	}
.opi_title h1 {
	
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	text-transform: uppercase;
	color: #231f20;
	margin: 0px 0px 0px 16px;
	padding-top: 4px;

	}

.opi_noticia {
	border-bottom: 2px dotted #dedede;
	padding: 5px 0px;
	}
.opi_foto {
	width: 34px;
	height: 34px;
	float: left;
	margin: 3px 4px 0px 0px;
	}
.opi_noticia h1 {
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	text-transform: uppercase;
	color: #007d94;
	padding: 0px;
	margin: 0px;
	}
.opi_noticia h1 a {
	color: #007d94;
	}
.opi_noticia h2 {
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	}
.opi_noticia h2 a {
	color: #000000;
	}
.opi_noticia p {
	font-family: Arial, Tahoma, Verdana;
	font-size: 10px;
	color: #666666;
	font-weight: lighter;
	padding: 0px;
	margin: 0px;
	}
.opi_noticia p a {
	color: #666666;
	}

/* ------------------- HERRAMIENTAS --------------------- */

.herramientas a:hover, .herramientas a:active {
	color: #666666;

	}
.herramientas li p:hover, .herramientas li p:active {
	background-color: #f2f2f2;

	}
.herramientas {
	width: 160px;
	padding: 12px 14px;
	}


.herramientas .title {
	background: #dedede;
	height: 23px;
	}
.herramientas .title h1 {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	text-transform: uppercase;
	color: #231f20;
	margin: 0px 0px 0px 16px;
	padding-top: 4px;
	}
.herramientas ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}
.herramientas li {
	padding: 10px 0px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #999999;
	font-weight: bold;
	margin: 0px 5px;
	}
.herramientas li a {
	color: #999999;
	}
.herramientas img {
	float: left;
	}
.herramientas li p {
	border: 1px solid #9c9c9d;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	float: right;
	width: 122px;
	}
.r_box {
	background-color: #dedede;
	margin: 2px 0px;
	display: table;
	width: 100%;
	padding-bottom: 5px;
	
	}
.encuesta {
	padding: 12px 10px;
	}
.encuesta .title {
	background: #dedede;
	height: 23px;
	}
.encuesta .title h1 {
	
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	text-transform: uppercase;
	color: #231f20;
	margin: 0px 0px 0px 16px;
	padding-top: 4px;
	}
.encuesta p {
	margin-left: 10px;
	}
.f_encuesta {
	margin-left: 10px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: red;
	font-weight: bold;
	}

.f_encuesta p {
	margin-left: 10px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #231f20;
	font-weight:normal;

	}
	
/* ----------------------- PUBLICIDADES ---------------------- */
.ad_160x92 {
	width: 160px;
	height: 90px;
	margin: 10px auto ;
	}
.ad_296x92 {
	width: 294px;
	height: 92px;
	margin: 5px 0px 10px 0px ;
	}
.ad_466x92 {
	width: 465px;
	height: 90px;
	margin: 10px 0px;
	clear: both;
	}
.ad_971x92 {
	width: 970px;
	height: 90px;
	margin: 10px auto;
	padding-top: 10px;
	clear: both;
	}
.ad_160x350 {
	width: 160px;
	height: 350px;
	margin: 10px auto;
	}
.ad_text {
	width: 160px;
	margin: 10px auto;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	}
.a_ad {
	height: 92px;
	clear:both;
	}
	
.a_ad .ad_466x92 {
	width: 466px;
	height: 92px;
	margin: 10px 0px;
	float:left;

	}

.a_ad .ad_296x92 {
	width: 296px;
	height: 92px;
	margin: 10px 0px ;
	float: right;
	}
.ad_text h1, .ad_text h2 {
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	}
.ad_text p {
	color: #666666;
	padding: 0px;
	margin: 0px;
	}
.ad_text h1 a, .ad_text h2 a {
	color: #000000;
	}
.ad_text p a {
	color: #666666;
	}

.ad_text .mail {
	color: #cc0000;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	}
.ad_text .web {
	color: #cc0000;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	}

.ad_text .mail:hover, .ad_text .web:hover {
	text-decoration: underline;
	}

.ad_text div {
	width:160px;
}

	




/* -----------------------	FOOTER --------------------- */
#footer {
	width: 1000px;
	height: 25px;
	background-color: #007d94;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: 100;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	}
#footer #foot {
	padding: 0px;
	margin: 6px 20px 0px 12px;
	float: right;
		
	}
#footer #foot li {
	display: inline;
	list-style: none;
	}
#footer #foot li a {
	color: #FFF;
	}
#footer_2 {
	width: 1000px;
	height: 70px;
	margin: 0px auto;
	}
#foot_logos {
	width: 220px;
	margin-left: 10px;
	float: left;
	}
.kybos {
	float: left;
	width: 110px;
	margin-top: 10px; 
	}
.ana {
	width: 110px;
	float: right;
	margin-top: 15px;
	}
#footer_2 p {
	float: right;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
	}
	
/* ------------------- NOTICIAS ------------------- */

#col_n {
	width: 780px;
	margin: 0px;
	padding: 0px 12px;
	float: left;
	}

#col_n2 {
	width: 975px;
	margin: 0px;
	padding: 0px 12px;
	float: left;
	}

/* ------------------- OPINION ------------------- */	

.dot_title {
	width: 100%;
	height: ;
	margin: 10px 0px;
	padding: ;
	border-bottom: 1px dotted #d2d2d2;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #007d94;
	text-transform: uppercase;
	}
.cont_opinion {
	width: 466px;
	border-bottom: 1px dotted #d2d2d2;
	margin: 10px 0px;
	}
.cont_opinion .header {
	width: 466px;
	height: auto; 
	margin: 20px 0px;
	position: relative;
	display:table;
	}
.cont_opinion .separator {
	border-top: 1px dotted #d2d2d2;
	width: 466px;
	height: 5px;
	clear:both;
	}
.foto_opi {
	margin-right: 2px;
	float: left;
	}
.cont_opinion .header h1 {
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	line-height: 13px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
/*
	bottom: 15px;
	left: 90px;
	position: relative;
*/
	}
.cont_opinion .header h2 {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
/*
	bottom: 2px;
	left: 90px;
	position: relative;
*/
	}

.cont_opinion h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: normal;
	color: #007d94;
	margin: 0px;
	padding: 0px;
	}

/* ------------------ EN OFF ------------------ */

.cont_en_off {
	border-bottom: 1px dotted #d2d2d2;
	clear:both;
	}
.cont_en_off h1 {
	font-family: Arial, Tahoma, Verdana;
	font-size: 20px;
	color: #007d94;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	}
.cont_en_off p {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	}
.foto_en_off {
	float: right;
	}
.texto_en_off {
	float: right;
	width: 640px;
	}
.left_en_off {
	width: 115px;
	float:left;
	margin: 5px 10px 5px 0;
	}
.flecha {
	float: left;
	margin-right: 5px;
	}

/* ------------------ TU NOTICIA DEL DIA ----------------- */

#left_col_2 {
/*	border-right: 1px solid #e6e6e6;*/
/*	float: left;*/
	margin-top: 12px;
	}
.cont_form_tunoti {
	width: 457px;
	border: 2px solid #dedede;
	float: left;
	padding: 40px 18px;
	margin-bottom:10px;
	}
.tunoti_text {
	margin-left: 518px;
	width: 350px;
	} 
.tunoti_text h1 {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	}
.tunoti_text p {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	}
.campo_1 {
	width: 90px;
	height: 19px;
	background-color: #898989;
	font-family: Arial, Tahoma, Verdana;
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	text-transform: uppercase;
	text-indent: 6px;
	padding-top: 6px;
	float: left;
	}
.campo_2 {
	height: 25px;
	background-color: #dedede;
	margin: 0px;
	padding: 0px;
	}
.campo_opcional {
	margin: 0px;
	padding: 0px;
	text-align:right;
	}
.campo_area {
/*	width:65px;*/
	background-color: #dedede;
	margin: 0px 0px 0px 90px;
	padding: 0px;
	}
#form_recomendar .campo_area {
	margin: 0px 0px 0px 130px;
	}
.form_noti {
	height: 21px;
	background-color: #dedede;
	border: none;
	margin-left: 10px;
	width: 330px;
	}
.form_area {
	background-color: #dedede;
	border: none;
	margin-left: 10px;
	}
.form_cont {
	margin-bottom: 20px;
	}


/* ---------------- HIGHSLIDE --------------- */

.highslide-html {
    background-color: white;
}

.highslide-html2 {
    background-color: white;
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    /*padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;*/   
}

.control {
	float: right;
    display: block; 
    /*position: relative;*/
	margin: 0 5px;
	font-family: "Trebuchet MS",Georgia, "Times New Roman", Times, serif;
	color: #255989;
	font-size: 16px;
	font-weight: normal;
	text-decoration: underline;
}
.control:hover {
	text-decoration: none;
}
.highslide-move {
    cursor: move;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

#logo_pop {
	float:left;
	width: 200px;
}

#logo_pop2 {
	float:left;
	width: 152px;
	background: url(../img/logo_horz.jpg) no-repeat;
	height: 25px;
}

#link_pop {
	float:right;
	width: 175px;
}

.text_pop {
	float:left;
	font-family: sans-serif;
	font-size: 11px;
}

/* --------------------- COMENTARIOS ------------------------ */

#comentarios {
	border-bottom: 2px solid #dedede;
	border-right: 2px solid #dedede;
	border-left: 2px solid #dedede;
	}
.com_title {
	height: 23px;
	background: #dedede;
	}
.com_title h1 {
	width: 150px;	
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	text-transform: uppercase;
	color: #231f20;
	margin: 5px 0px 0px 16px;
	padding: 0px;
	float: left;
	}
.com_title #com_pages {
	width: 100px;
	height: 23px;
	background-color: #898989;
	float: right;
	font-size: 11px;
	color: #FFFFFF;
	}
#com_pages p {
	margin: 0px 3px 0px 7px;
	padding: 0px;
	}
/* Claudio */
#com_pages p a.white {
	color: #FFFFFF;
	text-decoration: none;
	}
#comentarios .com_noticia {
	border-bottom: 2px dotted #dedede;
	margin: 0px;
	padding: 3px 0px;
	display:table;
	}
#comentarios .com_noticia .hora {
	font-family: Arial, Tahoma, Verdana;
	font-size: 10px;
	font-weight: 900;
	color: #000000;
	margin: 0px 0px 0px 8px;
	}
#comentarios .com_noticia .hora span {
	font-size: 12px;
	}
#comentarios .com_noticia .hora a {
	color: #006679;
	text-decoration:none;
	}
#comentarios .com_noticia p {
	font-size: 12px;
	color: #666666;
	margin: 3px 0px 3px 8px;
	padding: 0px;
	}

#form_comentarios {
	clear:both;
	margin-top: 50px;
}

/* --------------------- FORMULARIOS ------------------------ */

.form_acciones {
	margin-left: 90px;
	}
.adjuntar {
	width: 125px;
	float: left;
	}
.borrar {
	width: 50px;
	float: left;
	margin-left: 140px;
	}
.enviar {
	width: 50px;
	float: left;

	}

/* --------------------- REDES SOCIALES --------------------- */

.web_20_l {
	width: 388px;
/*	position: relative;*/
	float: left;
	margin-bottom:10px;
	}
.web_20_r {
	width: 380px;
	position: relative;
	float: left;
	margin-bottom:10px;
	}
.red_b {
	width: 365px;
	height: 82px;
	border-right: 1px dotted #d2d2d2;
	}
.red {
	width: 365px;
	height: 82px;
	}
.red_c {
	width: 365px;
	height: 300px;
	border-right: 1px dotted #d2d2d2;
	}
.fleft {
	float: left;
	}
.red_text {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	margin: 30px 0px 0px 90px;
	position: absolute;
	
	}
.red_separator {
	width: 345px;
	height: 3px;
	margin: 5px 20px 0px 0px;
	border-top: 1px dotted #d2d2d2;
	}

.web_20_l a, .web_20_r a{
	color: #000000;
}

/* --------------------- PAGINA PUBLICIDAD --------------------- */
.publicidad_l {
	float: left;
	}
.publicidad_r {
	
	margin: 60px 0 0 500px;
	}
.publicidad_r .mail { float:right; width:160px;}
.pub_container {
	width: 110px;
	border-top: 1px dotted #dedede;
	height: 42px;
	}
.medida {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 40px;
	width: 82px;
	height: 42px;
/*	border-right: 1px dotted #dedede;*/
	float: left;
	}
.precio {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 40px;
	text-indent: 20px;
	float: left;
	}
.sig {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 40px;
	text-indent: 40px;
	float: left;
	}
.pub_foot {
	width: 690px;
	height: 25px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	border-top: 1px dotted #dedede;
	border-bottom: 1px dotted #dedede;
	line-height: 25px;
	}
/* noticias */
.foto
{
	
}
.titulo_noticia
{
	font-family: "Times New Roman", Times, serif;
	color: #007d94;
	font-size: 32px;
	font-weight: normal;
	padding: 0px;
	margin: 5px 0px;
	line-height: 30px;
}
.titulo_noticia a
{
	color: #007D94;
}
.contenido_noticia
{
	color: #000000;
	width: 100%; 
	font-family:Arial,Tahoma,Verdana;
	font-size:12px;
	
}

.contenido_noticia a
{
	color: #000000;
	
}

.noticia_1 fieldset {
	border: 1px dotted #cccccc;
	padding:10px;
	background: #eeeeee;
}

.noticia_1 fieldset a {
	color: #444444;
}

p#desc_foto {
	padding: 0px 5px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 10px;
	color: #666666;
	border:1px solid #cccccc;
	}
/* boton pausa */
.pausa-activada, .pausa-desactivada{ width: 18px;	height: 18px; float:left;}
.pausa-activada { background: url(images/btn_pause.jpg) no-repeat center center; float:left;}
.pausa-desactivada { background: url(images/contr_pausa_on.png) no-repeat center center;float:left; }




.contenido_privacy {
	width: 700px;
	padding:10px;
}


.contenido_privacy p {
	margin:10px 0px;
}

/* DATOS UTILES */
.datos {
	width: 360px;
	float: left;
	margin-right: 10px;
	}
.datos h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #007d94;
	width: 100%;
	border-bottom: 1px dotted #d2d2d2;
	}
.datos h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 0;
	line-height: -30px;
	}
.datos p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 12px;
	color: #666666;
	margin: 0;
	padding: 0;
	}

.advice {
	font-size:11px;
	color:#666;
}

.datos a:link, .datos a:visited {
	color: #666666;
	}
#col_n #foto_container, #col_n .video_g_contenido {
	margin-left: 20px;
	margin-bottom: 20px;
	}

/* --------- IMPRIMIR --------- */

#imprimir h1 {
	width:auto;
	margin:10px;
}

#imprimir .bajada {
	margin:10px;
	font-weight:bold;
}

#imprimir .noticia {
	margin:10px;
}


/* ---------- BUSQUEDA ---------- */

#busqueda .bus_noticia {
	border-bottom: 2px dotted #dedede;
	margin: 0px;
	padding: 10px 0px;
	}
#busqueda .bus_noticia .hor {
	width: 57px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 10px;
	font-weight: 900;
	color: #006679;
	border-right: 1px solid #006679;
	margin: 0px 0px 0px 8px;
	float: left;
	}
#busqueda .bus_noticia p {
	font-size: 10px;
	text-transform: uppercase;
	color: #666666;
	margin: 0px 10px 0px 70px;
	padding: 0px;
	}

#busqueda .bus_noticia .past {
	color: #aaaaaa;
	font-style: italic;
	}

#busqueda .bus_noticia a {
	color: #666;
}

/* --------------- CANALES RSS ----------- */

.contenido_rss {
	padding:10px;
}

.contenido_rss .canal {
	border-bottom:1px dotted #cccccc;
	margin-bottom:10px;
}

.contenido_rss h1 {
	margin:0px;
	font-size:16px;
}

.contenido_rss p {
	margin:10px 0px;
}

.contenido_rss a {
	color: #666;
}

/* --------------- EN TU SITIO ----------- */

.contenido_entusitio {
	padding:10px;
}

.contenido_entusitio .muestra {
	width:100%;
	clear:both;
	margin-bottom:5px;
}

.muestra .widget1 {
	width: 300px;
	height: 200px;
	float:left;
	border-right: 1px dotted #ccc;
	padding:10px;
}


.muestra .codigo1 {
	height: 200px;
	float:left;
	padding:10px;
}

.muestra .widget2 {
	width: 300px;
	height: 228px;
	float:left;
	border-right: 1px dotted #ccc;
	padding:10px;
}


.muestra .codigo2 {
	height: 200px;
	float:left;
	padding:10px;
}

.muestra .widget3 {
	width: 520px;
	height: 200px;
	float:left;
	border-right: 1px dotted #ccc;
	padding:10px;
}


.muestra .codigo3 {
	height: 100px;
	float:left;
	padding:10px;
}

.contenido_entusitio h1 {
	margin:0px;
	font-size:16px;
}

.contenido_entusitio p {
	margin:10px 0px 20px 0;
}

.contenido_entusitio a {
	color: #666;
}


/* -------------- ADD SENSE ------------- */

.addsense {
	text-align:center;
	margin-bottom:10px;
}

/* -------------- PAGINACION NOTICIAS ------------- */

#paginacion {
	background:#EDEDED;
	padding:4px;
}

#paginacion a:link, #paginacion a:visited {
	color:#007C92;
	text-decoration:none;
}

#paginacion a:hover, #paginacion a:active {
	text-decoration:underline;
}

#paginacion span {
	font-size:13px;
	font-weight:bold;
}