/*
Theme Name: Extra Digital
Author: Andres J. Villar
Author URI: http://meritdesigns.com
Description: Theme Responsive para Diario Extra Digital 
Version: 1.0 
*/

html{ 
    width:100%; 
    height:100%; 
}
body { 
    font-family: 'Roboto Condensed', sans-serif;
    color: #444; 
    font-size: 15px; 
    font-weight: 400; 
} 
h1, h2, h3, h4, h5, h6, .titulo { 
    font-family: 'Roboto Condensed', sans-serif; 
    font-weight: 700;  
    line-height: 1.2em; 
}
h1 { 
    font-size: 28px; 
}
h2 { 
    font-size: 20px; 
}
h3 { 
    font-size: 18px; 
}
h4 { 
    font-size: 16px; 
}
.clear { 
    clear: both; 
}
.height30 {
    clear: both;
    display: block;
    height: 30px;
}
.height20 {
    clear: both;
    display: block;
    height: 20px;
}
.container-fluid { 
    width: 1300px; 
    max-width: 100%; 
    margin: 0 auto; 
}
img { 
    max-width: 100%; 
    height: auto; 
}
a, a:hover, a:focus { 
    text-decoration: none; 
}
.transition { 
    -webkit-transition: all .3s ease 0s; 
    -moz-transition: all .3s ease 0s; 
    -ms-transition: all .3s ease 0s; 
    -o-transition: all .3s ease 0s; 
    transition: all .3s ease 0s; 
}
a.red, a.red:hover, a.red:focus { 
    color: #EB0A0A; 
}
a.white, a.white:hover, a.white:focus { 
    color: #fff; 
}
a.black { 
    color: #111; 
}
a.black:hover, a.black:focus { 
    color: #EB0A0A; 
}
.text-red { 
    color: #EB0A0A; 
}


/** Header **/
.top { 
    padding-top: 10px; 
    padding-bottom: 10px; 
}
.top .logo { 
}
.top .banner-top img, .top .banner-top iframe { 
    max-width: 100% !important; 
}
.menu { 
    border-bottom: 1px solid #f2f2f2; 
    border-top: 1px solid #f2f2f2;
}
.menu .navbar.navbar-default { 
    background: transparent; 
    border: none; 
    padding: 0; 
    margin: 0; 
    height: inherit; 
    max-height: inherit; 
    min-height: inherit; 
}
.menu .collapse.navbar-collapse { 
    padding: 0; 
    margin: 0; 
    height: inherit; 
    max-height: 
    inherit; 
    min-height: inherit; 
}
.menu .navbar-default .navbar-nav > li { 
    padding-right: 12px; 
}
.menu .navbar-default .navbar-nav > li > a { 
    white-space: nowrap; 
    background: transparent !important; 
    color: #111; 
    text-transform: uppercase; 
    font-size: 15.4px; 
    padding: 15px 5px 10px 5px; 
    border-bottom: 2px solid #fff; 
    -webkit-transition: all .3s ease 0s; 
    -moz-transition: all .3s ease 0s; 
    -ms-transition: all .3s ease 0s; 
    -o-transition: all .3s ease 0s; 
    transition: all .3s ease 0s; 
}
.menu .navbar-default .navbar-nav > .active > a, .menu .navbar-default .navbar-nav > .active > a:focus, 
.menu .navbar-default .navbar-nav > .active > a:hover, .menu .navbar-default .navbar-nav > li > a:hover, 
.menu .navbar-default .navbar-nav > li > a:focus, .menu .navbar-default .navbar-nav > .current-menu-parent > a { 
    background-color: #fff; 
    color: #EB0A0A; 
    border-bottom: 2px solid #EB0A0A; 
}
.menu .navbar-default .navbar-nav > li > a > i {
    color: #111 !important;
    margin-right: 4px;
}
.navbar-brand { 
    display: none; 
}
.menu .search {
    position: relative;
}
.menu .search .dropdown-toggle { 
    background: #fff !important;
    border: none !important;
    box-shadow: none !important;
    padding-top: 12px;
}
.menu .search .dropdown-toggle i {
    color: #111 !important;
}
.menu .search ul.dropdown-menu {
    right: 0;
}
.menu .search ul.dropdown-menu {
    position: absolute;
    left: -168px;
    top: 45px;
    border-radius: 0;
    padding: 8px;
}
.menu .search ul.dropdown-menu input {
    width: 100%;
    height: 36px;
    padding: 8px 40px 8px 8px;
}
.menu .search ul.dropdown-menu button {
    position: absolute;
    right: 8px;
    top: 8px;
    background: #EB0A0A; 
    border: 1px solid #EB0A0A;
    height: 36px;
    color: #fff;
}


