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

body nav {
position:fixed;
    height: 75px;
    width: 820px;
    background-color: rgba(0, 0, 0, 0.3);
    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;
}

/*--------------------------*/

#cajatitulo{
    background-color: #322936;
    height: 250px;
    width:960px;
    margin-top: 0;
    float:left;
}

h2 {
    font-family: asap, sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-top: 140px;
}


#tres {
    height: 345px;
    width: 480;
    margin-top: 0;
    float:left;
}



.foto {
    float:left;
    height: 345px;
    width: 480px;
    position: 
}

.fotolarga {
    float:left;
    height: 345px;
    width: 960px;
}

#transparencia {
    width: 480px;
    height: 47px;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    top: 298px;
    z-index: 999;
}


#transparencialarga {
    width: 960px;
    height: 47px;
    background: rgba(100, 216, 199, 0.5);
    position: relative;
    top: 298px;
    z-index: 999;
}

h3 {
    font-family: asap, sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    position:absolute;
    height: 30px;
    left:30px;
}

#transparencialarga h3{
    font-family: asap, sans-serif;
    font-weight: 400;
    color: #322936;
    font-size: 16px;
    position:absolute;
    height: 30px;
    left:30px;
    botom:5px;
}

/*-----------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;
    color:#fff;
}

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