header, footer, aside, nav, hgroup, article, section { display: block; }
@import url(https://fonts.googleapis.com/css?family=Asap:400,400italic,700,700italic);


    
body {
    width: 960px;
    margin: 0 auto;
}
    

/*-------------NAVEGADOR-------------*/

body nav {
    position: fixed;
    height: 75px;
    width: 820px;
    background-color: rgba(0, 0, 0, 0.5);
    padding-left: 70px;
    padding-right: 70px;
    z-index: 999;
}


body nav img {
    margin-top: 24px;
    float:left;
}

body nav ul {
    margin-top: 40px;
    float: right;
    padding: 0;
}


body nav ul li {
    float: left;
    color: #fff;
    font-family: asap, sans-serif;
    font-weight: 400;
    font-size: 12px;
    margin-right: 40px;
    text-decoration: none;
    list-style-type: none;
}

#contacto {
    margin-right: 0;
}


a {
    text-decoration: none;
    color: #fff;
}

a:hover { 
    color:#64d8c7;
}

a:hover, a.linkeado { 
    color:#64d8c7;
}

/* -------------titulo------------- */

#cajados{
    height: 700px;
    background: #eaeec4;
    padding-left:70px;
    padding-right: 70px;
    padding-top: 100px;
    padding-bottom: 70px;
}

#cajados img{
    width: 120px;
    height: 120px;
    margin-left:350px;
    
}

h2{font-family: asap, sans-serif;
    font-weight: 700;
    color: #322936;
    font-size: 30px;
    margin-bottom: -5px;

}

h3 {
    font-family: asap, sans-serif;
    font-weight: 700;
    color: #322936;
    font-size: 18px;

}




#emergencia{
    font-family: asap, sans-serif;
    font-weight: 700;
    color: #686057;
    font-size: 30px;
    top: 30px;
    bottom:20px;
    text-align: center;
}



#subtitulo{
    font-family: asap, sans-serif;
    font-weight: 400;
    color: #686057;
    font-size: 18px;
    top: 50px;
    bottom:20px;
    text-align: center;
    
}


/* -------------Formulario------------- */

.formulario{
    position: relative;
    width: 773px;
    margin-left:auto;
    margin-right: auto;
    margin-top: 50px;
}



input{
    margin-right: 40px;
    margin-left: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
    border: 0;
    text-decoration: none;

}

#mensaje {
    margin-right: 40px;
    margin-left: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
    border: 0;
    text-decoration: none;
    width: 680px;
    padding-bottom: 80px;
}

.formulario .boton{ 
    clear:both;
    border: 0.1; 
    border-color: rgba(0, 0, 0, 0.3);
    background:rgba(0, 0, 0, 0.5); 
    color: #fff; 
    padding: 5px 5px; 
    border-radius: 3px; 
    cursor: pointer; 
    margin-top: 30px;
    font-family: asap, sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-left:350px;
}



/*-----------FOOTER-----------*/

.footer {
    float:left;
    margin-top:0px;
    height: 170px;
    width: 730px;
    margin-bottom: 0;
    background-color: #180f1e;
    padding-left: 115px;
    padding-right: 115px;
    color: #fff;
}

#funo {
    margin-left:55px;
    margin-top:-20px;
}


#funo li {
    float: left;
    font-family: asap, sans-serif;
    font-weight: 400;
    font-size: 12px;
    margin-right: 30px;
    margin-top:50px;
    text-decoration: none;
    list-style-type: none;
}

#fdos {    
    float: left;
    font-family: asap, sans-serif;
    font-weight: 400;
    font-size: 10px;
    margin-left: 140px;
    margin-top:40px;
    text-align: center;
}

#ftres {    
    float: left;
    font-family: asap, sans-serif;
    font-weight: 400;
    font-size: 10px;
    margin-left: 0px;
    margin-top:5px;
    text-align: center;
}

