

html{
    height:100%;
}

a{
    color:#05add6;
}

a:hover{
    color:#05add6;
    text-decoration:underline;
}

h1, h2, h3, h4{
    color: #05add6}

body {
    font-family: 'Lato', sans-serif;
    color: #000000;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
}

#main-header {
    top: 0;
    width: 100%;
    height: 186px;
    background-color: transparent;
    z-index:98;
    background-image: url(/images_web/bg_cabecera.gif);
    background-repeat: repeat-x;
    background-position: center top;
}

.altocabecera{
    min-height: 613px;
    background-size: auto 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-family: "Montserrat",sans-serif;
    font-weight: bold;
    font-size: 90px;
}

.logo {
    margin-top: 10px;
    float: left;
    width: 338px;
}

.fondomenu {
    z-index:100;
    position: fixed;
    width: 100%;
    background-image: none;
    background-repeat:repeat-x;
    background-color:#f5f5f5;
}

#main-menu {
    font-family:  'Open Sans', sans-serif;
    font-size: 13pt;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}
#main-menu a {
    color:#000000;
    background-image: none;
    background-repeat: no-repeat;
    background-position:left center;
}
#main-menu a:hover {
    color:#000000;
    background-image: none;
    background-repeat: no-repeat;
    background-position:left center;
}
#main-menu.nav-pills>li.active>a,
#main-menu.nav-pills>li.active>a:hover,
#main-menu.nav-pills>li.active>a:focus,
#main-menu.nav-pills>li>a:hover {
    background-color:#f5f5f5;
    background-image: none;
    background-repeat: no-repeat;
    background-position:left center;
}
#main-menu.nav-pills>li.active>a,
#main-menu.nav-pills>li.active>a:hover,
#main-menu.nav-pills>li.active>a:focus {
    color:#000000;
}

.nav>li>a{
    padding-top:10px;
    padding-bottom:10px;
}

.desplegable {
    background-color: #f5f5f5;
    border: 1px solid #999;
}
.desplegable li {
    background-color: #f5f5f5;

}
.desplegable li:hover {
    background-color: #f5f5f5;
}

#main-menu.nav .open>a,
#main-menu.nav .open>a:hover,
#main-menu.nav .open>a:focus {
    background-color:#f5f5f5;
}

#main-menu li ul.dropdown-menu li a{
    background-color:transparent;
    background-image:none;
    color: #000000;
}

#main-menu li ul.dropdown-menu li a:hover{
    color: #000000;
    text-decoration:underline;
}

.dropdown:hover .dropdown-menu {
    display:block;
}
.dropdown-menu {
    margin-top:0px;
    background-color:#f5f5f5;
}
.dropdown-menu:hover {
    display:block;
}

.titularhome {
    font-family: 'Lato', sans-serif;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 5pt;
    color:#05add6;

}

.cuadrodestacado{
    border: 0px solid #666600;
    background-color: transparent;
    font-size: 10pt;
    font-weight:normal;
    padding: 5px;
    margin-bottom:10px;
}

.enlacetitular{
    font-family: 'Open Sans', sans-serif;
    color:#05add6;
    font-size: 12pt;
    text-decoration:none;
    font-weight:bold;
}

.enlacetitular:hover{
    text-decoration:underline;
    color:#05add6;
}

.enlacetitular-pequeño{
    font-family: 'Open Sans', sans-serif;
    color:#05add6;
    font-size: 12pt;
    text-decoration:none;
    font-weight:bold;
}

.enlacetitular-pequeño:hover{
    text-decoration:underline;
    color:#05add6;
}

.fondopie{
    background-color: #f0f0f0;
    width:100%;
    padding-top:32px;
    padding-bottom: 32px;
    font-size:12pt;
    color:#838383;
    margin-top:20px;
}

.enlace-pie{
    font-family: 'Lato', sans-serif;
    font-size: 12pt;
    color: #838383;
    text-decoration: none;
}

.enlace-pie:hover{
    color: #838383;
    text-decoration: uncerline;
}

.celdasituacion{
    font-family: 'Lato', sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
    padding: 5px;
    background-color: transparent;
    margin: 10px 0px;
}

.htmlFuente,.htmlfuente {
    font-family: 'Lato', sans-serif;
    font-size: 10pt;
    font-weight: normal;
    padding-top: 1px;
    padding-right: 3px;
    padding-bottom: 1px;
    padding-left: 4px;
    font-style:italic;
    margin-top: 5px;
    background-color: transparent;

}

