/* ************************************************************************* */
/*
* Nombre: portada.css
* Descr: Definición de css de portada.
* 05/06/2017
*/
/* ************************************************************************** */
/*
* Vista general. Para uso exclusivo de la página de portada
*/
/* ************************************************************************** */

#DIVpag {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    width: 950px;
    min-height: 1000px;
    height: auto;
    text-align: center;
}

#DIVpag h1, #DIVpag h2 {
    display: none;
}

#DIVcab {
    text-align: left;
}

#DIVcab1 {
    width: 950px;
    height: 95px;
    margin: 0;
    padding: 0;
}

#DIVsep1 {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color:rgb(0,106,203);
    height: 10px;
}

#DIVsep1 > img.barrasup_rojonegro1 {
    float: left;
    width: 36%;
    height: 10px; /*height:0.8em; rev 9 */
}

#DIVsep1 > img.barrasup_rojonegro2 {
    width: 13.4%;
    height: 10px; /*height:0.8em; rev 9 */
    padding-left: 30px;
    padding-right: 30px;
    float: right;
}

#DIVescudo {
    vertical-align: top;
    width: 341px;
    height: 95px !important;
    float: left;
}

img#escudo {
    /*width: 182px;
    height: 61px;*/
    padding: 17px 17px;
    border: none;
}

#DIVmenuHerramientas {
    width: 100%;
    vertical-align: top;
    display: inline;
}

#DIVmenuHerramientas ul {
    /*height: 24px;*/
    margin: 0;
    padding: 2px 24px 0 0;
}

#DIVmenuHerramientas ul li {
    display: inline;
    margin: 0;
    padding: 0 2px;
    float: left;
}

.menuHerramientas {
    margin: 0;
    padding: 0;
    font-size: 1em;
    color: #4b4b4b;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
}

li.menuHerramientas {
    font-size: 80%;
}

a.menuHerramientas:hover {
    color: #000000;
    text-decoration: underline;
}

a.menuHerramientas:hover {
    color: #000000;
    text-decoration: underline;
}

#DIVaccesoDirecto {
    float: right;
    margin-top: 41px !important;
}






/* ******************** */







/******* Panel Rotativo **************/

/* ===========================================================================
 * @(#) carousel.css
 * ---------------------------------------------------------------------------
 * Complementa las clases del infinite carousel.
 * ===========================================================================
 */

div.ic_myCarousel {
    clear: right;
    background: #ffffff;
}

.ic_myCarousel .ic_thumbnails {
    position: relative;
    overflow: auto;
    /*border-radius: 10px;*/
    padding: 2px 6px;
    height: 14px;
    margin: 0 auto;
    display: inline-block;
}

.ic_myCarousel .ic_button {
    background: #f7f7f7;
    width: 10px;
    height: 10px;
    position: relative;
    float: left;
    margin-right: 6px;
    border-radius: 10px;
    margin-top: 1px;
    border: 1px solid #eee;
}

/* keep this after the ic_button code for proper border coloring */
.ic_myCarousel2 .ic_active, .ic_myCarousel .ic_active, .ic_vidCarousel .ic_active {
    background: none transparent;
    border: 1px solid #fff;
}

.ic_thumbnail_tray {
    text-align: left !important;
    top: 0; /* rev 2.0 */
    height: 30px; /* rev 8.0 */
    width: 250px; /* rev 8.0 */

}

.ic_myCarousel .ic_thumbnails {
    height: 16px;
    margin-left: 20px;
    overflow: hidden;
}

.ic_myCarousel .ic_button {
    background: none repeat scroll 0 0 #dddddd !important;
    border-radius: 15px 15px 15px 15px;
    opacity: .8;
    float: left;
    height: 15px;
    margin-right: 8px;
    margin-top: 1px;
    position: relative;
    width: 15px;
}

.ic_myCarousel .ic_active {
    background: none repeat scroll 0 0 #fff !important;
    border-color: white;
    opacity: .1;
}

.ic_left_nav {
    opacity: .8 !important;
    z-index: 1;

}

.ic_right_nav {
    opacity: .8 !important;
    z-index: 1;
}

canvas {
    opacity: .5;
}

/* ********************************************************************** */
/* ********************************************** */

#DIVrotativoG {
    margin: 0;
    padding: 0;
    background-color: #000000;
    border: none;
    width: 950px;
}

#DIVrotativo {
    width: 767px;
    height: 280px;
    float: left;
}

#DIVrotativo #carousel {
    margin: 0;
    padding: 0;
}

