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

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

}

h1{
    color: #ffffff;
    font-weight: 700;
    font-size: 27px; 
    text-align: center;
    padding-top: 10px;
}

.sintenedor{
    width: 90%;
    margin: auto;
    
}

.sintenedor img{
    width: 100%;
    margin: auto;
}

nav{
    width: 100%;
    margin-bottom: 60px;
    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;
}


#fotos {
    margin: auto;
    max-width: 530px;
    text-align: center;  
}

#fotos ul li{
 display: inline-block;
}

#fotos img{
    height: 132px;
    margin: 10.2px; 
    margin-top: 0px;
    margin-bottom: 70px;	
}

#fotos img:hover{
   opacity:.70;
 
}


h2{ 
    color: #45454e;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

h3{ 
    color: #45454e;
    text-align: center;
    font-size: 20px;
    font-style: italic;
    margin-top: 35px;
    margin-bottom: 20px;
    
   
}

.logovilo{
    margin: auto;
    max-width: 530px;
    text-align: center; 
}

.logovilo img{
    height: 50px;
}

main{ 
    margin:auto;
    max-width: 530px;
    margin-bottom: 40px;
    }

main p {
    max-width: 530px;
    color: #45454e;
    text-align : justify;
    font-size: 12px; 
    line-height:20px;
}

aside{
    color: rgba(0, 0, 0, 0.24);
    max-width: 250px;
    font-size: 12px;
    font-style: italic;
    line-height:20px;
    text-align: justify;    
    float: left;
    margin-bottom: 70px;
}

.logodgpc{
    float: right;
}

.logodgpc ul li{
    list-style: none;
}

.logodgpc img{
    height: 55px;
    margin-right: 0px;
    margin-top: 5px;
}

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

.marcado{
    color: #e87f94;
}

#mapa{
    margin-bottom: 20px;
}

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

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