<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    font-family: Arial, sans-serif;
}

body{
    position: relative;
    line-height: 1.7;
    font-family: 'Open Sans';
    font-weight: 300;
    color: #666;
    font-size: 15px;
}

p{
    margin: 0 0 20px;
}

.left{
    float: left;
    display: block;
}

h1{
    font-size: 30px;
}

h2{
    font-size: 22px !important;
}

h3{
    font-size: 18px !important;
}

.right{
    float: right;
}

.clear{
    clear: both;
}

.hide-mobile{
    display: inline-block;
}

.show-mobile{
    display: none;
}

.hide-tablet{
    display: inline-block;
}

.show-tablet{
    display: none;
}

header .content-header{
    background: #F8F8F8;
    margin-bottom: 0px !important;
}

.text-right{
    text-align: right;
}

.text-center{
    text-align: center;
}

header nav{
    color: #444;
    background: #FFF;
    font-size: 15px;
}

header #menu #social{
    float: right;
}

#social.flotante{
    position: fixed;
    width: 100%;
    left: 0px;
    bottom: 0px;
    /*background-color: rgba(255, 255, 255, 0.8);*/
    background-color: rgba(150, 214, 255, 0.8);
    text-align: center;
    padding-bottom: 5px;
}

#social.flotante b{
    vertical-align: 5px;
}

.navbar-header .menu-mobile{
    font-size: 11px;
    margin-left: -3px;
}

.navbar-toggle{
    padding: 6px 7px 6px 7px;
    margin-top: 3px;
    margin-bottom: 3px;
    line-height: 20px;
}

.navbar-toggle .icon-bar{
    width: 24.5px;
}

.navbar-toggle{
    float: left;
    margin-left: 15px;
}

header nav a{
    color: #444;
}

header .logo{
    width: 100%;
    max-width: 100px;
    margin-right: 10px;
}

header .logo-mobile{
    width: 100%;
    max-width: 100px;
    display: none;
    
}

header .title {
    font-size: 36px;
    text-shadow: 3px 3px 1px rgb(255 255 255);
    color: #888;
    margin-left: 10px;
}

header .title a{
    color: #888;
}

header .title a:hover{
    text-decoration: none;
}

header .subtitle{
    font-size: 17px;
    line-height: 20px;
    margin: 0 0 10px 0;
    color: #939597;
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    text-shadow: 3px 3px 1px rgb(255 255 255);
    margin-left: 10px;
}

header .subtitle span{
    font-family: "Times New Roman", Times, serif;
}

header .buscador{
    width: 100%;
    max-width: 380px;
    margin: 20px 0 0 0;
    float: right;
}