#DIVrotativo #carousel li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#DIVrotativo #c2,
#DIVrotativo #c3,
#DIVrotativo #c4 {
    display: none;
}

#DIVseprot1 {
    display: none;
    height: 3px;
    clear: both;
}


#DIVrotativoG {
    width: 100%;
}

#DIVrotativo {
    width: 100%;
}

/******* Fin Panel Rotativo **************/







/******** Panel Central de Noticias **********/
#DIVpanelCentral {
    width: 950px;
    margin: 0;
    padding: 5px 0 0 0;
    background-color: #fff;
    text-align: center;
    margin-top: 3%;
}

#DIVpanelCentral {
    width: 100%;
    display: inline-block;
}

#DIVpanelCentralNoticiasyMas {
    background-color: #fff;
    float: left;
    text-align: left;
    vertical-align: top;
    width: 80%;
    display: block;
}

#DIVpanelCentralNoticias {
    width: 100%;
    height: auto;
    background-color: #fff;
    margin-left: 24px;
    /*margin-top: 8%;  rev 7 5em; */
    display: block;
}

#DIVpanelCentralMasNoticias {
    margin-left: 0;
    width: inherit;
    display: block;
    text-align: right;
    float: right;
    color: #444444;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-top: -10px; /* rev 9 margin-top: -.5em;*/
    line-height: 0;
}

#DIVpanelCentralMasNoticias:hover {
    color: #000000;
}

#DIVpanelCentralMasNoticias a {
    text-decoration: none;
    /*color: #666666;*/
    color: #444444;
    font-weight: bold;
}

.DIVpanelCentralNoticiasNotisFila {
    height: auto;
    margin-right: 18px; /*  1.5em; rev 9*/
    margin-bottom: 105px; /* 8em; rev 9*/
    display: inline-block;
}

.DIVpanelCentralNoticiasNotisImagen {
    display: block;
}

.DIVpanelCentralNoticiasNotisImagen .DIVNotisIcoVideo {
    position: absolute;
    padding-left: 20%;
    padding-top: 1%;

}

.DIVpanelCentralNoticiasNotisImagen .DIVNotisIcoVideo img {
    width: 30px;
    height: 28px;
}

.DIVpanelCentralNoticiasNotisTexto {
    position: absolute;
    background-color: #F7F7F7;
    border-bottom: 2px solid #666666;
    width: 216px;
    margin-top: 0;
    height: 56px; /* rev 2 10/05/2017 */
    text-align: left;
    color: #222222;
    font-weight: bold;
    line-height: 1.2em;
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
    padding: 5px 10px 5px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.DIVpanelCentralNoticiasNotisTextoDescr {
    color: #4b4b4b;
    font-weight: normal;
    display: block;
    padding-left: 2px;
    padding-top: 7px;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    line-height: normal;
    /* rev 2 10/05/2017 */
    overflow: hidden;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
}

.DIVpanelCentralNoticiasNotisTexto div a {
    color: #222222;
    font-weight: bold;
    line-height: 1.2em;
    text-align: left;
    text-decoration: none;
}

/******** Fin Panel Central de Noticias **********/




/* Panel Central de Noticias: Elementos de Promoción */
#DIVpanelCentralPromo {
    float: right;
    margin-right: 2%; /* 1.8em; rev 1 *//*1.25em;*/
    padding-right: 0;
    padding-left: 2%; /* 1.3em; /*1.5em;*/
    text-align: left;
    vertical-align: top;
    border-color: #999;
    border-width: 0 0 0 1px;
    border-style: dotted;
    display: block;
    margin-top: 60px; /* margin-top: 5em; rev 9*/
}

.DIVPanelCentralPromoElem {
    margin-right: 0;
    margin-bottom: 38px; /*rev 9 2.9em; *//*2.8em;*/
}

/*
.DIVPanelCentralPromoElem4 {
    margin-right:0;
    margin-bottom:0;
}
*/
.DIVPanelCentralPromoElemTexto {
    position: absolute;
    font-size: 12px; /* 1em; rev 7 */
    text-align: left;
    color: #ffffff;
    font-weight: bold;
    /*background-color: rgba(53, 14, 7, 0.0); */
    display: table;
    table-layout: fixed;
    width: 134px;
    margin-top: -80px; /* margin-top: -80px */
    /* height: 35px; rev 8 */
    line-height: 14px; /* rev 9 */

}

