@charset "utf-8";
/* CSS Document */

*
{
	margin:0px;
	padding:0px;
	border:0px;
}
body
{
	background-color:#FFFFFF;
	float: left;
	margin-left: 0px;
}

@font-face {
    font-family: 'nexa_lightregular';
    src: url('nexa_light-webfont.eot');
    src: url('nexa_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('nexa_light-webfont.woff') format('woff'),
         url('nexa_light-webfont.ttf') format('truetype'),
         url('nexa_light-webfont.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexa_boldregular';
    src: url('nexa_bold-webfont.eot');
    src: url('nexa_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('nexa_bold-webfont.woff') format('woff'),
         url('nexa_bold-webfont.ttf') format('truetype'),
         url('nexa_bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.nexa_boldregular {font-family: 'nexa_boldregular', Arial, Helvetica, sans-serif;}
.nexa_lightregular {font-family: 'nexa_lightregular', Arial, Helvetica, sans-serif;}

/* ============= BASE PRINCIPAL ============= */
#contenedor_despliegue_del_especial {
	float: left;
	height: auto;
	width: 960px;
}
#contenedor_del_especial {
	float: left;
	height: auto;
	width: 960px;
}

#cont_ct_izq {
	float: left;
	width: 640px;
	height: auto;
	margin-bottom: 20px;
}
#cont_ct_der {
	float: left;
	width: 300px;
	height: auto;
	padding-left: 20px;
}
#cont_ct_der_pub300x250 {
	float: left;
	height: auto;
	width: 300px;
	margin-bottom: 15px;
}
#header {
	float: left;
	height: 80px;
	width: 960px;
	margin-bottom: 10px;
	background-image: url(../imagenes/header.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}
#logo {
	float: left;
	height: 80px;
	width: 340px;
}

/* ============= MENU ============= */