.titulo-seccion{
    font-family: 'Open Sans', sans-serif;
    background-color: transparent;
    font-size: 12pt;
    font-weight: bold;
    color: #05add6;
    text-decoration: none;
    padding: 4pt;
}

.htmlCabecera,.htmlcabecera {
    font-family: 'Open Sans', sans-serif;
    font-size: 14pt;
    font-weight: bold;
    color: #05add6;
    background-color: transparent;
}

.celdagaleria{
    display: block;
    height: 150px;
    overflow:hidden;
    position: relative;
    margin-bottom:10px;
    border:1px solid #CCCCCC;
}

.celdagaleria img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 100%;
}

.ekko-lightbox-container{
    text-align: center;
}

.ekko-lightbox-container img.img-responsive{
    margin:auto;
}

.ekko-lightbox .glyphicon-chevron-left,
.ekko-lightbox .glyphicon-chevron-right{
    padding-top: 30%;
}

.zoom{
    width:100%;
    height:100%;
    position:absolute;
    cursor:pointer;
}

.cuadrofamilia{
    padding: 15px;
    border: 1px solid #CACACA;
    text-align:center;
    margin-bottom:10px;
}

.altominimo{
    min-height: 250px;
}

.imple-enlace-pie2 {
    text-align: center;
    vertical-align: top;
    padding: 2pt;
    font-family: 'Lato', sans-serif;
    font-size: 12pt;
    font-weight: normal;
    color: #838383;
    text-decoration: none;
    margin-left: 5pt;
}
.imple-enlace-pie2:hover {
    color: #838383;
    text-decoration: underline;
}

.htmlTitular {
    font-family: 'Lato', sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #05add6;
}

#divBuscador{
    position:absolute;
    left:0px;
    z-index:1000;
    height: 300px;
    overflow: auto;
    margin-top:30px;
    background-color:#FFFFFF;
    border:1px solid #CCCCCC;
    padding:10px;
}

.divbuscar{
    list-style:none;
    margin:0px;
    padding:0px
}

.divbuscar li{
    display:block;
    clear:both;
}

#mobile-main-menu{
    background-color:#000000;
    width:100%;
    padding:5px;
    color:#000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    background-color:#f5f5f5;
    cursor:pointer;
}

.rating {
    float:left;
    border:none;
}

/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t
   follow these rules. Every browser that supports :checked also supports :not(), so
   it doesn’t make the test unnecessarily selective */
.rating:not(:checked) > input {
    position:absolute;
    top:-9999px;
    clip:rect(0,0,0,0);
}

.rating:not(:checked) > label {
    float:right;
    width:1em;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:200%;
    line-height:1.2;
    color:#ddd;
    text-shadow:1px 1px #bbb, 2px 2px #666, .1em .1em .2em rgba(0,0,0,.5);
}

.rating:not(:checked) > label:before {
    content: '★ ';
}

.rating > input:checked ~ label {
    color: #f70;
    text-shadow:1px 1px #c60, 2px 2px #940, .1em .1em .2em rgba(0,0,0,.5);
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: gold;
    text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
    color: #ea0;
    text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}

.rating > label:active {
    position:relative;
    top:2px;
    left:2px;
}

.rating2 {
    float:left;
    border:none;
}

/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t
   follow these rules. Every browser that supports :checked also supports :not(), so
   it doesn’t make the test unnecessarily selective */
.rating2:not(:checked) > input {
    position:absolute;
    top:-9999px;
    clip:rect(0,0,0,0);
}

.rating2:not(:checked) > label {
    float:right;
    width:1em;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:200%;
    line-height:1.2;
    color:#ddd;
    text-shadow:1px 1px #bbb, 2px 2px #666, .1em .1em .2em rgba(0,0,0,.5);
}

.rating2:not(:checked) > label:before {
    content: '★ ';
}

.rating2 > input:checked ~ label {
    color: #f70;
    text-shadow:1px 1px #c60, 2px 2px #940, .1em .1em .2em rgba(0,0,0,.5);
}


.rating2 > label:active {
    position:relative;
    top:2px;
    left:2px;
}

.registrolanding{
    width:20%;float:right;
    padding:2.5%;
    background-color:transparent;
}

.registrolanding label{
    font-size:12pt;
    font-weight:bold;
    display:block;
    padding: 10px 0px 0px 0px;
}


