@font-face{font-family:"Gandhi Sans";src:url("fonts/GandhiSans-Regular-webfont.eot");src:url("fonts/GandhiSans-Regular-webfont.eot?#iefix") format("embedded-opentype"),url("fonts/GandhiSans-Regular-webfont.woff") format("woff"),url("fonts/GandhiSans-Regular-webfont.ttf") format("truetype"),url("fonts/GandhiSans-Regular-webfont.svg#gandhi_sansregular") format("svg");font-weight:normal;font-style:normal}
@font-face{font-family:"Gandhi Sans";src:url("fonts/GandhiSans-Italic-webfont.eot");src:url("fonts/GandhiSans-Italic-webfont.eot?#iefix") format("embedded-opentype"),url("fonts/GandhiSans-Italic-webfont.woff") format("woff"),url("fonts/GandhiSans-Italic-webfont.ttf") format("truetype"),url("fonts/GandhiSans-Italic-webfont.svg#gandhi_sansitalic") format("svg");font-weight:normal;font-style:italic}
@font-face{font-family:"Gandhi Sans";src:url("fonts/GandhiSans-Bold-webfont.eot");src:url("fonts/GandhiSans-Bold-webfont.eot?#iefix") format("embedded-opentype"),url("fonts/GandhiSans-Bold-webfont.woff") format("woff"),url("fonts/GandhiSans-Bold-webfont.ttf") format("truetype"),url("fonts/GandhiSans-Bold-webfont.svg#gandhi_sansbold") format("svg");font-weight:bold;font-style:normal}
@font-face{font-family:"Gandhi Sans";src:url("fonts/GandhiSans-BoldItalic-webfont.eot");src:url("fonts/GandhiSans-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"),url("fonts/GandhiSans-BoldItalic-webfont.woff") format("woff"),url("fonts/GandhiSans-BoldItalic-webfont.ttf") format("truetype"),url("fonts/GandhiSans-BoldItalic-webfont.svg#gandhi_sansbold_italic") format("svg");font-weight:bold;font-style:italic}

html{
  position: relative;
  min-height: 100%;
}

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    margin-bottom: 100px;
    font-family: "Gandhi Sans";
}

nav{
      margin-top: 20px;
}
.navbar-fixed-top .nav {
    padding: 15px 0;
}


.navbar-fixed-top .navbar-brand {padding: 0 15px;}
.navbar-fixed-top .navbar-brand span{font-size: 11px; margin-top: -9px; float: left; margin-left: 5px;}

.navbar-nav>li>a {padding-top: 24px; padding-bottom: 7px;}
.navbar-nav>li>a.social{ color: white; font-size: 20px; padding-left: 0px;}
.navbar-nav>li>a.social:hover{ opacity: 0.5; }
.navbar-nav>li:first-child a{ padding-left: 0;}
.navbar-nav>li:last-child a{ padding-right: 0;}



footer {
    bottom: 0;
    padding: 30px 0;
    margin-top: 1px;
    position: absolute;
    width: 100%;
    background-color: #222;
    color: white;
    text-align: center;
    font-size: x-large;
}

.contenido_noticia
{
  padding-left:20px;
  padding-right:20px;
  text-align: left;
  text-justify: inter-word;
  font-size: 17px;
}