#contenedor_menu {
	float: right;
	width: auto;
	height: auto;
	margin-top: 52px;
	margin-left: 0px;
}
#contenedor_menu div {
	margin-right: 10px;
}
.menu_off {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	padding: 7px 15px;
	 -webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	     -moz-border-radius-topleft: 8px;
	    -moz-border-radius-topright: 8px;
	         border-top-left-radius: 8px;
	        border-top-right-radius: 8px;

background: #b21212; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNSUiIHN0b3AtY29sb3I9IiNiMjEyMTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNzUwYzBjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  #b21212 15%, #750c0c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,#b21212), color-stop(100%,#750c0c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b21212 15%,#750c0c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b21212 15%,#750c0c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b21212 15%,#750c0c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b21212 15%,#750c0c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b21212', endColorstr='#750c0c',GradientType=0 ); /* IE6-8 */
}
.menu_off:hover {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	padding: 7px 15px;
	 -webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	     -moz-border-radius-topleft: 8px;
	    -moz-border-radius-topright: 8px;
	         border-top-left-radius: 8px;
	        border-top-right-radius: 8px;

background: #626262; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNSUiIHN0b3AtY29sb3I9IiNiMjEyMTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNzUwYzBjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  #626262 15%, #424242 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,#626262), color-stop(100%,#424242)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #626262 15%,#424242 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #626262 15%,#424242 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #626262 15%,#424242 100%); /* IE10+ */
background: linear-gradient(to bottom,  #626262 15%,#424242 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#626262', endColorstr='#424242',GradientType=0 ); /* IE6-8 */
}
.menu_off a {
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
}
.menu_off a:hover {
	color: #ffffff;
}
.menu_on {
	background-color: #FFFFFF;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 15px;

	 -webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	     -moz-border-radius-topleft: 8px;
	    -moz-border-radius-topright: 8px;
	         border-top-left-radius: 8px;
	        border-top-right-radius: 8px;
}
.menu_on a {
	color: #000000;
	text-decoration: none;
}
.menu_on a:hover {
	color: #000000;
}

/* ============= TABS ============= */
.tab-640 {
	float: left;
	height: 20px;
	width: 640px;
	border-bottom: solid 1px #0f7180;
	background-color: #000000;
	background: url("../img/fondos/fondo_tab_640.jpg");
	background-repeat: repeat-y;
}
.vermas-signo-tab-640 {
	float: right;
	background-color: #CC6600;
}
.nombre-tab-640 {
	float: left;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	height: 17px;
	padding-top: 3px;
	padding-right: 8px;
	color: #ffffff;
	margin: 0px;
	line-height: 15px;
}
.nombreitalic-tab-640 {
    color: #FFFFFF;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    height: 16px;
    line-height: 13px;
    padding-left: 4px;
    padding-right: 8px;
    padding-top: 4px;
    text-transform: uppercase;
}
.vermas-link-tab-640 {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	background: url("../img/fondos/vermas-link-tab-640.jpg") no-repeat;
	height: 16px;
	width: 47px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	color: #FFFFFF;
	line-height: 13px;
}
.vermas-link-tab-640 a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
.vermas-link-tab-640 a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.end-tab-640 {
	float: left;
	height: 20px;
	width: 16px;
	background-image: url("../img/fondos/end-tab-640.png");
	background-repeat: no-repeat;
}
.vermas-tab-640 {
	float: right;
	height: 20px;
	width: 100px;
}
.boton-mas-tab-640 {
	float: right;
	height: 9px;
	width: 8px;
	background-color: #0f7180;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
}
.boton-mas-tab-640 img { border: none; }

/* ======== SUB TABS ============== */

.subtab-640 {
	float: left;
	height: 20px;
	width: 640px;
	border-bottom: 1px solid #0F7180;
	background-color: #07383f;
}
.nombre-subtab-640 {
	float: left;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #261710;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	height: 17px;
	padding-top: 3px;
	padding-right: 8px;
	color: #FFFFFF;
	margin: 0px;
	line-height: 15px;
}
.vermas-subtab-640 {
	float: right;
	height: 20px;
	width: 100px;
}
.boton-mas-subtab-640 {
    background-color: #0F7180;
    float: right;
    height: 9px;
    padding: 6px 6px 5px;
    width: 8px;
}
.boton-mas-subtab-640 img { border: none; }
.vermas-link-subtab-640 {
    background: url("../img/fondos/vermas-link-tab-640.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    height: 16px;
    line-height: 13px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 4px;
    text-transform: uppercase;
    width: 47px;
}
.vermas-link-subtab-640 a {
	text-decoration:none;
	color: #FFFFFF;
}
.vermas-link-subtab-640 a {
	text-decoration:none;
	color: #FFFFFF;
}

/* =================== TABS DE 300PX ================== */
.tab-300 {
    background: url("../img/fondos/fondo_tab_640.jpg") repeat-y scroll -30px center rgba(0, 0, 0, 0);
    border-bottom: 1px solid #0F7180;
    float: left;
    height: 20px;
    width: 300px;
}
.nombre-tab-300 {
    color: #FFFFFF;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 17px;
    line-height: 15px;
    margin: 0;
    padding-left: 10px;
    padding-right: 8px;
    padding-top: 3px;
    text-transform: uppercase;
}
.end-tab-300 {
    background-image: url("../img/fondos/end-tab-640.png");
    background-repeat: no-repeat;
    float: left;
    height: 20px;
    width: 16px;
}
.vermas-tab-300 {
	float: right;
	height: 20px;
	width: 100px;
}
.vermas-link-tab-300 a {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
.vermas-link-tab-300 a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.boton-mas-tab-300 {
    background-color: #0F7180;
    float: right;
    height: 9px;
    padding: 6px 6px 5px;
    width: 8px;
}
.boton-mas-tab-300 img { border: none; }
.vermas-link-tab-300 {
    background: url("../img/fondos/vermas-link-tab-640.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    height: 16px;
    line-height: 13px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 4px;
    text-transform: uppercase;
    width: 47px;
}
.vermas-link-tab-300 a {
	text-decoration:none;
	color: #FFFFFF;
}
.vermas-link-tab-300 a {
	text-decoration:none;
	color: #FFFFFF;
}

/* ====================== TABS 960PX ====================== */

.tab-960 {
	float: left;
	height: 20px;
	width: 960px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #af362e;
	background-color: #f3ede1;
}
.nombre-tab-960 {
	float: left;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #af362e;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	height: 17px;
	padding-top: 3px;
	padding-right: 8px;
	background-color: #c0b9a9;
	color: #25130f;
	margin: 0px;
	line-height: 15px;
}
.end-tab-960 {
	float: left;
	height: 20px;
	width: 16px;
	background-image: url(imagenes/tab-flecha.png);
	background-repeat: no-repeat;
}

/* ============================ TABS DEL MULTIMEDIA ================================== */

ul.tabs {
	float: left;
	list-style: none;
	height: 32px;
	width: 633px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dedede;
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dedede;
}
ul.tabs-b {
	float: left;
	list-style: none;
	height: 32px;
	width: 628px;
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	overflow: hidden;
}
ul.tabs li {
	float: left;
	padding: 0;
	height: 30px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dedede;
	border-right-color: #dedede;
	border-bottom-color: #FFF;
	border-left-color: #dedede;
	color: #FFFFFF;
}
ul.tabs-b li {
    background-color: #ffffff;
    color: #0F7180;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    height: 32px;
    line-height: 31px;
}
ul.tabs-b li.active {
    background-color: #ffffff;
    color: #0F7180;
}
.tabs-b a:hover {
	background-color: #2292a3;
	color: #ffffff;
}
ul.tabs li a {
	text-decoration: none;
	color: #0F7180;
	display: block;
	font-size: 12px;
	padding: 0 20px; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #dedede;
	border-left-color: #fff;
}
ul.tabs-b li a {
    color: #0F7180;
    display: block;
    font-size: 12px;
    padding: 1px 20px;
    text-decoration: none;
}
ul.tabs li a:hover {
	background-color: #0F7180;
	color: #ffffff;
}
ul.tabs-b li.active a {
	color: #ffffff;
	background-color: #0F7180;
}

.tab_container {
	overflow: hidden;
	clear: both;
	float: left;
	width: 640px;
	background: #fff;
	margin-bottom: 20px;
}
.tab_container-b {
	overflow: hidden;
	clear: both;
	float: left;
	width: 638px;
	background: #fff;

	margin-bottom: 20px;
	border-top: 3px solid #0f7180;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}


/*  =============== EN VIVO ========== */

#cont_central_foto {
	float: left;
	width: 640px;
	height: auto;
	padding-bottom: 15px;
}
#tab-live {
	float: left;
	width: 638px;
	height: 21px;
}
#tab-facebook {
	float: left;
	width: 638px;
	height: 21px;
	margin-top: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#contenedor-vivo {
	float: left;
	width: 638px;
	margin-bottom: 20px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #dedede;
	border-bottom-color: #dedede;
	border-left-color: #dedede;
	border-top-width: 0px;
	border-top-style: none;
	padding-top: 0px;
	}
#contenedor-facebook {
	float: left;
	width: 628px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #dedede;
	border-bottom-color: #dedede;
	border-left-color: #dedede;
	border-top-width: 0px;
	border-top-style: none;
	padding-top: 0px;
	background-color: #f8f8f9;
	padding-left: 10px;
}
#title-ct_960 {
	float: left;
	width: 960px;
}
.caja_foto_dest {
	float: left;
	height: auto;
	width: 200px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-top: 15px;
	margin-left: 10px;
}
.foto_dest {
	float: left;
	height: 120px;
	width: 200px;
}
.foto_texto_dest {
	float: left;
	height: 45px;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #3A74B3;
	color: #000000;
}
.foto_texto_dest a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.foto_texto_dest a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.div_estrenos {
    float: left;
    height: auto;
    margin-top: 10px;
    padding: 10px 10px 20px;
    width: 640px;
    border-bottom: 1px solid #f4f4f4;
}
.div_estrenos_foto {
	width:200px;
	height:120px;
	float: left;
	padding: 4px;
	border: 1px solid #e0e0e0;
}
.div_estrenos_txt {
	float: left;
    height: 110px;
    padding-left: 10px;
    padding-top: 10px;
    width: 385px;
}
.div_estrenos_txt_titulo {
	width: auto;
	float: left;
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.div_estrenos_txt_titulo a{
    color: #000000;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
}
.div_estrenos_txt_titulo a:hover{
	color: #0F7180;
}
.div_estrenos_txt_bajada {
	width: auto;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

/* ================== NOTICIAS PRINCIPAL PORTADA ===================== */

#box-absolute {
	float: left;
}

#box-absolute {
	float: left;
}