.DIVPanelCentralPromoElemTexto a {
    color: #ffffff;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    display: block;
    padding: 7px 4px 4px 7px;
    /* background-color: rgba(0, 0, 0, 0.43); */
    background: rgba(28,28,28,1);
    background: -moz-linear-gradient(top, rgba(28,28,28,1) 0%, rgba(11,11,11,0.08) 85%);
    /*background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(28,28,28,1)), color-stop(85%, rgba(11,11,11,0.08)));*/
    background: -webkit-linear-gradient(top, rgba(28,28,28,1) 0%, rgba(11,11,11,0.08) 85%);
    background: -o-linear-gradient(top, rgba(28,28,28,1) 0%, rgba(11,11,11,0.08) 85%);
    background: -ms-linear-gradient(top, rgba(28,28,28,1) 0%, rgba(11,11,11,0.08) 85%);
    background: linear-gradient(to bottom, rgba(28,28,28,1) 0%, rgba(11,11,11,0.08) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#2f2f2f', GradientType=0 );
    font-size:15px;

}

.DIVPanelCentralPromoElemTexto a span {
    font-weight: normal;
    color: #ffffff;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    line-height: normal;

}

.DIVPanelCentralPromoElemImagen {
    width: 134px;
    height: 80px;
    line-height: 0; /* rev 9 */
}

/** Fin Panel Central de Noticias: Elementos de Promoción */




/** Panel Central de Videos y Agenda: Elementos de Video */
#DIVpanelVideosyAgen {
    width: 760px;
    background-color: #f4f3f0;
    margin-top: 50px; /* rev 9 margin-top: 4.4em; */
    float: left;
    text-align: left;
    height: auto;
}

#DIVpanelVideos {
    width: 72%; /* rev 5 */
    background-color: #f4f3f0;
    padding-top: 1.5em;
    margin-left: 14px;
    float: left;
}

.DIVpanelVideosVideoFila1, .DIVpanelVideosVideoFila2 {
    float: left;
    width: 210px;
    height: 120px;
    padding-left: 10px;
}

.DIVpanelVideosVideoFila1 {
    margin-bottom: 2.6em;
}

.DIVpanelVideosVideoFila2 {
    margin-bottom: 0;
}

.DIVpanelVideosVideoImagen {
    text-align: left;
    height: 120px;
    width: 210px;
}

.DIVpanelVideosVideoImagen img {
    height: 120px;
    width: 210px;
}

.DIVpanelVideosVideoTexto {
    background-color: rgba(0, 0, 0, 0.8);
    width: 206px;
    margin-top: -22px; /*  margin-top: -22px; rev 8 */
    position: absolute;
    overflow: hidden;
    font-family: Helvetica, Arial, sans-serif;
    text-align: left;
    padding: 2px;
    text-indent: 8px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: table-cell;
    /* font-size:1em; rev 1 */
    font-size: 12px;

}

.DIVpanelVideosVideoTexto a {
    color: #FFFFFF;
    text-decoration: none;
    display: block; /* rev 8 */
}

.DIVpanelVideosVideoTexto span {
    /*padding-left: 0.8em;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    /*display:inline-block;*/
}

#DIVpanelVideosVideoTextoMasVideos {
    height: 1em;
    float: left;
    /*font-size: 0.9em;*/
    padding-left: 1.3em;
    margin-top: 2.1em;
    /*color: #666666;*/
    text-align: left;
    color: #444444;
    font-size: 12px;
    font-weight: bold;
}

#DIVpanelVideosVideoTextoMasVideos:hover {
    color: #000000;
}

#DIVpanelVideosVideoTextoMasVideos a {
    text-decoration: none;
    font-weight: bold;
    color: #444444;
}

.DIVpanelCentralVideosIcoVideo {

    position: absolute;
    /* padding-top: 1em;*/
    /* padding-left: 5em; */
    opacity: 0.66;
    width: 210px; /* rev 8 */
    height: 120px; /* rev 8 */

}

.DIVpanelCentralVideosIcoVideo a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: 25% !important;

}

.DIVpanelCentralVideosIcoVideo img {
    width: 20%;
    margin: 0 auto;
    margin-top: 20%;
    margin-left: 40%;
}

/** Fin Panel Central de Videos y Agenda: Elementos de Video */

/** Panel Central de Videos y Agenda: Agenda */
#DIVpanelAgenda {
    width: 50%; /* width: 26.4%; */
    height: 32em;
    /*background-color: #E7E7E7;*/
    padding-top: 1.5em;
    border-left: 0.1em solid #888888;
}

