<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body{
    margin:0;padding:0
}
    
#decimo{
    display:flex;
    align-items:center;
    justify-content:center;
    position: fixed;
    width: 100%;
    height:100vh;
    flex-direction: column;
    cursor:pointer;
    background-color:rgba(0,0,0,.50);
    z-index:10010;
    top:0;
    left: 0;
    
}

#decimo img{
    width: 60%;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

    #decimo img{
        width: 90%;
    }
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {padding:0}
.imggal{
    position: relative;
    margin:5px;    
}
.imggal p{
    color:#fff; 
    background-color:rgba(0,0,0,0.5);
    position: absolute; 
    bottom:0px;width: 94%;    
}
*{
    box-sizing: border-box;
}
.img1{
    height: 110px; 
    background-size: cover;
    background-repeat: no-repeat;
}
.img2{
    height: 200px; 
    background-size: cover;
    background-repeat: no-repeat;
}
.pad10{
    padding:0 10px;
}
.colc2{
    border-bottom:1px solid #eee;
    padding-top:3px;
    margin-bottom:3px}
.colc2:last-child{
    border:0
}
body{
    font-family: 'Open Sans', sans-serif;
}

p{font-size: 13px;}
h1{
    line-height: 1em !important;
    margin-bottom:0.3em !important;
}
.imgh200{
    height:200px;
    background-size:cover;
    background-position: center;
}

.img100{width:100%;}

.verde1{
    background-color:#058c96;
    height:30px;
    color:#fff;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    text-transform: uppercase;
    }

.elipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height:normal;
}
.elipsis2{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;    
}

.slide1 img{
    width:100%;
}

.carousel-indicatorstop {
    top: 10px;
    bottom:100%;
}

.carousel-indicators li {
    background-color: #84c1c4;
    border: 0;
    width: 20px;
    height:20px;
    text-indent:0;
    color:#fff;
    font-size:15px;            
}
.carousel-indicators .active {
    background-color: #427884;
    width: 20px;
    height:20px;
        border: 0;        
}



#cabezal{
    height: 150px;
    margin: 3px 0px;
    clear: both;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#058c96+0,000+100 */
background: #058c96; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0Nzg4MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxOTJjMzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #058c96 0%, #000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#058c96), color-stop(100%,#000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #058c96 0%,#000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #058c96 0%,#000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #058c96 0%,#000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #058c96 0%,#000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#058c96', endColorstr='#000',GradientType=0 ); /* IE6-8 */

}
#logo{
    position:relative;
    margin-top:2%;
}
#logo img{width: 100%;}
/*NAVBAR*/
.navbar {
    margin: 3px 0px;
    min-height: 38px;
    border-radius: 0px;
}

.navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}

.navbar-default {
    background-color: #fff;
    border:0;
}
.container-fluid{
    background-color:#222;
    margin-top:3px;
}
.navbar-nav &gt; li{
    border-right: 1px solid #d6d6d6;
}
.navbar-nav &gt; li &gt; a {
    padding: 5px 15px;
    font-family: 'Oswald', sans-serif;
}

.navbar-nav &gt; li &gt; a:focus,.navbar-nav &gt; li &gt; a:hover {
    color:#d57a1d!important;
}

.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:focus, .navbar-default .navbar-nav &gt; .active &gt; a:hover {
    color: #fff;
    background-color:#222!important;
}
/*//////////////////////*/
#carousel-example-generic2{
    margin:5px 0;
}
.colc{
    padding-left: 0;
    padding-right: 0;
}
/*img*/
.grisacolor { 
    cursor:pointer!important;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -webkit-transition: all 2s; /* Safari */
    transition: all 2s;
 }
.grisacolor:hover { 
    filter: grayscale(0%); 
    -webkit-filter: grayscale(0%); 
    }
/*SEARCHBOX*/

#search{
    background-color:#fff;
    position:relative;
    margin-top:3px;
    margin-right:5px;
    height:23px;
    border-radius:15px;
    padding:0px 2px 0 10px;
    background-color:#e5e1e0; 

}

#search input{
     font-family: 'Oswald', sans-serif;
    border:0;
    background-color:#e5e1e0;
    min-width: 230px;   
}

#fa-search{
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    background-color:#058c96;   
    padding: 3px;
    border-radius:50%; 
    color:#fff;
}
/*
#search::-webkit-input-placeholder {
    font-family: 'Oswald', sans-serif;
}

#searcht:-ms-input-placeholder {
    font-family: 'Oswald', sans-serif;
}

#search:-moz-placeholder {
    font-family: 'Oswald', sans-serif;
}

#search::-moz-placeholder {
    font-family: 'Oswald', sans-serif;
}
*/