#cont_portada {
	float: left;
	height: auto;
	width: 640px;
	padding-bottom: 15px;
	position: relative;
}
#cont_portada_prin {
	height: auto;
	width: 640px;
	position: relative;
	overflow: hidden;
	float:left;
}
#cont_portada_prin_img {
	height: 235px;
	width: 640px;
	z-index: 0;
	left: 0px;
	top: 0px;
}
#cont_portada_prin_titular {
	height: 94px;
	width: 620px;
	color: #FFFFFF;
	z-index: 2;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	/*background-image: url(../imagenes/bg_not.jpg);
	background-repeat: no-repeat;*/
	float: left;
}
#cont_portada_prin_titular h1 {
	font-family: 'nexa_boldregular', Arial, Helvetica, sans-serif;
	font-size: 30px;
	padding: 0px;
	text-transform: uppercase;
	text-shadow: 1px 2px 0px #5d1d13;
	font-weight: normal;
	color: #fff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 30px;
	width: auto;
	

}
#cont_portada_prin_titular h1 a {
	color:#FFFFFF;
	text-decoration:none;
		transition: all 0.4s linear;
	  -webkit-transition: all 0.4s linear;
	  -ms-transition: all 0.4s linear;
	  -moz-transition: all 0.4s linear;
	  -o-transition: all 0.4s linear;
}
#cont_portada_prin_titular h1 a:hover {
	color:#F5F9FA;
	text-decoration:none;
	text-shadow: 2px 3px 1px #5d1d13;
}
#cont_portada_prin_titular h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 15px;
	padding: 0px;
	float: left;
	width: 560px;
	height: auto;
	color: #151515;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#portada-masnoticias {
	float: left;
	width: 625px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #591f14;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B28D61;
	background-image: url(../imagenes/bg-header-menu.jpg);
}
#portada-masnoticias ul li {
	list-style: none;
	color: #FFFFFF;
}
#portada-masnoticias ul li a {
	color: #fff;
	text-decoration:none;
}
#portada-masnoticias ul li a:hover {
	text-decoration:underline;
}
#caja-naranja-h1 {
	float: left;
	height: auto;
	width: auto;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 8px;
	margin-bottom: 6px;
}
#arena {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 193px;
}

