@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Lato:300,400|Open+Sans:400,800,600);

#pagina {
    max-width: 1270px; min-width: 320px;
    margin: 0 auto;
    text-decoration: none;
}

/*------ BODY*/
body {
    background-color: #ffffff;
    display: block;
    margin: 8px;
    margin-top: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    margin-left: 8px;
}


/*------ HEADER*/
header {
    position:relative;
    max-width: 100%; min-width: 320px;
    margin:0 auto;
     }

header a img {
    margin-top: 40px;
    display:block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    height: 300%;
    weight: 40%;
    
} 
#logo {
    weight: 40%:
}

#navegacion {
    background-color: #68d3aa ; 
    border: #68d3aa 1px solid;
    height:50px;
}

#navegacion ul { 
    text-align: center;
    
    
       
}

#navegacion li {
    list-style:none;
    color: aliceblue;
    display: inline-block;
    
    max-width: 2000px; min-width: 20px;
    font-family: sans-serif;
    position: relative;
    top: 50%; 
    text-align: center;
    
}

#navegacion li a {
    color: aliceblue;
    text-decoration: none;
    padding: 25px 25px 25px 25px;
    height:50px;
}

#navegacion li a:hover{
   background-color: #ffffff;
   color: #68d3aa;
 text-decoration: none;
    
    
    
}


/*------ MAPA HOME */
#mapa {
    margin-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

#mapa2{
    background-color: #ffffff;
}

footer {
    max-width: 100%; min-width: 320px;
    clear: both;
    padding-top: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    
}


/*------ FOOTER*/


footer ul li {
        list-style:none;
        float:left;
        width: 16%;
        text-align:center;
        font-size: 10px;
        margin-top: 8px;
    margin-left: auto;
    margin-right: auto
                }

footer li a {
        font-family: sans-serif;
        font-weight: 400;
        text-decoration: none;
        color: #68d3aa;
        }

footer p {
    font-family: sans-serif;
        font-weight: 400;
        text-decoration: none;
        color: gray;
        text-align:center;
        font-size: 7px;
    font-style: italic;
        color: gray;
    float: left;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
        }


/*------ PAGINA CONTACTO*/



#contacto {
    text-align: left;
    color: gray;
    font-family: sans-serif;
    font-size: 16px;
    margin-left: 20px
}


#contacto h3 {
    
    color: #68d3aa;
    font-family: sans-serif;
    text-align: left;
    font-size: 24px;
}

#formulario td img {
    margin-top: 10px;
    display:block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
    height: 500px;
    
}

div a img {
    margin-top: 10px;
    display:block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    height: 100px;
}


