*{
    padding: 0;
    margin: 0;
}
img, a {
    border: none;
    outline: none;
}
div {
    background-color: inherit;
}
body {
    background-image: url(imagenes/bg-white-pattern.png);
    font-family: Helvetica,Futura,Arial,Verdana,sans-serif;
    overflow-y: scroll;
    min-height:100%; /* PARA FIJAR FOOTER */
    position:relative; /* PARA FIJAR FOOTER */
}
html{
    height:100%; /* PARA FIJAR FOOTER */
}
.estructura {
    width: 960px;
    right: 0;
    left: 0;
    margin: auto;
    min-width: 960px;
    overflow: hidden;
    padding: 0px 24px;
}
.centrado {
    text-align: center;
}


/* BARRA SUPERIOR */
.barra_sup {
    line-height: 25px;
    background-color: #3c3c3c;
    height: 25px;
    min-width: 960px;
}
.barra_sup a{
    text-decoration: none;
}
.nav_sup ul {
    font-size: 0px;
}
.nav_sup ul li {
    float: right;
    display: inline-block;
}
.nav_sup a {
    height: 25px;
    font-size: 12px;
    width: 85px;
    display: inline-block;
    text-align: center;
    list-style: none;    
}
.boton3 {
    color: #c1c1c1;
}
.boton3:hover {
    background-color: #2e2e2e;
}
.boton3_on {
    color: #68d2f8;
    background-color: #1c1c1c;
    font-weight: bold;
}
.dgpc {
    font-weight: bold;
}
.diaz_cortez {
    color: white;
    font-size: 18px;
    float: left;
    display: block;
}


/* CABECERA */
.header {
    background-image: url(imagenes/bg-black-pattern-b.png);
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 25px;
    padding-top: 30px;
    min-width: 1008px;
    height: 50px;
}
.header p {
    display: inline-block;
    font-family: "Rajdhani", Arial, sans-serif;
    font-weight: 700;
    font-size: 35px;
    color: #f0f0f0;
}


/* BOTONERA */
.nav ul {
    font-size: 0px;
}
.nav ul li {
    display: inline-block;
    font-size: 15px;
}
.nav ul li::after {
    background: #60c2e6;
    width: 1px;
    height: 40px;
    content: '';
    display: inline-block;
    vertical-align: middle;
}
.nav ul li:last-child:after {
    display: none;
}
.boton {
    color: #f2f2f2;
}
.nav a {
    line-height: 45px;
    font-size: 16px;
    text-decoration: none;
    width: 120px;
    display: inline-block;
    height: 45px;
    text-align: center;
}
.boton:hover {
    background: #65bcdd;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.21);
    color: white;
}
.boton_on {
    background: #57adcc;
    color: white;
    font-weight: bold;
}
.nav {
    border-bottom: solid 3px #57adcc;
    background: #68d2f8;
    min-width: 1008px;
    height: 45px;
}


/* MAIN */
.main {
    margin-top: 30px;
    padding-bottom: 130px; /* PARA FIJAR FOOTER */
}
.secciones {
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px 20px;
    line-height: 1.25em;
    color: #696969;
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
}
.seccion_uno {
    width: 600px;
}
.mail {
    border: none;
    background: transparent;
    width: 175px;
    color: #696969;
}
.seccion_dos {
    margin-top: 50px;
}
.secciones h1 {
    box-shadow: 0 1px white;
    border-bottom: solid 1px #d6d6d6;
    margin-bottom: 15px;
    font-size: 22px;
    font-family: "Rajdhani", Arial, sans-serif;
}
.secciones p {
    font-size: 13px;
    margin-bottom: 12px;
}
.avatar {
    width: 160px;
    border: solid 5px #4e4e4e;
    margin: 0px 10px;
}
.seccion_tres ul li {
    font-size: 19px;
    text-decoration: none;
    display: inline-block;
    margin: 0px 10px;
    font-family: "Rajdhani", Arial, sans-serif;
    font-weight: 500;
    color: white;
    width: 170px;
    background-color: #57adcc;
}
.seccion_tres {
    margin-top: -4px;
}
.mapa1 {
    list-style: none;
    margin-left: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
    font-weight: bold;
    font-size: 13px;
}
.mapa2 {
    font-size: 11px;    
    margin-left: 30px;
    font-weight: 200;
}


/* FOOTER */
.footer {
    position:absolute; /* PARA FIJAR FOOTER */
    bottom: 0; /* PARA FIJAR FOOTER */
    left: 0px;
    right: 0px;
    margin: auto;
    
    /*clear: both;*/
    background-color: grey;
    border-top: solid 2px #57adcc;
    font-size: 10px;
    font-style: italic;
    text-align: center;
    color: #cbcbcb;
    line-height: 140%;
    height: 70px;
    min-width: 1008px;
    
}
.footer p {
    padding-top: 10px;
}