/* ================== FIN NOTICIAS PRINCIPAL PORTADA ===================== */



/* === CARRUSEL PORTADA === */

ul#carrusel {
list-style-type: none;
position: absolute;
top: 0px;
left:0px;
width: 2000px;
overflow: hidden;
height: 337px;
font-family: "Arial", Helvetica, sans-serif;
}

ul#carrusel li {
	width: 640px;
	float:left;
	z-index: 0;
	position: relative;
	}

#carrusel li .contenedor_contenidos {
	width: 640px;
    height: 337px;
    overflow: hidden;
    position: relative;
}
#carrusel li .contenedor_contenidos .imagen {
	left: 0;
    position: absolute;
    top: 0;
}
#carrusel li .contenedor_contenidos .imagen a img {transition: all 0.3s linear 0s;}
#carrusel li .contenedor_contenidos .imagen a img:hover {opacity: 0.8;}
#carrusel li .contenedor_contenidos .sub_contenedor_contenidos {
	width: 181px;
    height: 337px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: url("../img/fondos/fondo_sub_contenedor_contenidos.png") no-repeat;
    padding-left: 17px;
    padding-right: 57px;
}
#carrusel li .contenedor_contenidos .sub_contenedor_contenidos .categoria {
    display: table;
	height: 100px;
}
#carrusel li .contenedor_contenidos .sub_contenedor_contenidos .categoria .parrafo {
    display: table-cell;
	vertical-align: middle;
}
#carrusel li .contenedor_contenidos .sub_contenedor_contenidos .categoria .parrafo p {
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
}
#carrusel li .contenedor_contenidos .sub_contenedor_contenidos .titulo {
    display: table;
	height: 137px;
}
#carrusel li .contenedor_contenidos .sub_contenedor_contenidos .titulo .titulo_contenido {
    display: table-cell;
	vertical-align: middle;
}