.contenido_noticia img
{
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.img-noticia{
    width: 100%;
    height: 300px;
    position: 50% 50%;
}

.modal-header{background: black;}
.modal-open .modal{ background: rgba(255,255,255,0.5); }
.close{color: white; opacity: 1;  -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;}
.close:focus, .close:hover{ color: white; opacity: 0.5;}
@media(max-width: 400px){
    footer {
        font-size: inherit; !important;
    }

    footer img {
        width: 50px !important;/*para ver bien el footer en pantallas chicas*/
    }

    .contenido_noticia{
      padding-left:20px;
      padding-right:20px;
      font-size: 17px;
    }

    .noticia_destacada{
        background-color: #222;
        color: white;
        max-height: 100%;
        min-height: 100%;
        padding-left: 25px;
        padding-right: 30px;
        bottom: 20px;
    }

    .noticia_destacada h1
    {
      color: white;
      border-style: hidden;
      font-size: 28px;
    }
}

@media(min-width:401px) {
    .img-noticia{
        width: 100%;
        height: 550px;
        position: 50% 50%;
    }
}

@media(min-width:768px) {
    body {
        padding-top: 80px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }

    .navbar-fixed-top .navbar-brand {
        padding: 10px 0 15px 0;
    }
    .contenido_noticia{
      padding-left:50px;
      padding-right:50px;
      text-align: left;
      font-size: 17px;
    }
    .imagen-slider{
      width: 100%;
    }

    .noticia_destacada{
        background-color: #222;
        color: white;
        max-height: 100%;
        min-height: 100%;
        padding-left: 25px;
        padding-right: 30px;
        bottom: 20px;
    }

    .img-noticia{
        width: 100%;
        height: 650px;
        position: 50% 50%;
    }
}

@media(min-width: 1000px){
  .img-noticia{
      width: 100%;
      height: 301px;
      position: 50% 50%;
  }  
}

@media(min-width: 1200px){
    .container {
        width: 900px !important;/*agregado para manejar mejor el ancho*/
    }
    .contenido_noticia{
      padding-left:120px;
      padding-right:120px;
      text-align: left;
      text-justify: inter-word;
      font-size: 17px;
    }
}


.navbar-nav > li > img { /*para los logos de redes sociales*/
    max-height: 38px;
    padding-left: 10px !important;
    padding-right: 0px !important;
    padding-top: 10px;
}

/*.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-left: 2px;
    padding-right: 2px;
}
*/
.row{
    overflow: hidden;
}

[class*="col-"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
    padding-left: 0px;
    padding-right: 0px;
}

.container.contenido.posts [class*="col-"]{
    margin-bottom: initial;
    padding-bottom: initial;
    padding-left: initial;
    padding-right: initial;
}

p > a[name]{
    position: relative;
    top: 0;
    display: flex;
    width: 0;
    margin-top: 0;
    align-items: flex-end;
}

p > a[name="_ftn1"]{
    height: 150px;
}

.logo {
    padding: 15px;
    font-size: 50px;
    color: white;
    font-weight: 600;
}

.divisor{
    width: 100%;
    border-top: 1px solid white;
    border-bottom: 1px solid gray;
}

.divisor-noticia{
    width: 100%;
    border-top: 1px solid ;
    border-bottom: 1px solid ;
    border-color: inherit;
}

.divisor_noticias_relacionada
{
  width: 100%;
  border-top: 2px solid white;
  border-bottom: 2px solid #abaaaa;
  margin-bottom: 15px;
}

.divisor_noticia_relacionada
{
  width: 50%;
  border-bottom: 2px solid #abaaaa;
  margin-top: 0px;
  margin-left: 80px;
}

.noticia_destacada{
    background-color: #222;
    color: white;
    max-height: 100%;
    min-height: 100%;
    padding-left: 25px;
    padding-right: 30px;
}
.noticia_destacada a 
{
      text-decoration: none;
      border-style: hidden;
      color:#d8d5d5;
}

.noticia_destacada>a 
{
      margin-top: 50px;
      display: block;
}
.noticia_destacada h1
{
  color: white;
  border-style: hidden;
}
.noticia_destacada .copete
{
  margin-top:20px;
}
.noticia_destacada .textoyfotografia
{
  margin-top:30px;
}
.noticia_destacada .etiquetas > img, .etiquetas p
{
  display: inline-block;
}
.spanNoticia
{
  position:absolute;
  color: white;
  background-color: rgba(0,0,0,0.5);
  padding-left: 25px;
  padding-right: 100px;
  width: 100%;
  padding-bottom: 100%;
  border-top: white;
  border-bottom: gray;
  opacity: 1.0;
  filter: alpha(opacity=100);
  height: 300px;
}

.spanNoticia:hover{
    background-color: rgba(0,0,0,0);
    color: white;
    border-color: rgba(0,0,0,0);
    height: 0px;
    opacity: 0.9;
    filter: alpha(opacity=0);
}

.spanNoticia a{
    color: inherit;
    font-style: bold;
}

.etiquetas{
    opacity: inherit;
    filter: inherit;
}

.img-etiqueta{
    opacity: inherit;
    filter: inherit;
}

.zigzag{
    height: 12px;
    width: 85%;
    bottom: 13px;
    position: absolute;
}

/*ajusets para slider*/

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto
{
  bottom: 10px;
}

.slider{
    padding-left: 0px;
}

.slider > li{
    left: 0;
    right: 0;
}

.bx-wrapper{
    margin-bottom: 0;
}
.bx-wrapper .bx-viewport
{
  left:0px;
  border: 0px solid #fff;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
}

/*fin ajustes slider*/

.contenido
{
  background-color: white;
  min-height: 80%;
}

.noticia_titulo
{
  text-align:center;
  font-weight: bold;
  font-style: normal;
  font-size: 50px;
  margin-bottom: 0;
}

.noticia_copete{
  /*alinear mas cerca los subtitulos*/
  margin-top: 0;
  text-align: center;
}
blockquote{ 
    border-left-width: 0px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
}
.noticia_footer
{
  margin-top: 60px;
  min-height: 60px;
  background-color: #ededed;
  text-align: center;
  line-height: 60px;
}
.noticia_social
{
 min-height: 60px;
 background-color: #7ec9c8;
 text-align: center;
 line-height: 60px;
}
.noticia_comentarios
{
 text-align: center;
}
.noticia_relacionadas
{
  margin-top: 10px;
  min-height: 60px;
  display:block;
  text-align: center;
  margin: 20px;
}
.noticia_relacionada
{
  background-color: #ededed;
}
.noticia_relacionada h2
{
    text-transform: uppercase;
    color: black;
    font-weight: bold;
}
.bannerHome
{
  min-height: 68px;
  background-color: white;
  margin-bottom: 5px;
}
.bannerHome img{
  width: 100%;
}
.texto_noticia_relacionada
{
  font-size:10px;
}
.texto_noticia_relacionada img
{
  width: 9%;
  height: auto;
}
a:hover, a:visited, a:link, a:active
{
  outline:0;
  border:none;
}

.today-date{
  background: #222;
  width: 100%;
  text-align: right;
  color: white;
      position: fixed;
    top: 0;
    z-index: 99999;
  height: 20px;
}

.today-date > .container{
      display: flex;
    align-items: center;
    justify-content: flex-end;
}

.today-date span{
    font-size: 10px;
    letter-spacing: 0.2em;
    opacity: 0.8;
    margin-top: 4px;
}

.today-date .hydrated{
    margin-top: 2px;
}

@media(max-width:768px) {
  .navbar-brand>img{height: 40px; margin-top: 3px;}
}