@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic|Quattrocento:400,700);

body {
    font-family: 'Lato', sans-serif;
    background: #fff;
    margin: 0;
    padding: 0;
}

   h1 {
    color: #d59f4c;
    margin-left: 10px;
   clear: both;
    font-family: "Quattrocento", serif;
   text-align: left;
}

   p {
       margin: 10px;
}


nav {
    width: 960px;
    margin: 0 auto;
    color: #aba7a7;
    padding: 0;
}
main {
    width: 960px;
    margin: 0 auto;
}
header{
    width: 100%;
    margin: 0 auto;
    height: 110px;
}

ul li {
    list-style: outside none none;
    float: left;
    padding-right: 25px;
}

ul li a {
    text-decoration: none;
    color: #aba7a7;
    font-family: 'Quattrocento', serif;
    font-size: 11pt;
}



ul {
    box-sizing: border-box;
    float: right;
    margin: 43px 0 0 27px;
    padding: 0;
    width: 82%;
}

footer {
    color: #8d8989;
    font-family: 'Quattrocento', serif;
    text-transform: uppercase;
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto;
    width: 960px;
    font-size: 11pt;
}

#logo{
    float: left;
     box-sizing: border-box;
    width: 12%;
}

.lista2 a{
    font-weight: 300;
    color:#f0bd6e;
    padding: 10px;
    font-family: "Lato", sans-serif;
    border: 1px solid #f0bd6e;
    font-size: 10pt;
}
.lista3 a{
    margin-right: 30px;
}

#perfil{
    background: url("Imagenes/DC.jpg");
    height: 300px;
    clear: both;
    width: 100%;
    position: relative;
    display: table;
    z-index: 0;
    position: relative;
}

#redes{
    display: table-cell;
    vertical-align: middle;
    width: 50px;
    line-height: 10px;
}

h6{
    padding:35px 5px; 
    font-size: 6pt;
}
#botones{
    margin-top: -50px;
    z-index: 2;
    position: relative;
}

.boton img{
    width: 50%;
    float: left;
    height: auto;
}

#rotulo{
    clear: both;
    width: 100%;
    margin-bottom: 5px;
    height: 356px;
    overflow: hidden;
    background: url("Imagenes/fondo.jpg");
}

#rotulo div{
    width: 50%;
    float: left;
    height: 100%;
    display: table;
    position: relative;
    text-align: center;
    padding:50px;
    box-sizing: border-box;
}

h2{
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-style: italic;
    font-weight: 300;
    font-size: 15pt;
}

#rotulo p{
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-weight: 300;
    font-size: 11pt;
}

#mapa img{
    max-width: 100%;
    height: auto;
}