#carrusel li .contenedor_contenidos .sub_contenedor_contenidos .titulo .titulo_contenido h1 a {
	color: #ffffff;
	font-size: 25px;
	text-decoration: none;
	line-height: 23px;
}
#carrusel li .contenedor_contenidos .sub_contenedor_contenidos .titulo .titulo_contenido h1 a:hover {
	color: #12ddfb;
}
#carrusel li .contenedor_contenidos .sub_contenedor_contenidos .descripcion {
	display: table;
	height: 100px;
}
#carrusel li .contenedor_contenidos .sub_contenedor_contenidos .descripcion .parrafo {
	display: table-cell;
	vertical-align: middle;
}
#carrusel li .contenedor_contenidos .sub_contenedor_contenidos .descripcion .parrafo p {
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.05em;
}


div.navegador {
position: absolute;
top:280px;
width: 46px;
height: 46px;
/*background-color: red;*/
z-index: 10;
cursor:pointer;
}

div.navegador[data-direccion='izq'] {
	left: 540px;
	background-image: url(../imagenes/atras.png);
}
div.navegador[data-direccion='izq']:hover {
	left: 540px;
	background-position:0 -46px; 
}
div.navegador[data-direccion='der'] {
	right: 7px;
	background-image: url(../imagenes/next.png);

}
div.navegador[data-direccion='der']:hover {
	right: 7px;
	background-position:0 -46px;
}




/* ====== DESTACADOS 645PX HOME ======== */
.boxes-645px-cont-home {
	float: left;
	width: 645px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #191919;
}
.boxes-645px-cont-home2 {
	float: left;
	width: 645px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #191919;
	margin-bottom: 10px;
}
.secunbox-left1 {
	float: left;
	width: 236px;
	height: 228px;
	background: url("../img/fondos/fondo_secunbox-left1_degradado.png") repeat-x;
}

/*.secunbox-left1_plano {
	background-color: #68180C;
	border-right: 1px solid #000000;
	float: left;
	height: 228px;
	width: 235px;
}
.secunbox-left1_plano2 {
	background-color: #03252b;
	border-right: 1px solid #000000;
	float: left;
	height: 228px;
	width: 235px;
}*/
.secunbox-left-title {
	border-bottom: 1px solid #dfdfdf;
	float: left;
	height: auto;
	margin: 10px;
	padding-bottom: 10px;
	width: 216px;
}
.secunbox-left-title h3 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
	padding-left: 1px;
	padding-right: 1px;
}
.secunbox-left-title h3 a {
	color: #333333;
	text-decoration: none;
}
.secunbox-left-title h3 a:hover {
	color: #0d6571;
}