.negro{
    background-color:#000;
    height:30px;
    color:#fff;
    font-family: 'Oswald', sans-serif;
    padding:1% 2% 0 8%;
    text-transform: uppercase;
}
.negro2{
    background-color:#000;
    color:#fff;
}
.cold{
    padding:0;
}
.cold img{
    width:100%;
}
.bordenegro1{
    border:1px solid #ababab;
    padding:1%;
}
.tituloh1{
    font-family: 'Oswald', sans-serif;
    font-size:3.3em;
    font-weight:bold;
}
.tituloh1 a{  color:#000;}
.mayus{text-transform: uppercase;}
.f1{
    text-align: right;
    text-transform: uppercase;
    color:#fff;
    margin-top: 2%;
    font-size:10px;
}

.f1 a{
    color:#84c1c4;
    text-decoration:none;
   
}
.f1 a:hover{
    color:#427884;    
}
.fa-clock-o{color:#ef7c00;}

.oswald{
    font-family: 'Oswald', sans-serif;
}
h2{
    font-size:19px!important;
}
h2 a,h3 a{
    color:#000;
}
h3 a{
    clear:both;
}

.t11{font-size:11px;}
.t12{font-size:12px;}
.t13{font-size:13px;}
.t15{font-size:15px;}
.t16{font-size:16px;}
.t18{font-size:18px;}
.t25{font-size:25px;}

#sombrota {
  position: relative;
  background-color:#fff;
  margin-bottom:2%;
}


#sombrota:before, #sombrota:after {
  z-index: -1; 
  position: absolute; 
  content: "";
  bottom: 8px;
  left: 31px;
  width: 47%; 
  top: 99%;
  background: rgba(0, 0, 0, 0.7); 
  box-shadow: 0 12px 13px rgba(0, 0, 0, 0.7);
  transform: rotate(-1deg);
}

#sombrota:after {
  transform: rotate(1deg);
  right: 31px;
  left: auto;
}
.gris1{
    color:#999999;
}
.leermas{
    color: #ef7c00;
    text-transform: uppercase;
}

hr{
    clear: both;
    width: 100%;
    margin:2% 0;
}

.img100{
    width:100%;
}
.radioback{
    text-align:center;
/*    background-image:url("../img/radioback.gif");*/
    background-size:80px auto;
}
.radioback a{
    color:#000;
}

/*-------------*/
.carousel-control.left,.carousel-control.right {
    background:none;
}
.carousel-control {width:5%;bottom: 0%;}
.carousel-control2 {bottom: 70%;width: auto;}
.centrotop{
    top:30%;
}

.facebook{ background-color:#3b5998; color:#fff;}
.whatsapp{background-color:#41B000; color:#fff;}
.twitter{background-color:#00aced; color:#fff;}
.google-plus{ background-color:#dd4b39; color:#fff;}
.pinterest{background-color:#cb2027; color:#fff;}

.btnred{ padding:20px; margin:0;}
.fotomasf{ cursor:pointer}
.txtnegro{color:#000;}
.centro{
    text-align:center;
}

.cuadrado1{
    width:30px;
    text-align:center;
    float:left;
    margin-right:1%;
}
.funciones{
    font-size:11px;    
}

.funciones:before{
    content:"";
    border-radius:50%; 
    width: 10px; 
    height:10px; 
    display: inline-block;
    background-color:#ef7c00;
    margin-right:1%;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 2%;
    margin-top: 3%;
}
.radiopodcast{
    margin:1px;
    width:46%; 
    text-align:center;
    display:inline-block;
    background-color:#64c1c6;
}
.radiopodcast a{
    color:#007986;
    font-size:25px;
    text-decoration: none;
    padding:2% 0;
}
.radiopodcast2{
    margin:1px;
    width:46%; 
    text-align:center;
    display:inline-block;
    background-color:#007986;
}
.naranja2{
    color:#ef7c00;
}
.naranja2 i{
    padding:2% 0;
    font-size:30px;
}

.carouselabajo{
    bottom: -23px;
}

.carouselabajo li,
.carouselarriba li{
    background-color: #ff9d34;
}


.carouselabajo li.active,
.carouselarriba li.active{
    background-color: #ef7c00!important;
}



.carouselarriba{
    bottom: 99%;
}
.recientes{
    max-height:468px;
    overflow: auto;
}

.hora:before{
    color: #ef7c00;
    content: "ï„…";
    margin-right:2px;
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    transform: translate(0px, 0px);    
}

.ediciones{
    background-color: #66cccc;
    margin: 1% 0;
    height:50px;
    display:block;
    color:#fff;
    text-decoration: none;
}
.ediciones:before{
    background-color:#339999;
    content: "ï”";
    width:50px;
    color:#66cccc;

    font-family:FontAwesome;
    padding:2%;
    display: inline-block;
    height:50px;
    font-size:25px;
    text-align:center;
    margin-right:1%;
}
.nopadding1{
    padding:1px!important;
}

.ediciones:hover{
    background-color:#006699;
    color:#fff;
    text-decoration: none;    
}
.ediciones:hover:before{
    background-color:#006666;
    color:#ff6600;
    content: "ï®";
}
.imgback250{
    height:100%;
    width:100%;
    
    background-size: cover;
    background-position: center 30%;
}
.max400{
    max-height: 400px; overflow:auto;
}

.youtubePlayer{
    background-position:center;
    background-size:cover;
    width: 100%;
    position:relative;    
}

.youtubePlayer .yttitle{
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    position: absolute;
    padding-left: 5px;
    font-weight: bold;
    font-size: 1.2em;
    z-index:10;
}

.youtubePlayer .overlayYT{
    position: absolute;
    top:0;left:0;right:0;bottom:0;
    background-color:rgba(0,0,0,.5);
}
.youtubePlayer .overlayYT .ytvideo{
    width: 68px;
    height: 48px;
    position: absolute;
    left: 40%;
    top: 30%;   
    background-image:url('../../assets/img/ytesprite.png');
    background-repeat:no-repeat;
    cursor:pointer;
}

.youtubePlayer .overlayYT .ytvideo:hover{
    background-position: 0 -48px;
}</pre></body></html>