*{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

body {
    height: 100%;
    background-image: url(imagenes/farmer.png);
    background-color: #ffffff;
    margin: 0 auto;
    font-size: 16px;
}

header{ 
    background-image: url(imagenes/stardust.png);
    background-color: #45454e;
    width: 100%;
    height: 160px;
    margin-top: 0px;
    border-bottom: 10px solid #909090;

}

.logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;

}

nav{
    width: 100%;
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.72)
    
}

nav ul{
    list-style: none;
    text-align: center;
}

nav ul li{ 
    display: inline-block;
    text-align: center;
    font-weight: 700;
    
}

nav ul li a{
    color: #8d8d8d;
    margin: auto; 
    margin: 40px;
    padding: 0px;
    text-decoration: none;
}

nav ul li a:hover{
    color: #ce7485;
}

nav > li{
    float: left
}

nav li ul{
    background-color: rgb(234, 234, 234);
    border: 2px solid #939393;
    display:none;
    margin-top: 2px;
    position:absolute;
    max-width: 200px;
    text-align: left;
    font-size: 13px;
}

nav li ul li{
    color: #8d8d8d;
    margin-top: 2px;
}
.marcado{
    color: #e87f94;
}

nav li:hover > ul{
    display: block;
}

.contenedor{
    width: 100%;
    max-width: 530px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 100px;
}

.contenedor h1{
    color: #464646;
    margin-bottom: 30px;
}

main{
    float: right;
    width: 100%;
    max-width: 280px;
    margin-bottom: 40px;
}

.perfil{
    float: left;
    height: 367px;
    width: 247px;
}

.bloque1{
    display: block;
    float: left;
    background-color: #3b3b3b;
    margin-bottom: 3px;
    width: 100%;
    max-width: 260px;
    padding: 10px;
}

.bloque1  p{
    color: #eff0ea;
    font-weight: 300;
    font-size: 15px; 
    text-align: left;
}

.bloque2 ul{
    list-style: none;
    display: block;
    float: left;
    background-color: #b5b5b5;
    margin-bottom: 3px;
    width: 100%;
    max-width: 260px;
    max-height: 100px;
    padding: 10px;

}

.bloque2 ul li{
    color: #555555;
    line-height: 16px;
    font-weight: 300;
    font-size: 12px; 
    text-align: left;
}

.social{
    width: 100%;
}

.social ul{
    list-style: none;
    text-align: center;
    opacity: 0.3;
    width: 100%;
}

.social img{
    width: 40px;
    display: inline-block;
}

.social ul li{ 
    display: inline-block;
    text-align: center;
    margin: 10px;
}

.social ul li a:hover{
    opacity: 0.7;
}

.propuesta{
    float: left;
    width: 300px;
    margin-bottom: 100px;
}

.mainpropuesta{
    max-width:210px;
    float: right;
    margin: 5px;
    margin-top: 0px;
    padding: 5px;
    padding-top: 0px;
}

.mainpropuesta h2{
    color: #e5e5e5;
    
}

.mainpropuesta p{
    color: #585858;
    font-size: 12px;
    padding: 4px;
    padding-left: 0px;
}
.bloque4 {
    background-color: #575757;
    padding: 10px;    
}


.bloque3 {
    padding: 10px;
    background-color: rgba(206, 201, 201, 0.34);
    margin-bottom: 5px;
    padding-bottom: 6px;
}

footer{ 
    clear: both;
    background-image: url(imagenes/stardust.png);
    width: auto;
    height: 85px;
}

footer p{
    color: rgba(255, 255, 255, 0.58);
    padding: 20px;
    max-width: 530px;
    text-align: center; 
    font-size: 12px;
    margin: auto;   
}