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, a.linkeado { 
    color:#64d8c7;
}


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

#cajados{
    height: 100px;
    background: #91C4B3;
    padding-left:70px;
    padding-right: 70px;
    padding-top: 120px;
    padding-bottom: 70px;
}


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

}

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

}




#emergencia{
    font-family: asap, sans-serif;
    font-weight: 700;
    color: #eaeec4;
    font-size: 30px;
    top: 30px;

    text-align: center;
}



#subtitulo{
    font-family: asap, sans-serif;
    font-weight: 400;
    color: #eaeec4;
    font-size: 18px;

    bottom:40px;
    text-align: center;
    
}
/*-----------Fila-----------*/


#crono{
    height: 1800px;
    background: #180f1e;
    padding-left:70px;
    padding-right: 70px;
    padding-top: 50px;
    padding-bottom: 50px;
}

#mes {
    width: 200px;
    height: 160px;
    float: left;
    background-color: #c3c1c2;
    margin-top: 5px;


}

#mes p {
    font-family: asap, sans-serif;
    font-weight: 400;
    font-size: 50px;
    color:#fff;
    margin: 40px;
    margin-top: 45px;
}

#actividades{
    background-color: #eaeec4;
    width: 620px;
    height: 160px;
    float: left;
    margin: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 5px;

}

#actividades p {
    font-family: asap, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color:#180f1e;
    margin: 20px;
    margin-left: 40px;
}


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