.mini-header { 
    width:100%; 
    display:none; 
    top: 0; 
    position: fixed; 
    height:46px; 
    z-index:100000; 
    -webkit-transition: margin-top .3s ease 0s; 
    -moz-transition: margin-top .3s ease 0s; 
    -ms-transition: margin-top .3s ease 0s; 
    -o-transition: margin-top .3s ease 0s; 
    transition: margin-top .3s ease 0s; 
}
.mini-header.down { }
.mini-menu { 
    background: #fff; 
    border-bottom: 1px solid #f2f2f2; 
}
.mini-menu .navbar.navbar-default { 
    background: transparent; 
    border: none; 
    padding: 0; 
    margin: 0; 
    height: inherit; 
    max-height: inherit; 
    min-height: inherit; 
}
.mini-menu .collapse.navbar-collapse { 
    padding: 0; 
    margin: 0; 
    height: inherit; 
    max-height: inherit; 
    min-height: inherit; 
}
.mini-menu .navbar-default .navbar-nav > li { 
    padding-right: 20px; 
}
.mini-menu .navbar-default .navbar-nav > li > a { 
    white-space: nowrap; 
    background: transparent !important; 
    color: #111; 
    text-transform: uppercase; 
    font-size: 16px; 
    padding: 15px 5px 10px 5px; 
    border-bottom: 2px solid #fff; 
    -webkit-transition: all .3s ease 0s; 
    -moz-transition: all .3s ease 0s; 
    -ms-transition: all .3s ease 0s; 
    -o-transition: all .3s ease 0s; 
    transition: all .3s ease 0s; 
}
.mini-menu .navbar-default .navbar-nav > .active > a, .mini-menu .navbar-default .navbar-nav > .active > a:focus, 
.mini-menu .navbar-default .navbar-nav > .active > a:hover, .mini-menu .navbar-default .navbar-nav > li > a:hover, 
.mini-menu .navbar-default .navbar-nav > li > a:focus, .mini-menu .navbar-default .navbar-nav > .current-menu-parent > a { 
    background-color: #fff; 
    color: #EB0A0A; 
    border-bottom: 2px solid #EB0A0A; 
}
.mini-menu  .navbar-default .navbar-nav > li > a > i {
    color: #111 !important;
    margin-right: 4px;
}
.mini-menu .search {
    position: relative;
}
.mini-menu .search .dropdown-toggle { 
    background: #fff !important;
    border: none !important;
    box-shadow: none !important;
    padding-top: 12px;
}
.mini-menu .search .dropdown-toggle i {
    color: #111 !important;
}
.mini-menu .search ul.dropdown-menu {
    right: 0;
}
.mini-menu .search ul.dropdown-menu {
    position: absolute;
    left: -168px;
    top: 45px;
    border-radius: 0;
    padding: 8px;
}
.mini-menu .search ul.dropdown-menu input {
    width: 100%;
    height: 36px;
    padding: 8px 40px 8px 8px;
}
.mini-menu .search ul.dropdown-menu button {
    position: absolute;
    right: 8px;
    top: 8px;
    background: #EB0A0A; 
    border: 1px solid #EB0A0A;
    height: 36px;
    color: #fff;
}
.top-social {
    padding: 9px 0;
    border-bottom: 4px solid #f2f2f2;
}
.top-social .fecha {
    padding-top: 0;
    padding-left: 15px;
    color: #999;
}
.top-social .social {
    text-align:right;
}
.top-social .social a {
    color: #EB0A0A;
    display: inline-block;
    font-size: 16px;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    border: 1px solid #EB0A0A;
    line-height: 26px;
    text-align: center;
    margin-left: 4px;
}
.top-social .social a:hover { 
    border: 1px solid #222;
    color: #222;
}