/*.secunbox-left-title_dotted {
	border-bottom: 1px dotted #FFFFFF;
	float: left;
	height: auto;
	margin: 10px;
	padding-bottom: 10px;
	width: 216px;
}
.secunbox-left-title_dotted h3 {
	color: #151515;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
	padding-left: 1px;
	padding-right: 1px;
}
.secunbox-left-title_dotted h3 a {
	color: #ffffff;
	text-decoration: none;
}
.secunbox-left-title_dotted h3 a:hover {
	color: #12DDFB;
	text-decoration:underline;
}*/
.secunbox-left-info {
	float: left;
	width: 216px;
	margin-right: 10px;
	margin-left: 10px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
.boxes-645px-cont-home2 .secunbox-right1 {
	background-color: #FFFFFF;
	border: none;
	float: left;
	height: 227px;
	overflow: hidden;
	width: 404px;
}
.secunbox-right1 {
	height: 227px;
	width: 406px;
}
.secunbox-right1 img {
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	opacity: 1;
}
.secunbox-right1 img:hover {
	opacity: 0.8;
}
.division645px {
	float: left;
	height: 25px;
	width: 645px;
	background-image: url(../imagenes/bg-site/division645px.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-bottom: 5px;
}
.box_cont-green-img {
	float: left;
	height: 131px;
	width: 110px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ddd;
	background-color: #FFFFFF;
}
.box_cont-green-img img {
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	opacity: 1;
}
.box_cont-green-img img:hover {
	opacity: 0.8;
}
.box_cont-green-cnt {
	float: left;
	width: 187px;
	height: 131px;
}
.box_cont-green-cnti {
	float: left;
	width: 186px;
	margin-bottom: 8px;
}
.box_cont-green-cnti h4 {
	font-family: 'bebas_neue_regular', Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: normal;
	background-color: #2d7e05;
	margin-top: 8px;
	margin-left: 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fcda06;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-size: 20px;
	float: left;
}
.box_cont-green-cnti h4 a {
	color: #fff; text-decoration:none;
}
.box_cont-green-cnti h4 a:hover {
	text-decoration:underline;
}
.box_cont-green-cnt p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	text-align: left;
	width: 165px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.box_cont-green-cnt p a {
	color: #fff; text-decoration:none;
}
.box_cont-green-cnt p a:hover {
	text-decoration:underline;
}
.box_cont-yell-img {
	float: left;
	height: 131px;
	width: 111px;
}
.box_cont-yell-img img {
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	opacity: 1;
}
.box_cont-yell-img img:hover {
	opacity: 0.8;
}
.box_cont-yell-cnt {
	float: left;
	width: 187px;
	height: 131px;
}
.box_cont-yell-cnti {
	float: left;
	width: 186px;
	margin-bottom: 8px;
}
.box_cont-yell-cnti h4 {
	font-family: 'bebas_neue_regular', Arial, Helvetica, sans-serif;
	color: #191919;
	font-weight: normal;
	background-color: #fca806;
	margin-top: 8px;
	margin-left: 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2d7e04;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-size: 20px;
	float: left;
}
.box_cont-yell-cnti h4 a {
	color: #191919; text-decoration:none;
}
.box_cont-yell-cnti h4 a:hover {
	text-decoration:underline;
}
.box_cont-yell-cnt p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #191919;
	text-align: left;
	width: 165px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.box_cont-yell-cnt p a {
	color: #191919; text-decoration:none;
}
.box_cont-yell-cnt p a:hover {
	text-decoration:underline;
}.box300-goleadores {
	float: left;
	width: 298px;
}
.box300-goleadores-num {
	float: left;
	height: 62px;
	width: 61px;
	background-image: url(../imagenes/home/bg-circular-goleadores.png);
	margin-top: 6px;
	margin-right: 3px;
	margin-left: 5px;
}
.box300-goleadores-gol {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #737373;
	float: left;
	font-size: 10px;
	width: 61px;
	text-align: center;
}
.box300-goleadores-num-goles {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: bold;
	padding-top: 16px;
	float: left;
	width: 61px;
	line-height: 20px;
}
.box300-goleadores-name {
	float: left;
	width: 118px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 14px;
	color: #191919;
}
.box300-goleadores-name-pais {
	float: left;
	width: 118px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-top: 2px;
}
.box300-goleadores-name-edad {
	float: left;
	width: 118px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.box300-goleadores-img {
	float: left;
	height: 74px;
	width: 111px;
}
.box300-goleadores-division {
	float: left;
	width: 298px;
	background-image: url(../imagenes/goleadores/division-298px.jpg);
	height: 20px;
}
.box300-goleadores-listacompleta {
	width: 160px;
	background-color: #C6E1B4;
	margin-top: 12px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 69px;
	margin-left: 69px;
	border: 1px solid #ddd;
	float: left;
}
.box300-goleadores-listacompleta a {
	color: #191919;
	text-decoration:none;
}
.box300-goleadores-listacompleta a:hover {
	text-decoration: underline;
}



/* === INTERNO SITIO WEB === */
/* ============= BASE PARA BOXES DE 640 ============= */

.title-640 {
	float: left;
	height: auto;
	width: 640px;
}
.boxes-640-ap1 {
	float: left;
	width: 638px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #dedede;
	border-bottom-color: #dedede;
	border-left-color: #dedede;
	border-top-width: 0px;
	border-top-style: none;
	padding-top: 0px;
}

/* ============= BASE PARA BOXES DE 300 ============= */ 

.tabs_der_300 {
	float: left;
	width: 300px;
}
.box_cont {
	float: left;
	width: 278px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d3d3d3;
	border-right-color: #d3d3d3;
	border-bottom-color: #d3d3d3;
	border-left-color: #d3d3d3;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.box-general300 {
	float:left;
	width: 300px;
	height:auto;
	margin-bottom: 20px;
}

/* ============= NOTICIAS EN LINEA ============= */ 

.notlinea_date {
	float: left;
	width: 268px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3d6560;
}
.notlinea_cont {
	float: left;
	width: 268px;
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #151515;
}
.notlinea_cont a {
	color: #151515;
	text-decoration: none;
}
.notlinea_cont a:hover {
	text-decoration: underline;
}
.notlinea_hora {
	float: left;
	width: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666;
}	

/* ============= BASE PARA BOXES 640 - EMOL TV ============= */ 

#contenedor-3 {
	float: left;
	width: 638px;
	margin-bottom: 20px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #dedede;
	border-bottom-color: #dedede;
	border-left-color: #dedede;
	border-top-width: 0px;
	border-top-style: none;
	padding-top: 0px;
}
#title-ct_960 {
	float: left;
	width: 960px;
}
#contenedor-960-emoltv {
	float: left;
	width: 960px;
	margin-bottom: 15px;
}

