@charset "utf-8";


@font-face {
    font-family: 'Helvetica37CondensedThin';
    src: url('font/helveticacdthn-webfont.eot');
    src: url('font/helveticacdthn-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/helveticacdthn-webfont.woff') format('woff'),
         url('font/helveticacdthn-webfont.ttf') format('truetype'),
         url('font/helveticacdthn-webfont.svg#Helvetica37CondensedThin') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*--------INI GENERAL---------------------*/
.chivato{
	 border: 1px solid #ff0000;
}
.oculto {
	display: none;
}
body{
	background-image: url(../imagenes/template/bg_body.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #cbcbcb;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}
.contPrincipal{
	padding: 0px;
	width: 996px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color:#fff;
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.negative_left {
	margin-left: -10px;
}
.negative_right {
	margin-right: -10px;
}
/*--------FIN GENERAL---------------------*/
/*--------INI HEADER---------------------*/
.header_mod{
	background-color: #fd4c07;
	padding:0 7px 0 15px;
}
.header_mod .title{
	color:#fff;
	text-transform:uppercase;
	line-height:15px;
	font-size:14px;
	display:block;
	white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 6px 50px 6px 0;
}


.header{
	background-image: url(../imagenes/template/bg_header.png);
	background-position: top;
	background-repeat: repeat-x;
	height:82px;
}
.logo {
	width: 170px;
	float: left;
}
.contMenuTop{
	float:right;
	padding-top:28px;
	width: 825px;
}

.menuTop{
	float:right;
	background-image: transparent url(../imagenes/template/bg_menuTop.png) right center no-repeat;
	height:25px;
	line-height:29px;
	margin-bottom:3px;
	/* width:695px; */
	width:825px;
}
.menuTop ul{
	float:right;
}
.menuTop ul li{
	float:left;
}
.menuTop a{
	color:#4b4b4b;
	font-weight:bold;
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	padding-bottom: 2px;
}
.menuTop a:hover{
	color:#fd4c07;
}
.menuTop a.pdfLink {
	padding-right: 20px;
	background: transparent url(../imagenes/template/pdf_16x16.png) no-repeat right top;
}
.mTop3 a{
	background-image: url(../imagenes/template/candado.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left:17px;
	padding-right:17px;
	color:#fd4c07;
}
.mTop2 .contBuscador{
	margin-top:4px;
}
.mTop2 ul, .mTop1 ul{
	margin-right:10px;
}
.mTop1 li{
	background-image: url(../imagenes/template/bg_mTop1.png);
	background-position: left;
	background-repeat: repeat-x;
	padding-left:5px;
	padding-right:5px;
	color:#fd4c07;
	border:1px solid #c4c4c4;
	border-top:0px;
	border-bottom:0px;
	line-height:24px;
	text-align:center;

}
.mTop1 li:first-child {
	border-right:0px;
}

.mTop1 li.obj_ef {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-image: url("../imagenes/template/bg_mTop2.png");
    background-position: left center;
    background-repeat: repeat-x;
    border-image: none;
    color: #ffffff;
    line-height: 24px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}
.mTop1 li.obj_in {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-image: url("../imagenes/template/bg_mTop3.png");
    background-position: left center;
    background-repeat: repeat-x;
    border-image: none;
    color: #ffffff;
    line-height: 24px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.mTop1 a.btnColors {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}
.contBuscador{
	float:right;
	margin-top:3px;
}
.contBuscador form{
	float:left;
	margin-right:8px;
}
.contBuscador img{
	float:left;
	margin-right:10px;
	margin-top:2px;
}
.contBuscador .busca{
	float:left;
	display:block;
	background-image: url(../imagenes/template/bg_buscatext.png);
	background-position: left;
	background-repeat: no-repeat;
	font-size:10px;
	line-height:17px;
	border:0px;
	padding-left:10px;
	padding-right:5px;
	width:89px;
	height:17px;
}
.contBuscador .botBusca{
	display:block;
	float:left;
	background-image: url(../imagenes/template/bg_buscabot.png);
	background-position: left;
	background-repeat: no-repeat;
	font-size:10px;
	line-height:17px;
	border:0px;
	width:17px;
	height:17px;
}

ul.menu_rs {
	float: right;
    margin-right: 12px;	
}
ul.menu_rs li.ico {
	height: 25px;
    width: 25px;
    overflow: hidden;
    float: left;
    margin-right: 5px;
}
ul.menu_rs li.ico a{
	text-indent: -5000px;
	display: block;
}
ul.menu_rs li.ico.twt {
	background: rgba(0, 0, 0, 0) url("../imagenes/template/ico_twt.png") no-repeat scroll 0 0;
}
ul.menu_rs li.ico.ytb {
	background: rgba(0, 0, 0, 0) url("../imagenes/template/ico_ytb.png") no-repeat scroll 0 0;
}
ul.menu_rs li.ico.lnk {
	background: rgba(0, 0, 0, 0) url("../imagenes/template/ico_lnk.png") no-repeat scroll 0 0;
}


/*--------INI HEADER---------------------*/
/*--------MENU PRINCIPAL---------------------*/
.listMenu{
	position:relative;
	z-index:2;
}
.listMenu li{
	background-color:#fd4c07;
	padding-left:6px;
	border: 1px solid #A5A5A5;
	border-bottom:0px;

}
.bgNegro li{
	background-color:#000;
}
.listMenu .ultimoItem{
	border-bottom: 1px solid #A5A5A5;
}
.listMenu li a{
	font-family:'Helvetica37CondensedThin';
	width:210px;
	display:block;
	font-size:25px;
	height:55px;
	line-height:55px;
	text-decoration:none;
	color:#000;
	//color:#fd4c07;
	padding-left:25px;
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #dbdbdb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dbdbdb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#dbdbdb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#dbdbdb 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#dbdbdb 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #ffffff 0%,#dbdbdb 100%); /* W3C */

}
.listMenu li a:hover{
	text-decoration:none;
	color:#393939;
}


.contMenu{
	background-image: url(../imagenes/template/bg_menuPrin.png);
	background-repeat: repeat-x;
	padding-top:6px;
	margin-top: 5px;
	/*padding-bottom:5px;*/

}
.menu{
	position:relative;
	z-index:50;
}
.menu ul li{
	float:left;
}

	/*sub menus*/
.botLogocob, .botLogoafi{
	width:205px;
	height:115px;
	background:url('../imagenes/template/cobertura_logos.png') no-repeat center 0;
	float:left;
	filter:alpha(opacity=60);
	-webkit-opacity:.6;
	-moz-opacity:.6;
	opacity:.6;
}
.botLogoafi{
	background:url('../imagenes/template/afinidad_logos.png') no-repeat center 0;
	height:106px;
	margin: 5px 0 0 0;
}
.botLogocob:hover, .botLogoafi:hover{
	filter:alpha(opacity=100);
	-webkit-opacity:1;
	-moz-opacity:1;
	opacity:1;
}
.contOverlay ul li{
	border-left:none;
	width:100%;
	padding:0;
	height:auto;
}
.botLogoATres{
	width:180px;
	height:52px;
	padding:0px;
	background: transparent url(../imagenes/template/logoAtresSub.png) no-repeat center -52px;
	float:left;
	margin: 20px 0 20px 10px;
}
.botLogoATres:hover{
	background-position: top;
}
.botLogoA3{
	width:75px;
	height:45px;
	padding:0px;
	background-image: url(../imagenes/template/logoa3.png);
	background-position: center -45px;
	background-repeat:no-repeat;
	float:left;
}
.botLogoA3:hover{
	background-position: top;
}

.botLogoNeox{
	width:63px;
	height:17px;
	padding:0px;
	background-image: url(../imagenes/template/logoneox.png);
	background-position: center -28px;
	background-repeat:no-repeat;
	float:left;
	margin-top:12px;
	margin-left:9px;
}
.botLogoNeox:hover{
	background-position: top;
}

.botLogoNova{
	width:51px;
	height:18px;
	padding:0px;
	background-image: url(../imagenes/template/logonova.png);
	background-position: center -20px;
	background-repeat:no-repeat;
	float:left;
	margin-top:11px;
	margin-left:12px;
}
.botLogoNova:hover{
	background-position: top;
}

.botLogoNitro{
	width:75px;
	height:45px;
	padding:0px;
	background-image: url(../imagenes/template/logonitro.png);
	background-position: center -45px;
	background-repeat:no-repeat;
	float:left;
}
.botLogoNitro:hover{
	background-position: top;
}
.botLogoVeo{
	width:75px;
	height:29px;
	padding:0px;
	background-image: url(../imagenes/template/logoveo.png);
	background-position: center -29px;
	background-repeat:no-repeat;
	float:left;
}
.botLogoVeo:hover{
	background-position: top;
}
.botLogoDisney{
	width:75px;
	height:45px;
	padding:0px;
	background-image: url(../imagenes/template/logodisney.png);
	background-position: center -45px;
	background-repeat:no-repeat;
	float:left;
}
.botLogoDisney:hover{
	background-position: top;
}
.botlogoEuropaFm{
	width:165px;
	height:23px;
	background-image:url(../imagenes/template/logoEuropaFm.png);
	background-position: center -11px;
	background-repeat:no-repeat;
	float:left;
	margin-top:15px;
	padding-bottom:14px;
	border-bottom:1px solid #999;
	padding-left:48px;
	padding-right:15px;
}
.botlogoEuropaFm:hover{
	background-position: center -51px;
}
.botlogoMelodiaFm{
	width:165px;
	height:60px;
	background-image:url(../imagenes/template/logoMelodiaFm.png);
	background-position: center 7px;
	background-repeat:no-repeat;
	float:left;
	margin-top:2px;
	border-bottom:1px solid #999;
	padding-left:48px;
	padding-right:15px;
}
.botlogoMelodiaFm:hover{
	background-position: center -47px;
}
.botlogoOndacero{
	width:86px;
	height:48px;
	background-image:url(../imagenes/template/logoOndacero.png);
	background-position: center 0;
	background-repeat:no-repeat;
	float:left;
	margin-top:15px;
	padding-bottom:14px;
	border-bottom:1px solid #999;
	padding-left:122px;
	padding-right:19px;
}
.botlogoOndacero:hover{
	background-position: center -62px;
}


.submenuPrincipal{
	position:absolute;
	background: #000;
	left:12px;
	top:0;
	width:230px;
	height:281px;
	z-index:1;
}
.menuActivo{
	left:246px;
}

.contOverlay ul li{
	float:left;
	width:220px;
	text-align:center;
	border-top:1px solid #999;
	padding-top:15px;
	padding-left:10px;
}
.menu_tw{
	float:right;
	width: 92px;
	height: 22px;
	background: url('../imagenes/template/menu_tw.png') no-repeat;
	text-indent: -99999px;
	margin: 1px 16px 0 0;
	filter:alpha(opacity=80);
	-webkit-opacity:.8;
	-moz-opacity:.8;
	opacity:.8;
}
.menu_tw:hover{
	filter:alpha(opacity=100);
	-webkit-opacity:1;
	-moz-opacity:1;
	opacity:1;
}

/*--------FIN MENU PRINCIPAL---------------------*/
/*--------INI PUBLI---------------------*/

.contBanner{
	background-image:url(../imagenes/template/bg_menu.gif); /*OJO*/
	background-position:left 4px;
	background-repeat:no-repeat;
	margin-top:3px;
	display:block;
	float:right;
	width:728px;
	z-index:1;
	padding-left:6px;
	padding-top:0px;
	padding-right:10px;
}

.player{
	position:relative;
	float:right;
}
/*--------FIN PUBLI---------------------*/

/*--------INI SLIDER---------------------*/
.slider{
	background-image: url(../imagenes/template/bg_slider.png);
	background-position: top;
	background-repeat: repeat-x;
	padding-bottom:5px;
	padding-top:30px;
	background-color:#f2f2f2;
	width:994px;
	border-left:1px solid #c7c7c7;
	border-right:1px solid #c7c7c7;
	border-bottom:1px solid #c7c7c7;
}

.slider  img{
	border:0px;
}
.slider .slider_destacado{
	float:left;
	margin-bottom:15px;
}
.slider a img{
	border: 2px solid #c8c9c8;
	margin-bottom:2px;
	margin-left:35px;
}
.grid_3 .slider_destacado{
	padding:0 10px;
}
.grid_3 .slider_destacado img{
	width:100%;
	margin-left:10px;
}
.grid_3 .slider_destacado h3{
	margin-left:10px;
}
.grid_3 .slider_destacado div.play{
	position:absolute;
	margin-top:28px;
	margin-left:80px;
}
.grid_3 .slider_destacado div.play img {
    border: medium none;
}
.slider div.play{
	position:absolute;
	margin-top:25px;
	margin-left:100px;
}
.slider a{
	font-size:11px;
	color:#787878;
	text-decoration:none;
}
.slider a:hover{
	color:#fd4c07;
}
.slider span{
	color:#444444;
	font-weight:900;
}
.slider h3{
	font-weight:900;
	margin-left:35px;
}

/*--------FIN SLIDER---------------------*/

/*--------INICIO BLOQUE CENTRAL---------------------*/
.contenido{
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	background-color:#fff;
	width:994px;
	padding-top:18px;
	padding-bottom:18px;
}
.contenido .cabeceras{
	float:left;
	padding-left:15px;
	color:#fff;
	font-size:14px;
	width:297px;
	line-height:18px;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:1px;
	background: -moz-linear-gradient(left, #eb2800 1%, #fd4c07 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,#eb2800), color-stop(100%,#fd4c07));
	background: -webkit-linear-gradient(left, #eb2800 1%,#fd4c07 100%);
	background: -o-linear-gradient(left, #eb2800 1%,#fd4c07 100%);
	background: -ms-linear-gradient(left, #eb2800 1%,#fd4c07 100%);
	background: linear-gradient(left, #eb2800 1%,#fd4c07 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb2800', endColorstr='#fd4c07',GradientType=1 );
}

.bgRosa{
	background-color:#fd4c07;
}
.bgGris{
	background-color:#777777;
}
.interiorescm{
	background-image: url(../imagenes/template/bg_interioresconmenu.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color:#eaeaea;
	border-bottom:1px solid #dbdbdb;
}
.interioressm{
	background-image: url(../imagenes/template/bg_interioressinmenu.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color:#eaeaea;
}
.mod_player_interior{
	margin-bottom:15px;
	position: relative;
	float:left;
}
.mod_player_interior h2, .mod_player_interior h2 a{
	color:#fd4c07;
	font-weight:900;
	font-size:20px;
	text-decoration:none;
	margin-top:1px;
	margin-bottom:1px;
}
.mod_player_interior a{
	color:#2a2a2a;
	font-weight:900;
	font-size:12px;
	text-decoration:none;
}
.play_mosca{
	background:url('../imagenes/template/botPlay.png') no-repeat;
	width:50px;
	height:50px;
	position:absolute;
	top:25px;
	left:137px;
	text-indent:-999em;
}
.grid_8 .play_mosca{
	top:175px;
	left:295px;
}
.grid_4 .play_mosca{
	left:131px;
	top:70px;
}
.grid_5 .play_mosca{
	left:174px;
	top:86px;
}
.grid_5 .imgHInterior .play_mosca{
	left:54px;
	top:25px;
}
.contBanner .player .play_mosca{
	top:116px;
	left:215px;
}
.noveImg .play_mosca{
	top:68px;
	left:138px;
}

/*--------FIN BLOQUE CENTRAL---------------------*/

/*--------------INICIO SIDEBAR--------------------*/
.contGraficas{
	
	padding-top:0px;
	padding-bottom:10px;
	padding-right:10px;
	color:#7e7e7e;
	font-size:10px;
}

.tweets{
	width: 100%;
    display: inline-block;
}

.contGraficas a{
	color:#7e7e7e;
	font-size:10px;
	text-decoration:none;
}

.contGraficas a:hover{
	color:#fd4c07;
}

.contBoletin{
	background-image: url(../imagenes/template/bg_modulosHome.png);
	background-position: top;
	background-repeat: repeat-x;
	padding-bottom:30px;
	height:64px;
	padding-left:16px;
	padding-top:17px;
	padding-right:16px;
	margin-bottom:10px;
}
.contBoletin p{
	color:#777;
	font-weight:900;
}
.contBoletin form{
	margin-top:4px;
}
.contBoletin .boletin{
	float:left;
	background-image: url(../imagenes/template/bg_inputboletin.png);
	background-position: left;
	background-repeat: no-repeat;
	font-size:10px;
	line-height:21px;
	border:0px;
	padding-left:10px;
	width:204px;
	height:21px;
}
.contBoletin .botBoletin{
	float:right;
	display:block;
	background-color:#393939;
	color:#fff;
	border:none;
	width:58px;
	height:20px;
	font-size:10px;
	padding-bottom:2px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
}

.contBoletin .botBoletin:hover{
	background-color:#666;
	cursor:pointer;
}

.contParrilla{
	padding-top:15px;
}
.contParrilla div{
	width:100px;
	float:left;
	text-align:center;
}
.contDestacado{
	margin-bottom:10px;
}
.contDestacado a{
	text-decoration:none;
}
.contDestacado a p{
	text-decoration:none;
	font-size:13px;
	color:#4D4D4D;
}
.contDestacado img{
	margin-bottom:8px;
}

/*--------------FIN SIDEBAR--------------------*/

/*-------INICIO MENUS INTERIORES*/

.contPatch{
	background-image: url(../imagenes/template/bg_patch.png);
	background-position: top;
	background-repeat: repeat-x;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	background-color:#fff;
	width:994px;
	height:69px;
	padding-top:6px;

}
.contPatchSinMenu{
	background-image: url(../imagenes/template/bg_patch.png);
	background-position: top;
	background-repeat: repeat-x;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	background-color:#fff;
	width:994px;
	height:30px;
	padding-top:6px;

}
.marcaPatch{
	background-image: url(../imagenes/template/flecha_patch.png);
	background-position: top left;
	background-repeat: no-repeat;
	height:7px;
}
/*-----------------------------*/

.marcaRastro{
	color:#838383;
	font-size:14px;
	padding-top:11px;
	padding-left:12px;
	padding-bottom:5px;
	border-right:1px solid #C3C3C3;
	border-left:1px solid #C3C3C3;
	border-top:6px solid #393939;
	background-image: url('../imagenes/template/flecha_patch.png');
	background-position: 12px 0;
	background-repeat: no-repeat;
	}
.marcaRastro a{
	color:#838383;
	text-decoration:none;
	}
.marcaRastro a:hover{
	text-decoration:underline;
	}
.marcaRastro span{
	font-weight:bold;
	}

.menuInterior_up{
	border-right:1px solid #C3C3C3;
	border-left:1px solid #C3C3C3;
	border-bottom:2px solid #fd5717;
	padding-top:5px;
	padding-bottom:10px;
	background-image:url('../imagenes/template/menuinterior_bg2.gif') ;
}
.menuInterior_up li{
	margin-left:22px;
	float:left;
	}
.menu_right .menuInterior_up li:first-child{
	margin-left:312px;
}
.menuInterior_up li a{
	font-size:15px;
	color:#ffffff;
	text-decoration:none;
	padding-bottom:10px;
	font-weight: bold;
	}
.menuInterior_up li a:hover, .menuInterior_up li a.on{
	color:#ffffff;
	background-image: url(../imagenes/template/flecha_menuint.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	}
.menuInterior_up li.iraweb{
	margin-right:30px;
	background:url("../imagenes/template/flechita_irweb.png");
	background-repeat:no-repeat;
	float:right;
	}
.menuInterior_up li.iraweb a{
	font-size:14px;
	}
.menuInterior_up li.iraweb a:hover{
	color:#333;
	background:none;
	}

/*-----------------------------*/

.patch{
	padding-top:4px;
	font-size:14px;
	color:#838383;
}
.patch a{
	text-decoration:none;
	color:#838383;
}
.patch a:hover{
	text-decoration:underline;

}
.patch span{
	font-weight:900;
}
.menuInterior{
	padding-top:7px;
}

.menuInterior ul{



}
.menuInterior ul li{
	float:left;
	padding-left:12px;
	padding-right:12px;
}

.menuInterior a{
	padding-bottom:10px;
	font-size:15px;
	color:#595959;
	text-decoration:none;
}

.menuInterior a:hover{
	display:block;
	color:#fd4c07;
	background-image: url(../imagenes/template/flecha_menuint.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.menuInterior span{
	display:block;
	padding-bottom:10px;
	font-size:15px;
	text-decoration:none;
	color:#fd4c07;
	background-image: url(../imagenes/template/flecha_menuint.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.iraweb{
	float:right;

}
.iraweb a{
	padding-left:10px;
	background-image:url('../imagenes/template/flechita_irweb.png');
	background-repeat:no-repeat;
	color:#333;
	font-size:14px;
	text-decoration:none;
}
.iraweb a:hover{
	text-decoration:underline;
	background-image:url('../imagenes/template/flechita_irweb.png');
	background-position: left top;
	color:#333;
}

/*-------INICIO MENUS INTERIORES*/

/*--------INICIO FOOTER---------------------*/
.footer{
	background-color:#484848;
	width:100%;
	height:200px;
	text-align:center;
	/* overflow: scroll; */
}
.footer div{
	padding-top:30px;
}
.footer div img{
	padding-bottom:15px;
}
.footer div p{
	font-size:11px;
	color:#969696;
	padding-bottom:10px;
}
.footer div a{
	font-size:12px;
	color:#fff;
	text-decoration:none;
	font-weight:900;
	padding-left:11px;
	padding-right:11px;
}
.footer div a:hover{
	text-decoration:underline;
}
/*--------FIN FOOTER---------------------*/

/*--------------------------------------------------
ESTILO DE SESSION---------------------------------------------------------------------------------------------------------------
----------------------------------------------------*/

/*--------HOME--------------*/
.novedadesHome{
	background-image: url(../imagenes/template/bg_modulosHome.png);
	background-position: top;
	background-repeat: repeat-x;
	padding-bottom:15px;
}
.novedadesHome .noveImg{
	float:left;
	padding-right:12px;
	position:relative;
}
.novedadesHome .noveImg img{
	border:1px solid #939393;
}
.novedadesHome .noveTxt{
	/*background-image: url(../imagenes/template/bg_rayado.png);*/
	background-position: top;
	padding-left:5px;
	padding-top:8px;
	padding-right:10px;
}
.novedadesHome .noveTxt p{
		margin-top:10px;
	}
.novedadesHome .noveTxt h4 a{
	color:#fd4c07;
	text-decoration:none;
	font-size:22px;
	line-height:30px;
}
.novedadesHome  .noveTxt h2  a:hover{
	color:#f785a8;
}
.novedadesHome  .noveTxt p{
	padding-top:10px;
	color:#4d4d4d;
	font-size:14px;
}

.masNoveHome{
	background-image: url(../imagenes/template/bg_modulosHome.png);
	background-position: top;
	background-repeat: repeat-x;
	padding-bottom:10px;
	font-size:14px;
}
/*.masNoveHome .contLi{
	background-image: url(../imagenes/template/bg_rayado.png);
	background-position: top;
}*/

.masNoveHome div div div{
	background-image: url(../imagenes/template/flechitaHome.png); /*OJO*/
	background-position:left 2px;
	background-repeat:no-repeat;
	padding-left:10px;
	margin-left: 25px;
	margin-top:10px;
	width:270px;
	float:left;
}
.masNoveHome a{
	color:#444444;
	text-decoration:none;
}
.masNoveHome a:hover{
	text-decoration:underline;
}
/*----INFORMES ----------*/

.contInformes .bloqueInforme a{
	color:#252525;
	font-weight:900;
	font-size:12px;
	text-decoration:none;
	padding-left:30px;
	padding-top:15px;
	background-image: url(../imagenes/template/pdf.png);
	background-position:left;
	background-repeat:no-repeat;
}
.contInformes .bloqueInforme a:hover{
	color:#fd4c07;
}
.contInformes .bloqueInforme span{
	padding-left:30px;
}
.contInformes .bloqueInforme h2{
	color:#fd4c07;
	font-weight:900;
	font-size:12px;
}
.contInformes .bloqueInforme p{
	color:#4d4d4d;
	font-size:11px;
	padding-top:5px;
	padding-bottom:15px;
}
.bloqueInforme{
	border-bottom:1px solid #ccc;
	padding-bottom:15px;
	margin-bottom:15px;
}

/*----INFORMES ----------*/

/*-----NOTICIA DETALLE-----*/
.botVolverNoticia{
	float:right;
	padding-left:13px;
	background-image:url('../imagenes/template/flecha_volver.png');
	background-color:#393939;
	background-repeat:no-repeat;
	background-position:9px 13px;
	color:#fff !important;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	padding:13px 11px 5px 22px;
	margin-right:13px;
	margin-top:-17px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

/*-----NOTICIA DETALLE-----*/
/*----PROGRAMACION-----*/

.botProgramacion{
	padding-left:35px;
	background-image:url('../imagenes/template/botDescargaProgra.png');
	background-repeat:no-repeat;
	color:#333;
	font-size:12px;
	padding-top:10px;
	padding-bottom:7px;
	line-height:20px;
	font-weight:900;
	text-decoration:none;
}
.botProgramacion:hover{
	text-decoration:underline;
	background-position:left -32px;
}


.mod_parrilla{
  width:100%;
  margin-bottom:20px;
}

.mod_parrilla .menu{
  overflow:hidden;
  padding:4px 0 0 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -border-radius: 3px;
  -border-radius-bottomleft:0px;
  -border-radius-bottomright:0px;
  -webkit-border-bottom-left-radius:0px;
  -webkit-border-bottom-right-radius:0px;
  -moz-border-radius-bottomleft:0px;
  -moz-border-radius-bottomright:0px;
}

.mod_parrilla .menu li{
  float:left;
  width:89px;
  display:inline;
  margin-right:3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -border-radius: 3px;
  -border-radius-bottomleft:0px;
  -border-radius-bottomright:0px;
  -webkit-border-bottom-left-radius:0px;
  -webkit-border-bottom-right-radius:0px;
  -moz-border-radius-bottomleft:0px;
  -moz-border-radius-bottomright:0px;
  text-align:center;
}

.mod_parrilla .menu li a{
  display:inline-block;
  height:43px;
  padding:6px 10px;
  overflow:hidden;
  font-weight:bold;
  text-decoration:none;
  vertical-align:middle;
  font-size:13px;
}

.mod_parrilla .menu li img{
  vertical-align:middle;
}

.mod_parrilla .dia {
  clear:both;
  overflow:hidden;
  padding:15px 4px 0 4px;
}

.mod_parrilla .dia li{
  float:left;
  display:inline;
  margin-right:5px;
}

.mod_parrilla .dia li.tv_online{
  float:right;
}

.mod_parrilla .dia li.tv_online a{
  background:none;
  border:none;
  text-decoration:underline;
}

.mod_parrilla .dia li a{
  display:block;
  padding:5px 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -border-radius: 3px;
  font-size:11px;
  text-decoration:none;
  font-weight:bold;
}

.mod_parrilla .programacion ul li,
.mod_parrilla .programacion a.rango{
  display:block;
  padding:10px 10px 10px 40px;
}

.mod_parrilla .programacion a.rango{
  font-size:12px;
  text-decoration:none;
  font-weight:bold;
  margin-top:20px;
}

.mod_parrilla .programacion ul li li{
  background:none;
  padding:0;
  font-size:12px;
  padding-bottom:2px;
  text-align:right;
}

.mod_parrilla .programacion ul li .ficha li  img{
  float:none;
  text-align:right;
}

.mod_parrilla .programacion .ficha{
  padding:10px 10px 10px 15px;
  overflow:hidden;
}

.mod_parrilla .programacion .ficha.ahora{
  padding-left:10px;
}

.mod_parrilla .programacion .ficha strong.hora {
  font-size:12px;
  display:block;
  padding-bottom:6px;
}

.mod_parrilla .programacion .ficha img {
  float:left;
  clear:left;
}

.mod_parrilla .programacion .ficha .desc{
  float:left;
  display:inline;
  padding-left:10px;
  width:275px;
}

.mod_parrilla .programacion .ficha ul{
  float:right;
  width:45px;
}

.mod_parrilla .programacion .ficha .desc a,
.mod_parrilla .programacion .ficha .desc strong,
.mod_parrilla .programacion .ficha .desc p{
  display:block;
}

.mod_parrilla .programacion .ficha .desc a{
  font-size:15px;
  font-weight:bold;
  text-decoration:none;
  padding-bottom:8px;
}

.mod_parrilla .programacion .ficha .desc strong{
  font-size:11px;
  padding-bottom:5px;
}

.mod_parrilla .programacion .ficha .desc p{
  font-size:12px;
  line-height:normal;
}

.mod_parrilla .programacion .ficha .desc p a{
  display:inline;
  font-size:inherit;
}


.mod_parrilla .menu { 
	background: url('../imagenes/template/mod_emisiones_proximas_menu_bg.gif') repeat-x top left;
	float: left;
	width: 100%;
}
.mod_parrilla .menu li { background: #f7f7f7 url('../imagenes/template/mod_emisiones_proximas_menu_item_bg.gif') repeat-x bottom left; }
.mod_parrilla .menu li.active { background: #ffffff; }
.mod_parrilla .menu li a { color: #333333; }
.mod_parrilla .dia li.tv_online a {
  background: none;
  border: none;
}
.mod_parrilla .dia li a {
  background: url('../imagenes/template/mod_mini_bg_button.gif') repeat-x left top;
  border: 1px solid #e8e8e8;
  color: #004083;
}
.mod_parrilla .dia li.active a { color: #333333; }
.mod_parrilla .programacion ul li { background: #f0f2f3 url('../imagenes/template/mod_parrilla-bg_lateral.gif') repeat-y top left; }
.mod_parrilla .programacion a.rango { background: #f0f2f3 url('../imagenes/template/mod_parrilla-bg_lateral.gif') repeat-y top left; }
.mod_parrilla .programacion a.rango {
  color: #666666;
  background: #f0f2f3 url('../imagenes/template/mod_parrilla_icon_uncollapse.gif') no-repeat top left;
}
.mod_parrilla .programacion a.rango.active { background: #f0f2f3 url('../imagenes/template/mod_parrilla_icon_collapse.gif') no-repeat left -1px; }
.mod_parrilla .programacion a.rango strong { color: #333333; }
.mod_parrilla .programacion ul li li { background: none; }
.mod_parrilla .programacion .ficha {
  background: #ffffff;
  border-right: 1px solid #e4e6e7;
  border-bottom: 1px solid #cccecf;
}
.mod_parrilla .programacion .ficha.ahora { border-left: 5px solid #f09200; }
.mod_parrilla .programacion .ficha strong.hora { color: #666666; }
.mod_parrilla .programacion .ficha .desc a { color: #004083; }
.mod_parrilla .programacion .ficha .desc strong { color: #333333; }
.mod_parrilla .programacion .ficha .desc p { color: #333333; }
.accessible {
  display:none;
}


/*----PROGRAMACION-----*/

/* ----HOME INTERIOR----*/

.separador {
    border-bottom: 1px solid #EA0E54;
    clear: both;
    height: 2px;
    margin-bottom: 15px;
}

.imgHInterior{
	float:left;
	position: relative;
}
.imgHInterior img{
	border:1px solid #9e9e9e;
	margin-right:10px;
}
.txtHInterior h3{
		color:#010101;
		font-weight:900;
}
.txtHInterior a{
		color:#fd4c07;
		font-weight:900;
		font-size:14px;
		text-decoration:none;
		margin-top:1px;
		margin-bottom:1px;
}
.txtHInterior a:hover{
		text-decoration:underline;
}
.noticiasHInterior{
	margin-bottom:20px;
	float: left;
}
.mod_noticia .antetitulo{
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#666;
}
.mod_noticia h1{
	font-size:30px;
	font-weight:bold;
	color:#fd4c07;
	background:none;
	padding-left:0;
}
.mod_noticia p{
	font-size:14px;
	line-height:16px;
}
.mod_noticia_cuerpo{
	margin-bottom:20px;
}
.imgNoticia{
	padding-bottom:10px;
}
.destacadoHInterior{
	margin-bottom:20px;
}
.destacadoHInterior img{
	border:1px solid #9e9e9e;
	margin-bottom:5px;
}
.destacadoHInterior a{
	color:#fd4c07;
	font-weight:900;
	font-size:14px;
	text-decoration:none;
	margin-top:1px;
	margin-bottom:1px;
}
.destacadoHInterior a:hover{
	text-decoration:underline;
}
.mod_tuclip.negative_left {
	background: #fff;
	margin-top: -18px;
	margin-left: -11px;
}
.mod_tuclip form div{
	position:relative;
}
.mod_tuclip form div.caja_direccion{
	width:250px;
	float:left;
	margin-left:38px;
}
.mod_tuclip form div.caja_comentario{
	width:538px;
	float:left;
	margin-left:38px;
}
.mod_tuclip form div.caja_cv{
	width:290px;
	float:left;
	margin-left:38px;
}
.mod_tuclip form div.asunto{
	margin-left:38px;
	float:left;
	width: 250px;
}
.mod_tuclip form label{
	width:233px;
	float:left;
	font-size:1.3em;
	margin-top:6px;
	color:#fd4c07;
	padding:3px 0;
}
.mod_tuclip form .caja_fichero label{
	padding:4px 0;
	width:140px;

}
.mod_tuclip form .caja_direccion input{
	float:left;
}
.mod_tuclip form .itext{
	margin-top:6px;
}
.mod_tuclip form .caja_enviar{
	float:right;
	padding-right:52px;
	margin-top:29px;
}
.mod_tuclip form .caja_enviar input {
	cursor: pointer;
}
.mod_tuclip form .caja_checkLegalConditions{
	float:left;
	padding-left:52px;
	margin-top:40px;
}
.mod_tuclip form .checkLegalConditions{
	float:left;
	padding-left:32px;
	margin-top:40px;
}
.mod_tuclip form .error{
	position:absolute;
	top:6px;
	right:0;
	height:30px;
	background-image:url('../../static/imagenes/template/error_arrow.gif');
	background-repeat:no-repeat;
	background-position:14px 22px;
	display:none;
}
.mod_tuclip form .error p{
	padding:4px 12px;
	height:15px;
	font-weight:bold;
	font-size:1em;
	background:#fd4c07;
	color:#fff;
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.2);
}
.mod_tuclip form .caja_fichero .error{
	top:4px;
}
.mod_tuclip form .isubmit, form .ireset{
	font-weight:bold;
}
.mod_tuclip form .isubmit{
	margin-left:6px;
}


/* ----HOME INTERIOR----*/

/*----SOLUCIONES ESPECIALES-----*/

.menuEspeciales ul li{
	width:240px;
	padding:5px;
	padding-left:15px;
	border-top:1px solid #fd4c07;
}
.menuEspeciales ul li:first-child{
	border-top:0px solid #fd4c07;
}
.menuEspeciales a{
	color:#595959;
	font-weight:900;
	font-size:14px;
	text-decoration:none;
}
.menuEspeciales span{
	color:#fd4c07;
	font-weight:900;
	font-size:14px;
}
.menuEspeciales a:hover{
	color:#fd4c07;
}
.menuEspecialesInt{
	padding-bottom:220px;
}
.menuEspecialesInt ul li{
	width:240px;
	padding:5px;
	padding-left:20px;
}
.menuEspecialesInt .select{
	background-image:url('../imagenes/template/bg_menuespecialesint.png');
	background-position:left 20px;
	background-repeat:no-repeat;
	color:#595959;
	font-weight:900;
	font-size:14px;
	padding-bottom:25px;
}
.menuEspecialesInt .noselect{
	border-bottom:1px solid #9c9c9c;
	color:#595959;
	font-weight:900;
	font-size:14px;
	background-image:url('../imagenes/template/flechita_irweb.png');
	background-repeat:no-repeat;
	background-position:9px 5px;
}

.menuEspecialesInt .noselect a:hover{
	color:#fd4c07;
}

.menuEspecialesInt ul li ul li {
	padding:0px;
	padding-top:8px;
}
.menuEspecialesInt ul li a{
	color:#595959;
	font-weight:900;
	font-size:14px;
	text-decoration:none;
}
.menuEspecialesInt ul li ul li a{
	color:#777;
	font-size:12px;
	text-decoration:none;
}
.menuEspecialesInt ul li ul li a:hover{
	color:#191919;
}
.solucionesHome{
	margin-bottom:25px;
	background:url("../imagenes/template/bg_modulosHome.png") repeat-x;
	float:left;
}
.solucionesHome img{
	border:2px solid #919191;
	margin-bottom:5px;
}
.solucionesHome img:hover{
	border:2px solid #fd4c07;
}
.solucionesHome a{
	color:#2a2a2a;
	font-weight:900;
	font-size:12px;
	text-decoration:none;
	position:relative;
}
.solucionesHome a:hover{
	text-decoration:underline;
}
.solucionesHome a .botplay{
	position:absolute;
	top:-91px;
	left:97px;
}
.solucionesHome a .botplay img{
	border:none;
	}
.solucionesHome h3{
	color:#fd4c07;
	font-weight:900;
	font-size:11px;
}
.solucionesHome p{
	color:#4d4d4d;
	/*font-weight:900;
	font-size:10px;*/
	font-weight: normal;
	font-size: 12px;
}
.solucionesInt{
	padding-bottom:150px;
}

.imgSolucionesInt{
	float:left;
}
.imgSolucionesInt img{
	border:2px solid #919191;
	margin-right:10px;
}
.txtSolucionesInt h3{
	color:#010101;
	font-weight:900;
	font-size:10px;
}
.txtSolucionesInt h2{
	color:#fd4c07;
	font-weight:900;
	font-size:12px;
	padding-bottom:5px;
}
/*----SOLUCIONES ESPECIALES-----*/

/*-----DELEGACIONES----*/
.delegacion{
	border-bottom:1px solid #fd4c07;
	padding-top:10px;
	padding-bottom:10px;
	color:#595959;
	font-size:12px;
}
.delegacion li{
	margin-left:10px;
}
.delegacion h2{
	color:#595959;
	font-size:13px;
	font-weight:900;
	margin-bottom:3px;
}
.delegacion.especial{
	height:184px;
}
.ver_mapa{
	background-image:url('../imagenes/template/bullet_mapa.png');
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
	color:#595959;
	text-decoration:none;
	margin-right:10px;
	float:right;
	position:absolute;
	right:1px;
	bottom:10px;
	font-size:13px;
}
.botDelegaciones{
	display:block;
	margin-top:30px;
	margin-bottom:30px;
	background-image:url('../imagenes/template/bg_botDelegaciones.png');
	background-repeat:no-repeat;
	color:#595959;
	font-size:13px;
	font-weight:900;
	text-decoration:none;
	width:178px;
	line-height:26px;
	text-align:center;
	float:right;
}
.botDelegaciones:hover{
	background-position:left -26px;;
}

.del_uniprex{
	float:left;
	margin-right:20px;
	width:30%;
	height:110px;
}

/*-----DELEGACIONES----*/

/*---RESULTADOS DE BUSQUEDA----*/
.cont_buscador{
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
}
.cont_buscador p{
	float:left;
	padding:0 !important;
	margin-top:5px;
}

.contResultados h2{
	font-size:17px;
	color:#fd4c07;
	float:left;
	width:100%;
	padding-bottom:2px;
}
.contResultados a{
	text-decoration:none;
}

.contResultados a:hover{
	color:#000;
}
.contResultados form{
		text-align:right;
}

.contResultados .inputbuscaint{
	background-image: url(../imagenes/template/bg_inputresultados.png);
	background-position: left;
	background-repeat: no-repeat;
	font-size:10px;
	line-height:21px;
	border:0px;
	padding-left:10px;
	padding-right:15px;
	width:162px;
	height:21px;
	margin-right:7px;
}

.contResultados .inputbotbusca{
	background-color:#393939;
	border:none;
	color:#fff;
	width:78px;
	height:21px;
	padding-bottom:2px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
}
.contResultados .inputbotbusca:hover{
	background-color:#666;
	cursor:pointer;
}

.contResultados div p{
	font-size:15px;
	color:#000;
	margin-bottom:10px;
	padding-left:13px;
}

.mod_last{
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
}

/*---RESULTADOS DE BUSQUEDA----*/

/*-----QUIENES SOMOS----*/

.equipo{
	float:left;
	padding:10px;
	width:250px;
	height:69px;
	background-image: url(../imagenes/template/bg_modulosHome.png);
	background-position: top;
	background-color:#eaeaea;
}
.equipo div img{
	padding-right:10px;
	float:left;
}
.contEquipos{
	float:left;
	width:100%;
	background-image: url(../imagenes/template/bg_rayado.png);
	background-position: top;
	margin-bottom:30px;
}
.areas h3{
	font-size:14px;
	text-decoration:underline;
	color:#fd4c07;
	padding:20px 0px 0px 0px;
	font-weight:900;
}
.areas h4{
	font-size:14px;
	font-weight:900;
	padding-bottom:10px;
	padding-top:30px;
}
.areas a{
	font-weight:900;
	color:#fd4c07;
	text-decoration:none;
}

/*-----QUIENES SOMOS----*/

/*---- PORTAL CLIENTE------*/
.contCliente{
	background-image: url(../imagenes/template/bg_modulosHome.png);
	background-position: top;
	background-repeat: repeat-x;
	padding:10px;
	color:#4b4b4b;
}

.contCliente ul li{
	list-style-image: url(../imagenes/template/flechitaHome.png);
	margin-left: 15px;
	margin-bottom:10px;
}
.contCliente a{
	color:#fd4c07;
	text-decoration:none;
}
.contCliente a:hover{
	text-decoration:underline;
}
.botEscucha{
	background-image: url(../imagenes/template/bg_botEscucha.png);
	background-repeat: repeat-x;
	line-height:21px;
	height:21px;
	margin-top:10px;
	width:80%;
}
.botEscucha img{
	float:left;
	margin-right:10px;
}
/*---- PORTAL CLIENTE------*/
/*---PAGINADOR-----*/

.paginador{
	float:right;
	padding-right:7px;
	padding-bottom:15px;
}
.paginador li{
	float:left;
	list-style: none;
	font-size: 10px;
	color: #969696;
	padding-left:3px;
	padding-right:3px;
	margin-left: 0px;
}
.paginador a{
	color: #969696;
	text-decoration:none;
	font-size:13px;
}
.paginador a:hover{
	color:#000;
	background-position: left -17px ;
}

.paginador .actual{
	color: #fd4c07;
	text-decoration:none;
	font-weight:900;
	font-size:13px;
}

.botPrincipio{
	display:block;
	background-image: url(../imagenes/template/flecha_atras.png);
	background-position: left top;
	background-repeat: repeat-x;
	padding-left:14px;
	height:19px;
	width:1px;
}

/*  -- *:first-child+html #brillo_top {  }-- */
.botAtras{
	display:block;
	background-image: url(../imagenes/template/flecha_atras.png);
	background-position: left top;
	background-repeat: repeat-x;
	padding-left:7px;
	height:19px;
	width:1px;
}
.botAlante{
	display:block;
	background-image: url(../imagenes/template/flecha_alante.png);
	background-position: left top;
	background-repeat: repeat-x;
	padding-left:6px;
	height:19px;
	width:1px;

}
.botFinal{
	display:block;
	background-image: url(../imagenes/template/flecha_alante.png);
	background-position: left top;
	background-repeat: repeat-x;
	padding-left:13px;
	height:19px;
	width:1px;
}
/*-------------LIGHTBOX------------*/
.contFancy{
	padding:10px;
	width:667px;
}

.mod_tuclip_a3ad .contFancy{
	margin:0 auto;
}

.contFancy h1{
	font-size:22px;
	color:#999;
	padding-bottom:27px;
	margin-left: 15px;
}

.mod_tuclip_a3ad .contFancy h1{
	float: left;
}

.contFancy form.contacto .caja_enviar {
	float: right;
    margin-top: 29px;
    padding-right: 52px;
}
.contFancy form.contacto .caja_checkLegalConditions {
    float: left;
    margin-top: 32px;
}
.contFancy form.contacto .caja_checkLegalConditions input {
    margin-top: 2px;
	float: left;
}
.contFancy form.contacto .caja_checkLegalConditions label {
    margin-left: 15px;
    margin-top: 0;
    padding: 0;
}
.contFancy form.contacto .caja_checkLegalConditions label a {
    color: #fd4c07;
	font-size: 12px;
	line-height: 15px;
}
.contFancy .itext{
	border:1px solid #bababa;
	background-color:#f2f2f2;
	color:#fd4c07;
	padding-left:15px;
	line-height:29px;
	width:233px;
	height:29px;
}
.contFancy .iarea{
	border:1px solid #bababa;
	margin-top:6px;
	margin-bottom:20px;
	background-color:#f2f2f2;
	color:#fd4c07;
	padding:5px;
	min-width:526px;
	min-height:113px;
}
.contFancy .ifile{
	border:1px solid #bababa;
	background-color:#f2f2f2;
	color:#fd4c07;
	padding-left:15px;
	line-height:29px;
	width:300px;
	height:29px;
}
.contFancy .ireset {
	border:1px solid #bababa;
	background-color:#fff;
	color:#444444;
	text-align:center;
	line-height:30px;
	width:72px;
	height:30px;

}
.contFancy .isubmit {
	border:1px solid #bababa;
	background-color:#4c4c4c;
	color:#fff;
	text-align:center;
	line-height:30px;
	width:72px;
	height:30px;

}
/* nuevo 08032017 */
.fancybox-opened {
	z-index: 55;
}
.fancybox-opened .fancybox-title {
	display: none;
}	
.fancybox-opened .fancybox-inner {
	width: 697px !important;
	height: 650px !important;
}
.fancybox-opened .fancybox-inner iframe {
	width: 680px !important;
	height: 635px !important;
	border: 1px solid #cbcbcb;
}
.fancybox-opened .fancybox-close:before {
	content: 'X';
}
.fancybox-opened a.fancybox-close {
	position: absolute;
	top:20px;
	right: 50px;	 	
	text-decoration: none;
	color: #cbcbcb;
	font-size: 14px;
	font-weight: bold;
}
/*-------------LIGHTBOX------------*/
/*---COMUN---textos y elementos generales de estilo-----*/
.pt10{
	padding-top:10px;
}
.pt20{
	padding-top:20px;
}
.pt40{
	padding-top:40px;
}
.pt60{
	padding-top:60px;
}

.pb10{
	padding-bottom:10px;
}
.pb20{
	padding-bottom:20px;
}
.pb40{
	padding-bottom:40px;
}
.pb60{
	padding-bottom:60px;
}

.pl10{
	padding-left:10px;
}
.pl20{
	padding-left:20px;
}
.pl40{
	padding-left:40px;
}
.pl60{
	padding-left:60px;
}
.pr0{
	padding-right:0px;
}
.pr10{
	padding-right:10px;
}
.pr20{
	padding-right:20px;
}
.pr40{
	padding-right:40px;
}
.pr60{
	padding-right:60px;
}

.mr35{
	margin-right:35px;
}
.txt4d11{
	color:#4d4d4d;
	font-size:13px;
	margin-top:2px;
}
.txt7311{
	color:#737373;
	font-size:12px;
	margin-top:5px;
	margin-bottom:10px;
	display:block;
}
.txte914{
	color:#fd4c07;
	font-size:17px;
	background-image:url('../imagenes/template/flechitaHome.png');
	background-repeat:no-repeat;
	background-position:0 5px;
	padding-left:12px;
}
span.txte914{
	background:none;
	padding-left:0;
}
.txte911{
	color:#fd4c07;
	font-size:11px;
}
.txt0016{
	color:#fd4c07;
	font-size:16px;
}

.txtnr{
	font-weight:900;
}
.left {
	float: left;
}
.right {
	float: right;
}
/*.bgrayas{
	background-image: url(../imagenes/template/bg_rayado.png);
	background-position: top;
}*/
.bggrisdegra{
	background-image: url(../imagenes/template/bg_grisdegra.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color:#fff;
}

.link_noticia{
	color:#fd4c07;
	font-size:14px;
	text-decoration:none;
	padding-left:18px;
	background:url('../imagenes/template/doc_icons.gif') no-repeat;
	margin-top:10px;
	margin-bottom:15px;
	float:left;
	width:100%;
	text-align:left;
}
.link_noticia:hover{
	color:#393939;
}
.link_noticia.video{
	background-position:0 -30px;
}
.link_noticia.foto{
	background-position:0 -60px;
}
.link_noticia.audio{
	background-position:0 -90px;
}
.link_noticia.pdf {
	background-position: 0 -117px;
}
.link_noticia.doc {
	background-position: 0 -146px;
}
/*---FIN COMUN---textos y elementos generales de contenido-----*/





/* mod_calendar
------------------------------------- */
.grid_4 .mod_calendar,
.grid_4 .mod_calendar_events{
	margin-bottom:20px;
}
.grid_4 .mod_calendar .wrapper{
	padding:0;
}
.grid_4 .mod_calendar .wrapper h3{
	margin-bottom:5px 0;
}

/* calendarios */
table.jCalendar{
	/*background: #d2510a;*/
    border-collapse: collapse;
    border-spacing: 0px;
	width: 100%;
}
table.jCalendar2{
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
	width:298px;
}

table.jCalendar th{
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td{
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
	border:none;
}
/**derecha**/
/* background naranja para las casillas con evento (arm): */
table.jCalendar td.event{
	background:#C74A06;
	color:white;
}
table.jCalendar td{
	background:#eee;
	color:#000;
	padding:7px 5px;
	text-align:center;
}
table.jCalendar td.other-month{
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today{
	background: #666;
	color: #fff;
}
table.jCalendar td.selected{
	background: #c74a06;
	color: #fff;
}
table.jCalendar td.selected.dp-hover{
	background: #e4b091;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td{
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td{
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover{
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover{
	background: #bbb;
	color: #888;
}

div.dp-popup{
	border: 1px solid #ccc;
	position: relative;
	background: #eee;
	font-size:12px;
	/*font-family: Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;*/
	padding: 2px;
	line-height: 1.2em;
}
div#dp-popup{
	position: absolute;
	z-index: 199;
}
div.dp-popup h3{
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}

div.dp-popup h2{
	font-size:14px;
	margin:2px 0;
	padding:4px 0;
	text-align:center;
	text-shadow: 0 1px 0 #FFF;
}

a#dp-close{
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover{
	text-decoration: underline;
}
div.dp-popup a{
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev{
	position: absolute;
	top: 5px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a{
	float: left;
}

/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a{
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled{
	cursor: default;
}
div.dp-popup div.dp-nav-next{
	position: absolute;
	top: 5px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a{
	float: right;
}
div.dp-popup a.disabled{
	cursor: default;
	color: #aaa;
}
div.dp-popup td{
	cursor: pointer;
}
div.dp-popup td.disabled{
	cursor: default;
}
#dp-popup table.jCalendar{
	width:300px;
}
/* /mod_calendar

/*--- FOOTER CONTACTO Y TRABAJA -----*/

.foo_contacto, .foo_trabaja {
	float:left;
	margin-top:40px;
	height: 458px;
	width:690px;
}

.mod_tuclip_a3ad .foo_contacto, .mod_tuclip_a3ad .foo_trabaja {
	float:left;
	margin-top:40px;
	height: 268px;
	width:995px;
	
}
.foo_contacto div a, .foo_trabaja  div a {
	width: 84px;
	height: 70px;
	display: block;
	margin: 0 auto;
}
.foo_contacto div p, .foo_trabaja div p {
	float:left;
	margin-left:50px;
	margin-top:5px;
	text-align:left;
	font-size: 13px;
	margin-right: 50px;
}
.foo_contacto div a.backTop {
	text-align: left;
}

/*******CONTENIDO RELACIONADO*************/

.mod_contenido_relacionado {
	border: 1px solid #fd4c07;
	background: #fff;
	margin-bottom: 20px;
}
.mod_contenido_relacionado h3 {
	background: #fd4c07 ;
	color: #fff;
	padding: 3px 0 3px 15px;
	font-size: 14px;
}
.mod_contenido_relacionado .contenido {
	width: auto;
	border: 0;
	padding: 10px 20px;;
}
.mod_contenido_relacionado .contenido ul li a{
	color: #444;
	margin: 5px 0;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	background-image: url("../imagenes/template/flechitaHome.png");
    background-position: left 2px;
    background-repeat: no-repeat;
}
.mod_contenido_relacionado .contenido ul li a:hover{
	color: #fd4c07;
	text-decoration: underline;
}

.b_share{
	height: 32px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	width: 644px;
	margin: 10px 0;
}
.b_share ul li{
	display: inline;
	float: left;
	padding: 6px 5px 0 0;
}
.b_share ul li.s_fcb iframe{
	margin-left: 6px;
}
.b_share ul li.s_twt {
	width: 95px;
	overflow: hidden;
}
.b_share ul li.s_google > div{
	width: 65px !important;
}