/** Carousel **/
.bs-slider{
    overflow: hidden;
    height: 500px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.20);
}
.bs-slider > .carousel-inner {
    width: 100%;
    height: 100%;
}
.bs-slider > .carousel-inner > .item {
    width: 100%;
    height: 100%;
}
.bs-slider > .carousel-inner > .item > a {
    z-index: 200;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

/** Slide effect */
.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 8px;
    top: 12px;
    left: auto;
    width: 100%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 2px solid rgb(255, 255, 255);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(255, 255, 255);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    z-index: 10;
    cursor:pointer;
    z-index: 300;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    background-color: #EB0A0A;
    border: 2px solid #fff;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

/*---------- Slide texts ----------*/
.slide-text {
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 20px;
    background: rgba(0,0,0,0.4);
    font-size: 16px;
    color: #fff;
}
.slide-text > h1 {
    padding: 0;
    margin: 0;
    color: #ffffff;
    font-size: 38px;
    font-style: normal;
    text-transform: uppercase;
}

/** Content **/
h3.titulo.border {  
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 6px;
}
h3.titulo {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 30px;
}
.noticia {
    border: 2px solid #f2f2f2;
    margin-bottom: 30px;
}
.noticia .contents {
    padding: 10px 15px;
}
.noticia .img_full {
    display: inline-block;
    width: 100%;
    height: 250px;
}
.noticia .video_full {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    display: inline-block;
    width: 100%;
    height: 250px;
}
.noticia .video_full iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.noticia h3.titulo {
    margin: 0;
    padding: 0;
    font-size: 20px;
    min-height: 70px;
    text-transform: none;
}
.noticia h3.titulo a {
    color: #111;
}
.noticia h3.titulo a:hover, .noticia h3.titulo a:focus {
    color: #EB0A0A;
}
.noticia .fecha p, .noticia .categoria p {
    margin: 0;
    padding: 0;
    color: #999;
}
.noticia .categoria {
    text-align: right;
}
.noticia .categoria a {
    color: #999;
}
.noticia .categoria a:hover, .noticia .categoria a:focus {
    color: #444;
}
.videos {
    background: #404040;
}
.videos .col-xs-9 .main {
    padding: 15px 20px;
    background: url(images/bg-video.jpg) repeat-y center center #111;
    background-size: 100%;
}
.videos .col-xs-3 {
    padding-left: 0;
}
.videos iframe {
    width: 100%;
    height: 350px;
}
.videos .anteriores h3 {
    color: #fff;
    font-size: 18px;
    padding-bottom: 12px;
}
.videos .anteriores ul {
    list-style-type: none;
    margin: 0;
    padding: 0 12px 0 0;
    /**
    height: 360px;
    overflow-y: auto;
    **/
}
.videos .anteriores ul li {
    display: block;
    clear: both;
    border-bottom: 1px solid #333;
    cursor: pointer;
    padding-top: 10px;
}
.videos .anteriores {
    color: #fff;
    line-height: 16px;
    font-size: 13px;
}
.videos .anteriores img {
    width: 90px;
    float: left;
    margin-right: 12px;
    margin-bottom: 10px;
    max-width: 48%;
}
.nano { 
    width: 100%; 
    height: 360px; 
}
.nano .nano-content { }
.nano .nano-pane   { 
    background: #999; 
    margin-right: 2px; 
}
.nano .nano-slider { 
    background: #111; 
}
.banner {
    background: #f9f9f9;
    padding: 12px 30px;
    text-align: center;
}
.banner img, .banner iframe { 
    max-width: 100% !important; 
}
.categorias-home .img {
    display: inline-block;
    width: 100%;
    height: 200px;
}
.categorias-home .noticia {
    margin-bottom: 10px;
}
.noticia.small {
    height: 76px;
    overflow: hidden;
}
.noticia.small a.img-left {
    float: left;
}
.noticia.small a.img-left img {
    width: 90px;
    height: 74px;
    margin-right: 10px;
}
.noticia.small h4.titulo a {
    color: #111;
}
.noticia.small h4.titulo a:hover, .noticia.small h4.titulo a:focus {
   color: #EB0A0A;
}
h4.clasificado a {
    color: #111;
}
h4.clasificado a:hover {
    color: #EB0A0A;
}
.precio {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 30px;
    color: #EB0A0A;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 0;
}


/** Footer **/
footer { 
    border-top: 1px solid #e9e9e9; 
    color: #444; 
    padding-top: 30px; 
    font-size: 14px;
}
footer .sitemap a, footer .sitemap a:hover, footer .sitemap a:focus { 
    color: #444;
    margin-right: 10px; 
}
footer .sitemap {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 24px;
}
footer .sitemap span {
    margin-right: 10px;
}
footer .pie {
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
}
footer .pie img {
    margin-right: 15px;
    float: left;
    padding-right: 15px;
    margin-bottom: 15px;
    border-right: 1px solid #444;
}
footer .pie .datos {
    padding: 15px 0;
}
footer .social {
    text-align:right;
}
footer .social a {
    color: #EB0A0A;
    display: inline-block;
    font-size: 16px;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    border: 1px solid #EB0A0A;
    line-height: 26px;
    text-align: center;
    margin-left: 4px;
}
footer .social a:hover { 
    border: 1px solid #222;
    color: #222;
}
.copyright {
    padding-top: 20px;
    padding-bottom: 20px;
}
.copyright a {
    font-weight: 600;
    color: #333 !important;
}
.nowrap {
    white-space: nowrap;
}


/** Sidebar **/
.sidebar {
    padding-left: 30px;
}
.sidebar .noticia .img_full {
    display: inline-block;
    width: 100%;
    height: 130px;
}
.sidebar .noticia.ultimas {
     font-size: 13.5px;
}
.sidebar h4.titulo {
    text-transform:  uppercase;
    font-weight: 600;
    margin-top: 0; 
    padding-top: 0;
    font-size: 18px;
}
.text-grey {
    color: #777;
}
.sidebar .banner {
    padding: 0;
    background: #fff;
}
.sidebar .editorial {
    font-size: 13.5px;
    color: #999;
}
.sidebar .editorial .rounded {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 100px; 
    overflow: hidden;
    background-size: cover;
    float: left;
    margin-right: 12px;
}
.sidebar .editorial h3.titulo {
    font-size: 24px;
    text-transform: none;
    color: #111;
}
.fecha_editorial_right {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.sidebar h3.titulo.border {  
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 6px;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 30px;
    color: #EB0A0A;
}
.sidebar .editorial a {
    color: #111;
}
.sidebar .editorial a:hover, .sidebar .editorial a:focus {
    color: #EB0A0A;
}
/** Rate exchange & Fuel prices**/
.sidebar .tasas .block {
    display: block;
    font-size: 13.5px;
    color: #888;
    padding-top: 2px;
    padding-bottom: 2px;
}
.sidebar .tasas .block.titulos {
    font-size: 15px;
    font-weight: 600;
    color: #222;
}
.sidebar .tasas .right-col-exrate-item-name {
    width: 30%;
    display: inline-block;
}
.sidebar .tasas .right-col-exrate-item-value {
    width: 30%;
    display: inline-block;
}
.sidebar .subebaja {
    display: inline-block;
    width: 4%;
}
.sidebar .tasas.combustible .right-col-exrate-item-name {
    width: 56%;
    display: inline-block;
}
.sidebar .tasas.combustible .right-col-exrate-item-value {
    width: 35%;
    display: inline-block;
}
.module.encuestas .wp-polls, .module.encuestas .wp-polls p { 
    text-align: left !important; 
}
.module.encuestas .wp-polls strong {
    font-weight: 600;
    color: #111;
}
.module.encuestas .wp-polls .pollbar { 
    margin: 4px 1px 8px 1px; 
}
.module.encuestas ul { 
    list-style-type: none; 
    margin: 0 0 10px 0; 
    padding: 0; 
    border-top: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
}
.module.encuestas ul li {
    border-bottom: 1px solid #e9e9e9;
    padding: 5px 10px;
}
.module.encuestas label {
    font-weight: normal !important;
    padding-left: 4px;
}
.module.encuestas ul li a { 
    display: inline-block; 
    width: auto; 
    margin: 10px 0; 
    border-radius: 8px; 
    padding: 6px 15px; 
    background: none; 
    color: #fff !important; 
}
.module.encuestas input.Buttons {
    display: inline-block;
    margin-top: 10px;
    background: #333;
    color: #fff;
    padding: 6px 20px;
    border: none;
}


/** Detalle **/
h1.detalleh1 {
    font-size: 40px;
}
.imagen-detalle {
    position: relative;
}
.imagen-detalle img {
    width: 100%;
}

.imagen-detalle .introtext {
    padding: 30px 15px 15px 15px;
    color: #fff; 
    font-style: italic;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: url(images/bg-intro.png) repeat-x top center;
    font-size: 17px;
}
.cabecerasingle {
    position:relative;
}
.cabecerasingle h1 {
    padding-right: 60px;
}
.cabecerasingle .imprimir {
    position: absolute;
    bottom: 0;
    right: 0;
}
.detalle-redes {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e9e9e9;
}
.relacionadas h4.title.border {
    color: #EB0A0A;
    padding-bottom: 6px;
    border-bottom: 2px solid #e9e9e9;
    margin: 12px 0 10px 0;
    font-size: 20px;
}
.relacionadas .link-relacionada a {
    color: #111;
    font-size: 16px;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
}
.relacionadas .link-relacionada a:hover, .relacionadas .link-relacionada a:focus {
    color: #EB0A0A;
}
.formcontacto input, .formcontacto textarea { 
    width: 400px; 
    max-width: 100%; 
    padding: 9px 16px; 
    border: 1px solid #e9e9e9; 
    margin-bottom: 12px; 
}
.formcontacto input[type="submit"] { 
    color: #fff; 
    background: #EB0A0A;; 
    width: 200px; 
    text-transform: uppercase; 
    font-weight: 500; 
    letter-spacing: 1px; 
    margin-bottom: 30px; 
    border: none; 
    padding: 10px 30px;
}
.formcontacto input[type="submit"]:hover {
    background: #222;
}


/** Busqueda **/
.searchresult { 
    padding-bottom: 20px;
    margin-bottom: 20px; 
    border-bottom: 1px solid #e9e9e9;
}
.searchresult a {
    color: #EB0A0A;
}
.searchresult a:hover, .searchresult a:focus {
    color: #EB0A0A;
}
.searchresult .entry-thumbnail { 
    float: left; margin-right: 15px; 
}
.searchresult .post-inner h3 {
    margin-bottom: 0;
    padding-bottom: 0;
}
.searchresult .post-inner h3 a {
    color: #111;
}
.searchresult .post-inner h3 a:hover, .searchresult .post-inner h3 a:focus {
    color: #EB0A0A;
}
.searchresult .fecha {
    margin-top: 0;
    padding-top: 0;
}
.pagination { 
    margin-top: 20px; 
    width: 100%; 
    text-align: center; 
}
.pagination ul.page-numbers { 
    margin: 0; 
    padding: 0; 
    list-style-type: none; 
}
.pagination ul.page-numbers li { 
    display: inline-block; 
    width: auto; 
}
.pagination ul.page-numbers li .page-numbers  { 
    background: #fafafa; 
    border: 1px solid #e9e9e9; 
    color: #333; 
    display: inline-block; 
    height: 30px; 
    width: 30px; 
    font-size: 14px; 
    line-height: 26px; 
}
.pagination ul.page-numbers li .prev.page-numbers, .pagination ul.page-numbers li  .next.page-numbers { 
    display: none; 
}
.pagination ul.page-numbers li .page-numbers.current { 
    background: #EB0A0A; 
    color: #fff; 
    border: 1px solid #EB0A0A; 
}


/** Pag. Encuestas **/
a.anteriores {
    color: #777;
    padding-left: 30px;
    display: inline-block;
    background: url(images/anteriores.png) no-repeat left bottom;
}
p.comienzofin {
    display: none;
}
.wp-polls.wp-polls-archive {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
}
.wp-polls.wp-polls-archive p { 
    text-align: left !important; 
    font-size: 17px;
}
.page_encuestas .pollbar {  }
.page_encuestas .wp-polls .pollbar { 
    background: #7ad1f2 none repeat scroll 0 0 !important; 
    border: 1px solid #7ad1f2; 
    font-size: 6px; 
    height: 8px; 
    line-height: 8px; 
    margin: 4px 1px 8px 1px; 
}


/** COMENTARIOS **/
.caja-comentarios { margin-bottom: 20px; }
#commentform input, #commentform textarea {  width: 100%; border-radius: 0; padding: 8px 12px; border: 1px solid #d0d0d0; margin-bottom: 14px; }
#commentform input[type="submit"] { background: #EB0A0A; color: #fff; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; width: 240px; max-width: 100%; border: 1px solid #EB0A0A; }
.comment-list { padding-left: 10%; padding-right: 10%; list-style-type: none; margin: 0; font-size: 14px; color: #4c4c4c; font-weight: 300; }
.comment-list a, .comment-list a:hover { color: #222; }
.comment-list li { padding: 12px 0; border-bottom: 1px solid #f0f0f0; }
.comment-author.vcard { margin-bottom: 8px; }
.comment-list .reply:before { content: url(images/reply.png); }
.comment-list img.avatar { display: none; } 
.comment-list li .comment-body { padding-left: 80px; }
.comment-list li .comment-body { background: url(images/avatar1.png) no-repeat left top; }
.comments-area label { font-weight: normal; font-size: 14px;}





/** RESPONSIVE **/
@media (max-width: 1300px) {
	.menu .col-sm-10, .mini-menu .col-sm-10 { 
        width: 100%; 
    }
	/**
    .menu .search { 
        position: absolute; 
        top: -8px;
        right: 0;
        padding: 0 0 10px 0;
    }
    .menu .search .dropdown-toggle {
        background: #f0f0f0 !important;
        border: 1px solid #ccc !important;
        padding-bottom: 5px;
    }
    **/
    .menu .search {
        display: none;
    }
    .mini-menu .search {
        display: none;
    }	
}

@media (max-width: 991px) {
	.navbar-brand { 
        display: block; margin: 0; padding: 0; 
    }
	.navbar-brand img { 
        width: 220px; 
    }
	.menu .navbar-toggle, .menu .navbar-toggle:hover, .mini-menu .navbar-toggle, .menu .navbar-toggle:hover { 
        background: transparent !important; 
        margin-right: 0; 
        border: none !important;  
        padding-top: 15px;
        padding-bottom: 15px;
    }
	.menu .navbar-collapse.collapse, .mini-menu .navbar-collapse.collapse { 
        padding-left: 15px; 
        padding-right: 15px; 
    }
	.menu .navbar-toggle .icon-bar, .mini-menu .navbar-toggle .icon-bar { 
        background-color: #EB0A0A; 
        color: #EB0A0A; 
    }
	.menu .navbar-default .navbar-nav > li, .mini-menu .navbar-default .navbar-nav > li { 
        padding-right: 0; 
    }
	.menu .navbar-default .navbar-nav > li > a, .mini-menu .navbar-default .navbar-nav > li > a { 
        padding: 15px 0 6px 0; 
    }
	
	.top .logo { 
        display: none; 
    }
	.top .banner-top { 
        width: 100%; 
        text-align: center; 
    }
	.topmenu { 
        display: none; 
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .top-social .fecha span {
        display: none;
    }
     .slide-text h1 {
        font-size: 36px;
    }
    .videos .anteriores img {
        width: 92%;
        float: none;
        margin-right: 0;
        max-width: 100%;
    }
    .videos .anteriores li {
        padding-bottom: 10px;
    }
    footer .pie .datos {
        padding: 0;
    }
    .sidebar .ultimasnoticias {
        display: none;
    }
    h1.detalleh1 {
        font-size: 36px;
    }


}



@media (max-width: 767px) { 
    .slide-text h1 {
        font-size: 30px;
    }
    .videos .col-xs-9, .videos .col-xs-3 {
        float: none;
        width: 100%;
    }
    .videos .col-xs-3 {
        padding-left: 30px;
        padding-bottom: 12px;
    }
    .videos .anteriores ul li {
        display: inline-block;
        clear: none;
        border-bottom: none;
        cursor: pointer;
        padding-top: 0;
        padding-bottom: 10px;
        width: 23%;
        margin-right: 1%;
    }
    .nano {
        height: 160px;
    }
    .videos .anteriores img {
        width: 98%;
    }
    .banner {
        background: none;
        padding: 0;
    }
    .sidebar {
        padding-left: 15px;
    }
    .sidebar .banner1 {
        display: none;
    }
    .sidebar .banner2 {
        display: none;
    }
    .sidebar .banner3 {
        display: none;
    }
    .imagen-detalle .introtext {
        padding: 20px 15px 10px 15px;
        font-size: 15px;
    }
    h1.detalleh1 {
        font-size: 30px;
    }

    .comment-list { padding-left: 0; padding-right: 0; }
	.comment-list li .comment-body { padding-left: 84px; }

}


@media (max-width: 598px) {
    .top-social .fecha {
        display: none;
    }
    .top-social .social {
        width: 100%;
    }
    .bs-slider{
        height: 380px;
    }
    .slide-text {
        padding: 15px 20px;
    }
    .slide-text p {
        display: none;
    }
    .slide-text h1 {
        font-size: 24px;
    }
    .principales .col-xs-6 {
        width: 100%;
        float: none;
    }
    .videos .anteriores ul li {
        display: inline-block;
        clear: none;
        border-bottom: none;
        cursor: pointer;
        padding-top: 0;
        padding-bottom: 10px;
        width: 48%;
        margin-right: 1%;
    }
    .categorias-home {
        width: 100%;
        float: none;
    }
    footer {
        overflow: hidden;
    }
    footer .social {
        margin-top: 15px;
        text-align: center;
    }
    footer .pie img {
        float: none;
        max-width: 120px;
        border-right: none;

    }
    h1.detalleh1 {
        font-size: 24px;
    }
    .imagen-detalle .introtext {
        position: relative;
        background: none;
        padding: 10px 0 0 0;
        color: #333;
    }
	.searchresult .entry-thumbnail { 
        float: none; 
        margin-right: 0;
        margin-bottom: 6px; 
    }
    .cabecerasingle h1 {
        padding-right: 0;
    }
    .cabecerasingle .imprimir {
        display: none;
    }
}

a.btn_youtube {
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #cc0000;
    border-radius: 6px;
}
a.bth_youtube .fa {
    font-weight: 19px;
    margin-right: 3px;
}

.detallearticulo p {
    text-align: justify;
}


img.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 8px;
    max-width: 50%;
}
img.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 8px;
    max-width: 50%;
}

@media (max-width: 498px) {
    img.alignright, img.alignleft {
        margin: 0 0 8px 0;
        float: none;
        max-width: 100%;
        width: 100%;
    }
}

.publicidad table {
    width: 100%;
}
.publicidad th, .publicidad td {
    width: 50%;
    padding: 8px;
}
.publicidad .text-right {
    text-align: right;
}
.publicidad .gris {
    background: #f2f2f2;
}
.agenda {
    margin-bottom: 20px;
}
.agenda a#btn_agenda {
    border: 2px solid #EB0A0A;
    display: inline-block;
    width: 100%;
    padding: 8px 15px;
    color: #EB0A0A;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.agenda a#btn_agenda:hover {
    background: #EB0A0A;
    color: #fff;
}
ul#listaagenda {
    color: #444;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul#listaagenda li {
    padding: 8px 15px;
    border-bottom: 1px solid #e0e0e0;
}
ul#listaagenda li:nth-child(2n) {
    background: #f8f8f8;
}
ul#listaagenda h5 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
}
.cke_chrome {
    display: block !important;
    padding: 0 !important;
    border: 1px solid #e0e0e0 !important;
    box-shadow: none !important;
    border-radius: 4px !important;
    margin-bottom: 15px !important;
}
a.btn-clasificados {
    background: #081c57;
    color: #fff !important;
    text-transform: uppercase;
    display: inline-block;
    height: 40px;
    overflow: hidden;
    margin-top: 16px;
    font-size: 16px;
}
a.publicar-clasificados {
    background: #081c57;
    color: #fff !important;
    text-transform: uppercase;
    display: inline-block;
    height: 40px;
    overflow: hidden;
    margin-top: 8px;
    font-size: 16px;
    margin-left: 30px;
}
.top a.publicar-clasificados {
    height: auto !important;
}
a.publicar-clasificados span {
    padding: 0 20px;
    display: inline-block;
    position: relative;
    top: 2px;
    color: #fff !important;
    font-weight: normal;
}
a.btn-clasificados.footer {
    margin-top: 0;
}
a.btn-clasificados span {
    padding: 0 20px;
    display: inline-block;
    position: relative;
    top: 2px;
    color: #fff !important;
}
li.link-clasificados {
    display: none !important;
}
.formlogin input {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #e0e0e0;
    margin-bottom: 15px;
}
/*** Pagina Clasificados ****/
.boton-publicar-clasificado {
    margin-top: 5px;
}
.top .boton-publicar-clasificado {
    margin-top: 0;
}
.top .boton-publicar-clasificado img {
  width: 350px;
  max-width: 100%;
}
ul.menu-categorias {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}
ul.menu-categorias li img.activa {
    display: none;
}
ul.menu-categorias li img.noactiva {
    display: inline-block;
}
ul.menu-categorias li.activa img.activa, ul.menu-categorias li:hover img.activa {
    display: inline-block;
}
ul.menu-categorias li.activa img.noactiva, ul.menu-categorias li:hover img.noactiva{
    display: none;
}
ul.menu-categorias li a {
    display: block;
    border-bottom: 1px solid #e0e0e0;
    background: #fff;
    color: #111;
    padding: 8px;
    position: relative;
}
ul.menu-categorias li.activa a, ul.menu-categorias li:hover a {
    background: #eb0a0a;
    border-bottom: 1px solid #eb0a0a;
    color: #fff;
}
ul.menu-categorias .fa {
    float: right;
    padding-top: 2px;
    padding-right: 5px;
}
.pagination {
    text-align: center;
    display: block;
}
.pagination a, .pagination span {
    display: inline-block;
    padding: 1px 8px;
    background: #fff;
    color: #333;
    border: 1px solid #f0f0f0;
    margin: 0 2px;
}
.pagination span.current {
    background: #eb0a0a;
    color: #fff;
    border: 1px solid #eb0a0a;
}
.image-full{
    width: 100%;
}
.img-galeria {
    display: inline-block;
    width: 33.33%;
    float: left;
    height: 100px;
    border: 5px solid #fff;
}
.row-galeria {
    margin: 0 -5px;
}
p.contacto {
    margin-top: 8px;
    margin-bottom: 0;
    padding-bottom: 0;

}
p.contacto .fa {
    font-size: 20px;
    color: #ccc;
    display: inline-block;
    text-align: center;
    width: 30px;
}
.height10 {
    height: 10px;
}
span.ciudad {
    margin-left: 30px;
    font-size: 14px;
    color: #ccc;
}
span.ciudad .fa {
    font-size: 19px;
    margin-right: 5px;
}
img.miniatura {
    max-width: 80px;
    max-height: 60px;
}
form.buscar input, form.buscar select {
    width: 100%;
    padding: 8px 15px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    margin-bottom: 12px;
    height: 40px;
}
form.buscar input[type="submit"], form.buscar button {
    width: 100%;
    padding: 8px 15px;
    border-radius: 4px;
    border: 1px solid #333;
    margin-bottom: 12px;
    height: 40px;
    background: #333;
    color: #fff;
}
.fileuploader-input .fileuploader-input-caption {
    position: relative;
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 11px 16px;
    margin-right: 16px;
    background: #fff;
    border: 1px solid #ebeef1;
    border-radius: 6px;
    color: #666;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.fileuploader-input .fileuploader-input-button, .fileuploader-popup .fileuploader-popup-content .fileuploader-popup-button.button-success {
    background: #eb0a0a;
    color: #fff;
    border-radius: 0 !important;
}
.fileuploader-input {
    border-radius: 0 !important;
}
.propertythumbnail {
    display: inline-block;
    width: 150px;
    height: 100px;
    margin-right: 15px;
    margin-bottom: 30px;
    float: left;
    position: relative;
}
.propertythumbnail .btn-icon-toggle {
    padding: 1px 10px;
    background: none;
    border: none;
    text-align: center;
    width: auto;
    color: #111;
    display: inline-block;
    background: rgba(255,255,255,0.8);
}
.propertythumbnail .actions {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}