.div_BLOQUE_Agenda {
    background-color: #fdfdfd;
    width: 84%;
    height: 80%;
    margin-left: 6%;
    padding: 4% 2% 0 2%;
    text-align: left;
    color: #333333;
    border-radius: 5px;
    line-height: normal;
    position: relative;
    /* overflow: hidden; */
}

.RS_Binterior_T li {

}

.RS_Binterior_T_BAJO {
    padding-top: 1em;
    padding-right: 0.5em;
    height: 20px; /* 1.12em; rev 5*/
    color: #444444;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
}

.RS_Binterior_T_BAJO a {
    float: right;
    /*color:#333333;*/
    color: #444444;
    font-weight: bold;
    text-decoration: none;
}

.RS_Binterior_T_BAJO a:hover {
    color: #000000;
    font-weight: bold;
}

.lista_MS {
    list-style: none outside none;
    margin: 0;
    padding: 0 2% 0 2%;
    max-height: 23em; /*max-height: 23em;*/
    overflow: hidden;
}

/* .lista_MS ul revisar para eliminar rev 5*/

.lista_MS li {
    background-image: url("/imagenes/puntos_men.gif");
    background-position: center bottom;
    background-repeat: repeat-x;
    font-size: 1em;
    margin: 0.7em 0 0.8em 0;
    padding: 0 0 0.7em 0;
}

ul.lista_MS li span {
    font-size: 0.85em !important;
}

ul.lista_MS li a {
    display: block;
}

ul.lista_MS li {
    display: none;
}

ul.lista_MS li:nth-child(-n+4) {
    display: block;
}

/*
#A_4,#A_5,#A_6,#A_7{
    display:none;
}*/

/**enlaces**/
.lista_MS a {
    text-decoration: none;
    font-size: 1em; /*font-size:0.7em;  rev 3 */
    display: block;
}

/* ver 4 . Cambios que vienen de un style pls que hay que eliminar */
.lista_MS_A_DEST a {
    /* font-weight:bold;  rev 3 */
    font-weight: normal !important;
    color: #4b4b4b;
}

.lista_MS_A_DEST a:hover {
    font-weight: bold;
    color: #000000;
}

ul.lista_MS li a:first-line {
    font-weight: bold;
}

/** Fin Panel Central de Videos y Agenda: Agenda */




/*  Panel inferior de Recursos  */
#DIVpanelinferior {
    width: 100%;
    height: auto;
    display: table;
}

/* Panel inferior de Recursos: primer bloque de recursos */
#DIVpanelinferiorRecursos1 {
    width: 100%;
    background-color: #A8B0B2;
    border-top: 1px solid #333333;
    padding-top: 20px; /*3em;*/
    height: 125px; /*6em;*/
    display: block;
}

#DIVpanelinferiorRecursos1 ul {
    display: block;
    margin: 0;
    text-align: left;
    padding-left: 1.5em;
}

#DIVpanelinferiorRecursos1 ul li {
    display: inline-block;
    margin: 0;
    border: 0;
    /*padding: 0;*/
}

#DIVpanelinferiorRecursos11 {
    text-align: left;
    float: left;
    padding-top: 15px;
    padding-right: 15px;
}

#DIVpanelinferiorRecursos12 {
    text-align: left;
    float: left;
    padding-top: 15px;
    padding-right: 15px;
}

#DIVpanelinferiorRecursos13 {
    text-align: left;
    float: left;
    padding-top: 15px;
    padding-right: 15px;
}

#DIVpanelinferiorRecursos14 {
    text-align: left;
    float: left;
    padding-top: 15px;
    padding-right: 15px;
}

#DIVpanelinferiorRecursos1RSS {
    float: right;
    padding-top: 15px;

}

#DIVpanelinferiorRecursos1RSS ul li:nth-child(6) {
    /*padding-left: 1em; */
    padding-right: 16px;
}

/* Panel inferior de Recursos: segundo bloque de recursos */
#DIVpanelinferiorRecursos2 {
    width: 100%;
    background-color: #333333;
    border-top: 3px solid #000000;
    padding-top: 1em;
    display: block;
    height: auto;
}

#DIVpanelinferiorRecursos2 ul {
    list-style-type: none;
    margin: 0;
    border: 0;
    padding: 0;
}

#DIVpanelinferiorRecursos2 li {
    display: inline-block;
}

#DIVpanelinferiorRecursos20 {
    display: inline-block;
    vertical-align: top;
    width: 60%;

    border: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #ffffff;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    line-height: normal;
    margin: 0;
    padding: 6px 2px 0 0; /*rev 3 */
}

#DIVpanelinferiorRecursos201 {
    display: block;
    text-align: left;
    margin: 0 0 14px 0;
}

