@ charset "utf-8";
/* css Document */

*{
margin0;
}

#contenedor { 
    width:960px;
    margin:auto;
    background-color:  white;
}

body { 
    background-color:  white;
     background-image: url("imagenes/fondo.jpg");
    background-repeat: repeat;
    width: 100%;
    border-radius: 7px;

}

header img {
    margin-top:10px;
    margin-left: 30px;
    position: absolute;
}



h2 {
    margin-left: 210px;
    font-size: 30px;
    color: grey;
}

h {
    margin-left: 210px;
    font-size: 26px;
    color: grey;
}

.img1 {
    position: absolute;
    
}
.img2 {
    position: absolute;
    padding-left: 280px;
    
}


.portfolio {
    background color: aqua;
    color: grey;
    margin-left: 48px;
    height: 220px;
    width: 550px;
}
header { 
    background-color: aquamarine;
    position:relative;
    width: 960px;
    height: 90px;
    border-radius: 7px;
    border-left: none;
    margin-top:50px;
}

nav ul {
    list-style: none;
    width: 240px ;
     height: 30px;
    position: absolute;
    top: 20px; 
    left: 162px;    
    
}

nav ul li{
    float: left;
}

nav ul li a{
    
    text-decoration: none;
    display: inline-block;
    color: grey;
       padding: 20px 10px 0 10px;
    font-size: 16px;
    text-transform: uppercase;
}

a {
    text-decoration: none;
    color: grey;
}

nav ul{
        list-style: none;
        display: inline-block;
    
}

.logo {
    width: auto;
    position: absolute;

}


main {
    background-color:white;
    height: 250px;
    margin-top: 20px;
}

.imagen {
    float: left;
    margin-left: 5%;
}


.destacado { 
    font-size: 14px;
    color: grey;
    margin-left: 220px;
    position:absolute;
}

.cursada {
    color: grey;
    font-size: 12px;
    margin-left: 60%;
   } 
    
    
footer { 
    background-color: white;
    height: 40px;
}

.destacadofooter {
    margin-top: auto;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 10px;
    color: grey;
}