img.alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
    max-width: 45% !important;
    width: auto !important;
    height: auto !important;
}
img.alignright {
    float: right;
    margin-left: 30px;
    margin-bottom: 10px;
    max-width: 45% !important;
    width: auto !important;
    height: auto !important;
}

@media(max-width: 991px) {
    .banner-top {
        display: none;
    }
    li.link-clasificados {
       display: block;
    }
}
@media(max-width: 767px) {
    .botonclasificados {
        text-align: left;
        margin-top: 15px;
    }
    .boton-publicar-clasificado {
       text-align: left;
    }
	.articulo_detalle img {
	width:100% !important;
	}
	.articulo_detalle div {
	width:100% !important;
	}
}

@media(max-width: 498px) {
    a.publicar-clasificados {
        margin-left: 0;
    }
    img.alignleft {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
    }
    img.alignright {
        float: none;
        margin-left: 0;
        margin-bottom: 10px;
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
    }
}



.embed-youtube {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
    width: 100%;
}
.embed-youtube iframe, .embed-youtube object, .embed-youtube embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    margin-bottom: 10px;
}
.articulo_detalle iframe {
    max-width: 100% !important;
}
.menu .search, .searchmenu2 {
    position: absolute;
    top: 0;
    right: 0;
}
.mini-menu .search {
    position: absolute;
    right: 10px;
}