.talla{
    padding:10px;
    text-align:center;
    color:#FFFFFF;
    background-color:
        font-family: 'Lato', sans-serif;
    background-color: transparent;
    font-size: 10pt;
    float:left;
    font-weight: normal;
    padding-top:5px;
    margin-right:10px;
    margin-bottom: 10px;
    cursor:pointer;
    border: 0px solid #666600;
}

.boton{
    margin-top: 30px;
    display: inline-block;
    border: none;
    background: #eddf02;
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    padding: 8px 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 26px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slidertoggle {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slidertoggle:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slidertoggle {
    background-color: #05add6 ;
}

input:focus + .slidertoggle {
    box-shadow: 0 0 1px #05add6 ;
}

input:checked + .slidertoggle:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */

.slidertoggle.round {
    border-radius: 34px;
}

.slidertoggle.round:before {
    border-radius: 50%;
}



.elegida{
    border: 3px solid #000000;
}

span.green {
  background: #5EA226;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
    font-size: 20pt;

}

.botmenu{
    display: none;
}


#menu:not(.mm-menu) {
    display: none;
}




.cookies{
    font-family: sans-serif !important;
    background-color: #FFFFFF;
    border:1px solid #000000;
    -webkit-box-shadow: 0px 0px 15px rgba(130,132,134,.1490196078);
    -moz-box-shadow: 0px 0px 15px rgba(130,132,134,.1490196078);
    box-shadow: 0px 0px 15px rgba(130,132,134,.1490196078);
    padding: 15px;
    color:#000000;
    position: fixed;
    width: 20%;
    z-index: 10000000000;
    bottom:0px;
    font-size: 9px;

 
}

.cookies a{
    color: #000000;
    text-decoration: underline;
}

.cookies a.btn{
    padding: 5px;
    font-weight: normal;
    text-decoration: none;
}

.botoncookies{
    font-size: 12px;
    padding: 10px 30px;
}


.mapaweb{
    list-style: none;
    margin:0px;
    padding:0px;
}


.mapaweb li{
    border-bottom: 1px dotted #CCCCCC;
    padding:3px;
}

.mapaweb ul{
    margin:0px;
    padding:0px;
    padding-left:10px;
    list-style: none;
}

.mapaweb ul li{
    border-bottom: none;
}

.mapaweb ul li:before{
    content: '-';
}

.formcontacto div.input-group{
    margin-bottom:30px;
}

.slider-container{
    min-height: 615px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.slider-movil{
    height: auto;
    min-height: auto;
}

.slide-elemento{
    height: 615px;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: center top;
    background-size: cover;
}

.slider-movil li.slide-elemento{
    height: auto !important;
}

.slide-texto{
    background: rgba(255,255,255,0.9);
    text-align: center;
    padding: 20px;
    display: inline-block;
    color:#000000;
    font-size: 14pt;
    margin-top: 585px;
}

.slide-texto h2{
    color:#FFFFFF;
    font-size: 78pt;
    font-weight: bold;
    margin:0px;
    padding:0px;
    text-transform: uppercase;
}

.slide-texto a{
    margin-top:12px;
    display: inline-block;
    padding: 7px 40px;
    text-transform: uppercase;
    border: 3px solid #FFFFFF;
    color:#FFFFFF !important;
    font-size: 13pt;
}

.bx-wrapper .bx-pager{
    height: 100%;
    width: 20px;
    right: 10px;
    top: 180px;
    position: absolute;
}

.bx-wrapper .bx-pager.bx-default-pager a{
    margin:5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus{
    background: #000000;
    border: 2px solid #FFFFFF;
}

.bx-controls-direction{
    display: none;
}

.slider-movil div.bx-pager{
    display: none;
}

.itemgaleria{
    margin-top:30px;
    display: block;
    height:130px;
    position: relative;
}

.itemgaleria img{
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    width: 100%;
}

.filacarro{
    border-bottom: 1px dotted #CCCCCC;
    padding: 15px 0;
    margin: 15px 0;
    font-size: 16px;
}

.filacarro ul{
    list-style: none;
    margin:0;
    padding:0;
}

.filacarro span{
    display: block;
    font-size: 12px;
}

.filacarro label{
    display: inline;
    font-weight: normal;
    font-size: 12px;
}

.filacarro input{
    display: block;
    padding: 5px;
    text-align: center;
    width: 50px;
    border: 1px solid #CCCCCC;
}

.borrarcarro{
    font-size: 12px;
    margin-top: 15px;
}

.preciocarro{
    font-size: 18px;
    text-align: right;
    font-weight: bold;
    color:#05add6;
}

.codigopromocion{
    margin: 30px 0;
}

.filaregistro{
    margin-top: 30px;
}

.filaregistro h4{
    margin-top:0px;
}

.panelusuario{
    padding-bottom: 100px;
}

.panelusuario div{
    text-align: center;
    padding: 15px;
}


.numero-encuesta{
    padding:5px;
    color:#FFFFFF;
    border: 1px solid #000000;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color:#a2a2a2;
    margin:5px;
    margin-top:10px;
    text-align: center;
    display:inline-block;
}

#tabs{
    color:#05add6;
    float:left;
    width: 100%;
    padding-top:20px;
    border:none;

}

#tabs ul{
    list-style: none;
}


.tabla-agenda{


    width: 100%;
}

.tabla-agenda thead th{

    padding:15px;
    color:#000000;
    border:1px solid #666600;
    border-bottom:3px solid #666600;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

.tabla-agenda tbody td{
    padding:10px;
    text-align:center;
    border: 2px solid #666600;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#666;
    text-shadow:1px 1px 1px #EFEFEF;

    vertical-align: top;
}

.tabla-agenda tbody td a{
    font-weight: bold;
    color: #05add6;
    font-size: 9pt;
    text-decoration: none;
}

.tabla-agenda tbody td a:hover{
    text-decoration: underline;
}


.ui-datepicker-month{
    color:transparent;
}

.ui-datepicker-year{
    color:transparent;
}


.cuadro-tipo-eventos{
    margin-top:10px;
    text-align: left;
    font-weight: bold;
    float:left;
    margin-left:10px;
}

.lista-tipo-eventos{
    padding-top:30px;
    list-style: none;
    line-height: 25px;
    padding-left:30px;
}

.cuadro-agenda{
    background-color: transparent;
    border: 0px solid #666600;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    height: 200px;
    padding:10px;
    margin-bottom: 30px;
}

.calendario{
    background-color:transparent;
    border: 1px solid #0D3349;
    border-radius: 3px;
    margin-bottom:5px;
}

.titulo-calendario{
    background-color:#4f6d89;
    padding:5px;
    padding-left: 20px;
    font-family: 'Open Sans', sans-serif;
    color:#FFFFFF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -moz-border-top-right-radius: 10px;
    position:relative;
    behavior: url(/css/PIE.htc);
    text-align:left;
    font-size:13pt;
}

.cuadro-calendario{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    position:relative;
    behavior: url(/css/PIE.htc);
    background-color: #f2f2f2;
    padding-bottom:10px;
    padding-top:10px;
}

.carpeta{
    width:100px;
    height: 97px;
    padding-top:20px;
    font-weight:bold;
    text-align: center;
    background-repeat: no-repeat;
    background-position:top;
    color: #FFFFFF;
    font-size: 18pt;
    float:left;


}

.datosregistronuevo{
    margin-top: 15px;
}

.direccionesenvio{
    margin-bottom:30px;
    border:1px solid #CCCCCC;
    padding:15px;
}

.direccionesenvio.selected{
    color: #05add6;
    border:1px solid #05add6;
}

.list-group{
    z-index:10;display:none;
    position:absolute;
    color:red;
}

.error{
    padding: 7px;
    border: 1px solid #ff0000;
    color: #990000;
    background: #ffd5d3;
    margin: 30px 0;
    font-weight: bold;
}

.patrocinadores{
    position: relative;
    margin-top: 20px;
    background: #FFFFFF;
    margin-bottom: 30px;
    box-shadow: 0px -35px 30px rgba(100,100,100,0.2);
}

.patrocinadores div.titulo{
    background: #f5d518;
    font-weight: lighter;
    padding: 7px;
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
}

.patrocinadores div.titulo span{
    color: #3e94c8;
    font-weight: bold;
    display: inline-block;
    margin-right: 15px;
}

.textopatrocinadores{
    padding: 0 30px;
}

.textopatrocinadores img{
    max-width: 100%;
}

.titulopatrocina{
    color: #a9a9a9;
    font-size: 25px;
    margin-bottom: 15px;
}

.margencentro{
    padding-top: 46px;
}

.itemprograma{
    display: flex;
    width: 100%;
}

.itemprograma div.hora{
    text-align: right;
    padding-right: 20px;
    margin-right: 15px;
    width: 20%;
    font-weight: bold;
    color: #737373;
    background: url(/images_web/bg_hora1.jpg) no-repeat right top 5px, url(/images_web/bg_hora2.jpg) repeat-y right;
}

.itemprograma:first-child div.hora{
    background: url(/images_web/bg_hora3.jpg) no-repeat right top, url(/images_web/bg_hora2.jpg) repeat-y right;
}

.itemprograma div.texto{
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 10px;
    width: 80%;
}

.itemprograma h3{
    margin-top: 0;
    font-size: 17px;
    font-weight: bold;
    padding:0;
}

.titulohome{
    background: #f8f8f8;
    text-align: center;
    color: #838383;
    font-size: 12px;
    text-transform: uppercase;
    padding: 7px;
    margin-bottom: 30px;
}

.titulohome h2{
    text-transform: none;
    margin:0;
    padding:0;
    color: #252525;
    font-size: 30px;
}

.hospitales{
    background:#69c4e1;
    padding: 30px 0;
    color: #FFFFFF;
    font-size: 16px;
}

.hospitales a{
    color:#000000 !important;
    text-decoration: underline !important;
    font-size: 14px;
}

.banner{
    margin-top:30px;
}

.banner img{
    max-width: 100%;
}

.cuadrocontenido{
    border: 2px solid #dcdcdc;
    height: 270px;
    display: block;
    text-decoration: none !important;
    overflow: hidden;
    margin-bottom: 30px;
}

.cuadrocontenido div.imagencontenido{
    height: 270px;
    position: relative;
    overflow: hidden;
}

.cuadrocontenido div.imagencontenido img{
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 100%;
    position: absolute;
}

.textocontenido{
    display: none;
    position: relative;
    margin-top:-270px;
    padding: 15px;
    left:0;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    background: rgba(0,0,0,0.8);
    z-index: 3;
}

.cuadrocontenido:hover div.textocontenido{
    display: block;
}

.enlacegaleria{
    display: none;
    color:#FFFFFF;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
}

.cuadrocontenido:hover a.textocontenido {
    display: flex;
}

.formularioportada{
    width: 100%;
    margin-bottom: 15px;
    font-style: italic;
    border:none;
    padding: 10px;
    background: #f0f0f0;
}

.formularioportada:focus{
    border: 2px solid #000000;
    outline:0;
}

textarea.formularioportada{
    font-size: 14px;
}

.fondocontacto{
    padding: 0 45px;
}

.fondocontacto h2.htmlcabecera{
    margin-top:0;
    margin-bottom: 30px;
}

.botonenviar{
    margin-top: 30px;
    display: inline-block;
    border: none;
    background: #eddf02;
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    padding: 8px 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.botonenviar:disabled{
    color: #CCCCCC;
}

.fondopie strong{
    color:#000000;
}

.fondopie ul{
    list-style: none;
    margin:0;
    padding:0;
}

.fondopie ul li{
    float:left;
    width: 33%;
    margin-bottom: 15px;
}

.fondopie h3{
    margin:0;
    margin-bottom: 10px;
    color :#69c4e1;
    font-size: 21px;
}

.contenidodestacado h3{
    height: 78px;
    overflow: hidden;
}

.modal-dialog{
	width: 100%;
    max-width: 1024px;
}

@media (max-width: 1200px) {

    .cookies{
        width: 40%;
    
    }
}

@media (max-width: 992px) {

.cookies{
    width: 100%;

}

.modal-dialog{
    max-width: 100%;
}

.contenidodestacado h3{
    height: auto;
}

    .fondomenu{
        position: relative;
    }

    .margencentro{
        padding-top: 40px;
    }

    .cuadrocontenido, .imagencontenido, .cuadrocontenido div.imagencontenido{
        height: auto;
    }

    .itemprograma div.hora{
        background: none !important;
    }

    .cuadrocontenido div.imagencontenido img{
        top: 0;
        left: 0;
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        position: relative;
        height: auto;
        width: 100%;
    }

    .textocontenido{
        position: relative;
        color: #000000;
        background:transparent;
        margin-top:0;
        display: block;
    }

    .patrocinadores{
        margin-top: 30px;
    }

    .textopatrocinadores{
        text-align: center;
    }

    .botmenu{
        position:absolute;
        top:2px;
        left:5px;
        display:block;
        font-size: 23pt;
        color:#000000;
    }

    .botmenu:hover,.botmenu:focus{
        color:#000000;
    }

}

@media (max-width: 768px) {



}