/*header .buscador-movil .col{
    padding: 0px;

}*/

    header .buscador textarea, header .buscador #texto {
        border: 2px solid #dedede;
        padding: 7px 10px;
        font-size: 16px;
        -moz-box-shadow: inset 0 0 5px #eee;
        -webkit-box-shadow: inset 0 0 5px #eee;
        box-shadow: inset 0 0 5px #eee;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-topleft: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -webkit-border-top-left-radius: 5px;
    }

    header .buscador #texto {
        width: 270px;
    }

    header .buscador .btnBuscar {
        margin-left: -2px;
        padding: 8px 10px;
        font-size: 16px;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-topright: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        border: 0px;
        color: #fff;
        border: solid 0px #0087CF;
        background: #19B2FF;
        background: -webkit-gradient(linear, left top, left bottom, from(#19B2FF), to(#0087CF));
        background: -moz-linear-gradient(top, #19B2FF, #0087CF);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19B2FF', endColorstr='#0087CF');
    }

    header .buscador button:hover {
        background: #0087CF;
        cursor: pointer;
    }

@media (max-width: 500px) {
    header .buscador{
        margin: 0;
        float: none;
        margin-left: 10px;
    }

    header .col-bloque-buscador{
        padding: 0px;
    }

    header .buscador #texto {
        width: calc(100% - 70px);
    }
    
    .col-header{
        padding: 0px;
    }
}

.content .row .banner img{
    width: 100%;
}

.content.border, .content.border p{
    font-style: normal !important;
    font-size: 14px;
}

.col-md-2.left-content{
    padding: 0px !important;
}

.overflow img{
    width: 100%;
    max-width: 451px;
}

@media (min-width: 767px) {
    .overflow{
        height: 110px;
        overflow: hidden;
        margin-top: 10px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .overflow img{
        margin-top: -50px;
    }

    .col-md-2.left-content .row{
        padding-left: 17px;
        padding-right: 17px;
    }
}


.left-content .row{
    margin-bottom: 17px;
}

.left-content .row .title{
    font-size: 17px;
    font-weight: bold;
    color: #666;
}

.left-content .row ul{
    list-style: none;
    padding: 0px;
}

.right-content .container-fluid{
    background-color: #FFF;
}

.container-fluid table{
    width: 100%;
}

.padding-text-3{
    padding: 1%;
}
.padding-text-2-5{
    padding: 2.5%;
}

.padding-text-l2-5-r0{
    padding: 2.5% 0% 2.5% 2.5%;
}

.padding-text-5{
    padding: 5%;
}

.right-content .content .content-menu{
    list-style: none;
    display: table;
    padding: 16px 0px 16px 16px;
}

.right-content .content .content-menu li{
    float: left;
    margin-bottom: 10px;
}

.right-content .content .content-menu li a{
    border-right: 1px solid #337ab7;
    font-size: 1.3rem;
    text-align: center;
    padding: 5px 16px 8px 12px;
    border-bottom: 2px solid #FFF;
}

.right-content .content .content-menu li.active a{
    background: #daf0fa;
    border-bottom: 2px solid #337ab7;
}

.right-content .header{
    border-radius: 5px 5px 0 0;
    padding: 0 12px 7px 7px;
}    

.content .row.border{
    display: block;
    margin-bottom: 17px;
    border: 1px solid #e0dede;
    padding: 5px;
}

.footer{
    background-color: #f8f8f8;
    color: #999;
    font-size: 13px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.footer a{
    color: #254b63;
}

.banner-ads{
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    
    .hide-tablet{
        display: none !important;
    }

    .show-tablet{
        display: block !important;
    }

}

@media (max-width: 528px) {

    header .logo{
        display: none;
    }
    header .logo-mobile{
        display: block;
        width: 117%;
    }

}

@media (max-width: 450px) {

    .hide-mobile{
        display: none !important;
    }

    .show-mobile{
        display: block !important;
    }
    
    .container-fluid{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .container-fluid &gt; .row &gt; .col-sm-12,.col-md-12,.col-sm-6{
        padding-left: 1px !important;
        padding-right: 1px !important;
    }

    .right-content .content .content-menu li{
        width: 48%;
    }
    .right-content .content .content-menu li a{
        display: block;
    }

    .image-content{
        max-width: 50% !important;
    }

    .nav-pills &gt; li {
        float: left;
        display: block;
        width: 100%;
    }

}

@media (max-width: 767px) and (min-width: 530px) {

    .content-header .col-header.col-md-7{
        width: 45%;
        float: left;
    }

    .content-header .col-header.col-md-5{
        width: 55%;
        float: left;
        margin-top: 10px;
    }

}

.navbar{
    margin-bottom: 0px !important
}































.cl {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #5C5C5C;
    content: "\2193";
    height: 1px;
    display: inline-block;
    padding: 0px;
    margin-right: 10px;
    vertical-align: 2px;
}

.btnVotos{
    float: right;
}

.btnVotos img{
    cursor: pointer;
}

.formNuevoComentario{
    background: #f0f0f0;
    padding: 20px;
    border-radius: 7px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.formNuevoComentario textarea{
    border-radius: 4px;
    width: 100%;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.list-comments .comment i{
    overflow-wrap: break-word;
}

.modal{
    /*top: 25% !important;*/
}

.btn{
    white-space: normal !important;
}</pre></body></html>