/* Modificar Scrollbar */
::-webkit-scrollbar{
    width: auto;
    background: white; 
}
::-webkit-scrollbar-button{
    width:8px;
    height: 0px;
}
::-webkit-scrollbar-track{
    //background:#3c454e;
    //border:thin solid #1a1f25;
    //-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,1);
    //-webkit-border-radius: 10px;
    //border-radius: 10px;
}
::-webkit-scrollbar-thumb{
    background: rgba(0,100,0,1);
    //-webkit-box-shadow:   inset 0 1px 0 rgba(255,255,225,.5),
    //                     inset 1px 0 0 rgba(255,255,255,.4),
    //                     inset 0 1px 2px rgba(255,255,255,.3);

    //border:thin solid #232c34;
    //border-radius: 10px;
    //-webkit-border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover{
    background: rgba(0,100,0,0.7);
    -webkit-box-shadow:   inset 0 1px 0 rgba(255,255,225,.5),
        inset 1px 0 0 rgba(255,255,255,.4),
        inset 0 1px 2px rgba(255,255,255,.3);
}
::-webkit-scrollbar-thumb:active{
    background: rgba(0,100,0,.9);
}
/* Pseudo-clase */
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0,100,0,.2);
}
/* index.php */
.footer{
    margin-left: 20%;
    font-size: 0.8em;
}
.footer li{
    list-style:none;
    border-left: solid 1px rgba(128, 128, 128, 0.2);
    padding-left: 1.25em;
    margin-left: 1.25em;
}

/* Diseño de la pagina */
body {
    background-color: white;
}

.izq {
    position: fixed;
    left: 0px;
    top: 0px;

    width: 5%;
    height: 100%;

    background: darkgreen; /* En caso de no soportar degradado, se establece fondo estandar */
    background: -webkit-linear-gradient(right, rgba(0,100,0,0), rgba(0,100,0,1)); /* Linea para Safari 5.1 hasta Safari 6*/
    background: -o-linear-gradient(left, rgba(0,100,0,0), rgba(0,100,0,1)); /* Linea para Opera 11.1 hasta Opera 12*/
    background: -moz-linear-gradient(left, rgba(0,100,0,0), rgba(0,100,0,1)); /* Linea para Firefox 3.6 hasta Firefox 15*/
    background: linear-gradient(to left, rgba(0,100,0,0), rgba(0,100,0,1)); /* Linea normal */
}

.der {
    position: fixed;
    left: 95%;
    top: 0px;

    width: 5%;
    height: 100%;

    background: darkgreen; /* En caso de no soportar degradado, se establece fondo estandar */
    background: -webkit-linear-gradient(left, rgba(0,100,0,0), rgba(0,100,0,1)); /* Linea para Safari 5.1 hasta Safari 6*/
    background: -o-linear-gradient(right, rgba(0,100,0,0), rgba(0,100,0,1)); /* Linea para Opera 11.1 hasta Opera 12*/
    background: -moz-linear-gradient(right, rgba(0,100,0,0), rgba(0,100,0,1)); /* Linea para Firefox 3.6 hasta Firefox 15*/
    background: linear-gradient(to right, rgba(0,100,0,0), rgba(0,100,0,1)); /* Linea normal */
}

/* Cabecera de la pagina */
/* Barra de presentacion */
header {
    border-bottom: 2px solid rgba(141,73,35,0.5);
    position: absolute;
    left: 4.5%;
    top: 0px;
    width: 91%;
    height: 35px;
    /*    background-color: rgba(141,73,35,0.45);    */
}

/* Canvas de telefono */
header hgroup#presentacion canvas#tlf {
    position: absolute;
    left: 10px;
    top: 1px;
}

header hgroup#presentacion div.can {
    position: absolute;
    left: 2%;
    top: 1px;
    width: 155px;
    height: 30px;
}

img#logoTlf {
    width: 32px;
    height: 32px;
}

p#textTlf {
    font-size: 12px;
    font-family: 'Courier New';
    margin: 7px 2px 2px 0;
    float: right;
}

/* Canvas de email */
header hgroup#presentacion canvas#mail {
    position: absolute;
    left: 186px;
    top: 1px;
}

header hgroup#presentacion div.vas {
    position: absolute;
    left: 186px;
    top: 1px;
    width: 185px;
    height: 60px;
}

img#logoMail {
    width: 34px;
    height: 34px;
}

a#textMail {
    font-size: 12px;
    font-family: 'Courier New';
    margin-left: 225px;
}

/* Logotipo de Facebook */
img#logoFB{
    width: 32px;
    height: 32px;
    float: right;
    margin-top: 2px;
}

/* Imagen ADECOV */
header hgroup#cabecera img#logo {
    position: absolute;
    width: 215px;
    height: 150px;
    left: 2%;
    top: 40px;
}

/* Barra de navegacion  */
/* Se muestra el boton al llegar a los 768px de ancho de pantalla (estandar) */
/* Cambiado a traves de "bootstrap.min.css" a 680px. Max-width a 679px */
nav.navbar {
    width: 580px;
    margin: 195px auto 0 auto;
}

a.navbar-brand:hover {
    cursor: default;
}

/* Títilo dentro de la pagina */
h1.titulo {
    text-align:center;
}

/* Galeria de imagenes  */
section.galeria {
    margin: 5px auto 0 auto;
}

.contenedor{
    max-width: 100%;
    width: 580px;
    margin: auto;
}

.slide{
    width: 580px;
    height: 340px;
    background-color: #000;
    text-align: center;
}

.slide .contenedor img{
    width: 580px;
    height: 340px;
}

.slick-dots li button::before{
    font-size: 14px;
}

.slick-dots {
    bottom: -30px;
}

.slick-prev:before, .slick-next:before { 
    display: none;
    font-size: 24px;
}

/*----------------------------------------------------------------------------*/
/* listaAsociados.php */

section.listado {
    width: 65%;
    margin: 3px 0 0 5%;
    float: left;
}

aside.buscador {
    display: block;
    border: 1px solid greenyellow;
    float: right;
    width: 22%;
    height: 350px;
    margin: 3px 6% 0 0;
    background-color: rgba(0,150,0,0.2);
}

aside.buscador h2 {
    text-align: center;
    font-size: 2.1vw;
}

/*----------------------------------------------------------------------------*/
/* contacto.php */
table.informacion {
    margin-left: 5%;
    width: 90%;
}

td.dato {
    font-weight: bold;
}

td.info {
    font-style: italic;
}

table.mapa {
    float:right;
}

iframe#maps {
    width: 90%; 
    height: 450px;
    margin-left: 5%;
}

/*----------------------------------------------------------------------------*/
/* formularioAfiliacion-php */
table.afiliacion {
    margin:auto;
}

/*----------------------------------------------------------------------------*/
/* listaConvenios.php */
section.listado {
    float: left;
    width: 65%;
    margin: 3px 0 0 5%;
}

table.convenio {
    float: left;
    width: 100%;
}