#DIVpanelinferiorRecursos202 {
    display: block;
    text-align: left;
    margin: 0 0 14px 0;
}

#DIVpanelinferiorRecursos203 {
    display: block;
    text-align: left;
    /*padding-top: .5em;*/
    margin-top: 20px;
    font-size: 13px;
    font-family: Helvetica, Arial, Tahome, sans-serif;
    line-height: 1.5;
    color: #DBDBDB;
    padding: 0;
}

#DIVpanelinferiorRecursos21 {
    display: inline-block;
    vertical-align: top;
    width: 23%;
    margin-top: -5px; /* rev 5 */
}

#DIVpanelinferiorRecursos22 {
    display: inline-block;
    width: 12%;
    text-align: right;
    margin-top: -5px
}

/* Panel inferior de Recursos: tercer bloque de recursos */
#DIVpanelinferiorRecursos3 {
    width: inherit;
    background-color: #f1f0ed;
    border-top: 3px solid #000000;
    padding-top: 1em;
    padding-bottom: 0.5em;
    display: block;
    height: 60px;
}

#DIVpanelinferiorRecursos3 ul {
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

#DIVpanelinferiorRecursos3 ul li {
    display: inline-block;
    width: 20%;
}


/*.texto_pie, .texto_contacto {
    margin: 0;
    text-align: left;
    font-size: 95%;
    font-family: Arial, Helvetica, sans-serif;
    color: #444444;
    padding: 5px 0 0 0;
}

.texto_pie {
    margin-top: 0.3em;
    text-align: left;
    font-size: 1em;
    color: #c6c6c6;
    padding: 0;
}

a.texto_pie {
    text-decoration: none;
}*/

.menuPIE {
    color: #ffffff;
    /* padding-left: 1px; rev 5*/
}

#DIVpanelinferiorRecursos202 li.menuPIE a.invertir {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #c6c6c6;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    line-height: normal;
    margin: 0;
    padding: 0 2px 0 0;
}

a.menuPIE:hover {
    color: #888888;
    text-decoration: none;
}

#DIVpanelinferiorRecursos202 li.menuPIE a.menuPIE:hover {
    color: #ffffff;
    text-decoration: none;
}

li#DIVpanelinferiorRecursos1RSS ul li {
    padding-right: 2px;
}

/** Fin Panel inferior */

/* ************************************** */




.ic_caption {
    background-color: rgba(0, 0, 0, 0.6);
    text-align: left;
    width: 934px;
    padding: 8px 0 12px 25px; /* rev 2 */
    color: #FFF;
    font-size: 32px;
    font-family: Helvetica, Tahoma, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.4;
    /* letter-spacing: 1px; rev 2*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    opacity: 1;
    /* rev 1 */
}

.carruselSubtitulo {
    color: #ffffff;
    font-size: 17px;
    display: block;
    letter-spacing: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

}

.ic_myCarousel .ic_button {
    height: 10px;
    width: 10px;
}

/* ocultar icono de hamburguesa */
.div-hgsa {
    display: none;
}

.DIVNotisImagen {
    /* margin-bottom: -6px; rev 9 */
    line-height: 0;
}

.DIVNotisImagen img {
    width: 230px;
}

/* **************** Títulos ******************** */

.titPanelVideos, .titPanelAgenda {
    height: 2em;
    font-size: 1.1em;
    font-weight: bold;
    color: #4b4b4b;
    padding-bottom: 1em;
    margin: 0 0 0 1em;
    display: block !important;
}

.titPanelAgenda {
    /*text-align: right;*/
    margin: 0 1.4em 0 1em;
}

.titPanelNoticias, .titPanelCarrusel {
    display: none !important;
}

/* **************** Fin títitulos ******************** */

@media screen and (min-width: 768px) {
    #div_MENUHMovil {
        display: none !important;
    }

    #DIVbarraMenutog {
        height: 186px;
    }

    #DIVrotativoG {
        width: 950px !important;
    }

    .ic_tray {
        left: -950px !important;
    }

    .infiniteCarousel_item {
        width: 950px !important;
    }

    div.ic_myCarousel {
        background: #ffffff none repeat scroll 0 0;
        clear: right;
        margin: 0 auto;
        width: 950px !important;
    }

    #menu_close_tablet {
        display: block !important;
        padding-top: 6px;
        padding-left: 6px;
        float: left;
    }

    #menu_close {
        display: none !important;

    }

    #DIVpanelVideosVideoTextoMasVideos > br {
        display: none;
    }
}