/* ============ PUBLICIDAD ============== */
#publicidad728 {
	float: left;
	width: 728px;
	height: auto;
	margin-bottom: 15px;
}
#publicidad728_960px {
	float: left;
	width: 728px;
	height: auto;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-left: 112px;
}
#publicidad640 {
	float: left;
	width: 640px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*  =============== fb-root ========== */
#fb-root {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 575px;
}
/* ====== PUBLICIDAD ======== */

#publicidad640 {
	float: left;
	width: 640px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#publicidad640-footer {
	float: left;
	width: 640px;
	height: auto;
	margin-top: 20px;
}
#publicidad640-center {
	width: 640px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 160px;
	float: left;
	margin-bottom: 15px;
}

/* ====== DESTACADOS GALERÍAS DE FOTOS ======= */

#contenedor_pags ul {
width: 640px;
}

li.box-galerias-dest {
	float:left;
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom:8px;
	background-color: #e9e9e9;
	width:198px;
	height:170px;
	border: 1px dotted #b1b1b1;
	position: relative;
}

li.box-galerias-dest img {
	border: 4px solid #E9E9E9;
	float:left;
	clear:both;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}
li.box-galerias-dest img:hover {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

img.logogaleriahd {
	position: absolute;
	left:0px;
	top:0px;
}
li.box-galerias-dest a:link, li.box-galerias-dest a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

li.box-galerias-dest a:hover span {
	text-decoration: none;
	color: #0F7180; /* COLOR DEL ENLACE */
	/* Ingresar hasta 48 caracteres ... */
}

li.box-galerias-dest a:hover img {
/*	border: 4px solid #0F7180;
	transition: all 0.3s linear;
	  -webkit-transition: all 0.3s linear;
	  -ms-transition: all 0.3s linear;
	  -moz-transition: all 0.3s linear;
	  -o-transition: all 0.3s linear;*/
}

li.box-galerias-dest span {
	clear: both;
	float: left;
	padding: 6px;
	width: 186px;
	height: 25px;
	overflow: hidden;
}
li.box-galerias-dest span:hover {
	color: #666666;
	text-decoration: none;
}

/* ====== PAGINACIÓN AUTOMÁTICA FOTOS ======= */

div#paginas {
	margin-top:10px;
	float:left;
	clear:both;
	width:100%;
}

#contenedor_pags {
	float:left;
	clear:both;
}

#paginas ul {
	list-style-type: none;
}

