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 {
    
    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;
}





/*-------------TEXTO-------------*/





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

}



#cajatres{
    height: 600px;
    padding-left:70px;
    padding-right: 70px;
    padding-bottom: 0px;
    background-image: url(imagenes/formulario5-01.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

body #foto{
   position: absolute;
    width: 960px;

}

#participar{
    font-family: asap, sans-serif;
    font-weight: 700;
    color: #54b9ac;
    font-size: 30px;
    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;
    border-bottom: 1px solid #180f1e;
    text-decoration: none;

}

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



/*-----------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;
}