@media(max-width:498px) {
    .articulo_detalle iframe {
        max-width: 100% !important;
        min-height: 320px;
        height: auto;
    }
}


.video {
    position: relative;
}
.video video {
    width: 100%;
    height: auto;
}
.video a {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
}
.video a img {
    display: inline-block !important;
    width: 70px !important;
    margin-left: auto;
    margin-right: auto;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    opacity: 0.8;
}
img.full {
    width: 100%;
}
.video a:hover {
    background: rgba(0,0,0,0.3);
}
.video a:hover img {
    opacity: 1;
}
#html5-watermark {
    display: none !important;
}
.titlevideo {
    font-size: 20px;
   line-height: 22px;
}
.donacion {
    border-top: 1px solid #EB0A0A;
    background: #f8f8f8;
    padding: 24px 20px;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    font-size: 54px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    opacity: 1;
    z-index: 1000;
    background: none !important;
    padding-top: 25%;
}
.owl2 .owl-nav, .owl2 .owl-dots {
    display: none !important;
}
.contenidoeditorial {
    background: #f2f2f2;
    padding: 20px 15px 0 15px;
    border-bottom: 2px solid #e0e0e0;
    border-left: 2px solid #e0e0e0;
    border-right: 2px solid #e0e0e0;
}
.bloqueeditorial img {
    width: 100%;
}
.bloqueeditorial {
    width: 400px;
    max-width: 100%;
}

@media(max-width: 598px) {
    .top .boton-publicar-clasificado img {
        width: 100%;
        max-width: 100%;
    }
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}