.noticias {
    opacity: 0.6;
background-color: #ffffff;
/*border: 4px solid rgba(11, 152, 220, 0.6);*/
border-radius: 20px; 
height: 300px;
padding:5px;
margin-top: 10px;
overflow: auto;
}
.leer-noticia{
    left: 88%;
    top: 85%;
    position: absolute;
}
#fotoportada{
    /*background-image: url(../img/imagenFondo.png) ;*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-top: 4px solid #8B8686;
    /*border-bottom: 8px solid #008FAA;*/
    padding-top: 10px;
    min-height: 400px;
}
#videoportada{
    padding: 0;
    width: 100%;
    /* min-height: 400px; */
    /* height: 400px; */
    background-color: black;
    margin-bottom: -7px;
    border:4px solid rgba(11, 152, 220, 0.6);
}
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    #fotoportada{
        min-height: 300px;
    }
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    #fotoportada{
        min-height: 200px;
    }
}

#noticias{
    background-image: url(../img/news.png);
    background-size: 150px;
    /*background-position: center bottom;*/
    background-position-y: center;
    border-top: 4px solid rgba(11, 152, 220, 0.6);
    border-bottom: 4px solid rgba(11, 152, 220, 0.6);
    padding-top: 10px;
    min-height: 471px;
     background-repeat: no-repeat;
    background-color:  rgb(183, 223, 245);
}

#info{
    padding-top: 10px;
    background-color: #E4F9FD;
    border-bottom: 4px solid #C6C8C9;    
}
#socios{
padding: 6px;
background-color: #DBDBDB;   
}
#amigos{
padding: 10px;
background-color: #A3A3A3;       
}
#pie{
background-color: #555;   
padding:10px;
}

.amigo {
opacity: 0.9;
background-color: #ffffff;
border: 15px solid #A3A3A3;
border-radius: 30px; 
height: 300px;
background-size: 100% 270px;
background-repeat: no-repeat;

}
.amigodoble {
opacity: 0.9;
background-color: #ffffff;
border: 15px solid #A3A3A3;
border-radius: 30px; 
height: 600px;
background-size: 100% 570px;
background-repeat: no-repeat;

}

.info-contenido{
    background-color: #ffffff;
    min-height:  50px;
    padding:20px;
    display: none;
}
#contenidoAutoridades{
    /*background-image: url(../img/foto.png) ;*/
    /*background-repeat: no-repeat;*/
    /*background-position: bottom;*/
}

.col-centered{
    float: none;
    margin: 0 auto;
    /*background-color: #ffffff;*/
    /*-moz-border-radius: 5px;*/
    /*border-radius: 5px;*/    
    /*width: 50px;*/
    opacity: 0.9;
    /*border: solid 6px;*/
    /*border-color: #EBEBEB;*/
    margin-bottom: 10px;
}

.navbar-login {
position: absolute;
top: 0;
right: 15px;
display: none;
}

.icono {
background-image: url(../img/iconos.png) ;
opacity: 0.5;
background-size: 680px;
margin-top: 22px;
margin-left: 23px;
display:block;
height:164px;
width:164px;
/*position:fixed;*/
}
.iconoinformacion {
background-position: -2px -2px;
}
.iconoservicios {
background-position: -172px -2px;
}
.iconoautoridades {
background-position: -342px -2px;
}
.iconocontacto {
background-position: -512px -2px;
}

.info-icono{
    background-color: #ffffff;
    min-height:  50px;
    padding:20px;
    display: none;
}
.contenido-noticia{
        white-space: pre-line;
}

#noticiaModalContenido{
    white-space:pre-line;
}
#formLogin{
text-align: center;
    padding: 5px;
}
.btnlogin, .g-recaptcha{
    border: 4px solid rgba(11, 152, 220, 0.6);
    border-radius: 5px;
    background-color: #F2F5F7;
}
#boton-login{
    border:0px;
}
@media screen and (max-width: 767px) {
    .btnlogin {
      width: 100%;
    }
    #boton-login{
        width:100%;
        background-color: #ccc;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
  }
  
  /* Estilos específicos para dispositivos de escritorio */
  @media screen and (min-width: 768px) {

  }