#paginas #nav_pags {
	width:100%;
	float:left;
	clear:both;
	margin-bottom:4px;
	margin-left: 8px;
}

#paginas #nav_pags a:link, #paginas #nav_pags a:visited {
	line-height: 25px;
	float:right;
	margin-right:13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
	color: #333333;
}

#paginas #nav_pags a:hover {
	color: #cccccc;
}

#paginas #nav_pags span {
    border: 1px solid #cccccc;
    color: #666666;
    cursor: pointer;
    display: block;
    float: left;
    font-family: "Arial" , Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin-bottom: 4px;
    margin-right: 4px;
    text-align: center;
    width: 25px;
}

#paginas #nav_pags span:hover {
	background-color: #ffffff;
	border: 1px solid #0F7180;
	color: #0F7180;
}

#paginas #nav_pags .selected {
	background-color: #0F7180;
	border: 1px solid #0F7180;
	color: #FFFFFF;
	cursor: default;
}

#paginas #nav_pags .selected:hover {
	background-color: #1d8898 !important;
};



/* LISTADO DE NOTICIAS */

.despliegue_fecha_listanoticia {
    background-color: #EFEFEF;
    border-bottom: 1px solid #D3D3D3;
    border-top: 1px solid #D3D3D3;
    color: #151515;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-top: 2px;
    width: 590px;
}
.despliegue_fecha_listanoticia {
	width: 590px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #151515;
	font-weight: bold;
	padding-top: 2px;
	background-color: #EFEFEF;
	margin-bottom: 20px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d3d3d3;
	border-bottom-color: #d3d3d3;
	height: auto;
}
.hora_listanoticia {
	width: 60px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	padding-bottom: 8px;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	margin-right: 14px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d3d3d3;
}
.listanoticia_title {
	width: 525px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3A74B3;
	padding-bottom: 5px;
	text-align: left;
	padding-top: 5px;
	line-height: 20px;
	font-weight: bold;
}
.listanoticia_title a {
	color: #3A74B3;
	text-decoration: none;
}
.listanoticia_title a:hover {
	text-decoration: underline;
}
.bajada_listanoticia {
	width: 525px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #151515;
	padding-bottom: 15px;
	font-weight: normal;
	text-align: left;
	padding-top: 0px;
	line-height: 16px;
	padding-left: 75px;
}
.contenedor_listado_n {
	float: left;
	width: 620px;
	height: auto;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 25px;
}
.contenedor_listado_lista {
	float: left;
	width: 620px;
	height: auto;
}
.contenedor_paginacion {
	float: left;
	width: 643px;
	height: auto;
	padding-bottom: 0px;
	padding-top: 20px;
}
#listanoticia_num {
	width: 493px;
	float: left;
	height: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #FFF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 145px;
}
#listanoticia_num a {
	color: #094e85;
	text-decoration: none;
}
#listanoticia_num a:hover {
	color: #094e85;
	text-decoration: underline;
}
.botones_listanoticias {
	float: left;
	width: auto;
	background-color: #F2F2F2;
	color: #094e85;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	margin-right: 5px;
	border: 1px solid #094e85;
}

/* ============================================================== 
Paginador */
#ctnpaginador {
	float: left;
	width: 640px;
	margin-bottom: 15px;
	margin-top: 20px;
	background-image: url(images/tab_paginacion.jpg);
	background-repeat: no-repeat;
	height: 40px;
	padding-top: 0px;
}
#cont_contador {
	float: left;
	width: 555px;
	margin-top: 3px;
	height: auto;
	margin-left: 85px;
}
.paginador {
	background-color: #FFFFFF;
	border: 1px solid #0F7180;
	color: #0F7180;
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	line-height: 14px;
	margin-right: 10px;
	padding-top: 5px;
	text-align: center;
	width: 28px;
	line-height: 15px;
}
.paginador a {
	color: #0F7180;
	text-decoration:none;
	line-height: 15px;
}
.paginador a:hover {
	color: #666666;
	text-decoration:underline;
}
#texto_noticia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	color: #151515;
	margin: 0px;
	padding: 0px;
}


















