@charset"utf-8";
@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,300);
/* CSS Document */

*{
    margin:0;
}

body{
    background-image: url(Imagenes/trama.png);
    background-repeat: repeat;
    height: auto;
    
}
        

nav ul li a{
    text-decoration: none;
    color:white;
    font-family: "roboto", sans-serif;
    font-weight: 700;
    font-size: 18px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin:0;
    text-align: center;

}

nav{
    background-color: #144791;

}


#foto1 li a{
    font-family: "roboto", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color:white;
    text-decoration: none;
    text-align: center;
    background-color: #144791;
    padding-right: 46px;
    padding-left: 45px;
    padding-top: 5px;
    padding-bottom: 5px;
}
   
#foto1 li{
    list-style-type: none;
    width: 100%;
}

#foto1 li a:hover{
    color: #91afce;
}

ul li a:hover{
    color: #91afce;
}

#foto2 li a{
    font-family: "roboto", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color:white;
    text-decoration: none;
    text-align: center;
    background-color: #144791;
    padding-right: 20px;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    
}
   
#foto2 li{
    list-style-type: none;

}

#foto2 li a:hover{
    color: #91afce;
}


ul li a:hover{
    color: #91afce;
}

  
   

h1{
    font-family: "roboto", sans-serif;
    font-weight: 700;
    color: black;
    padding-top: 20px;

}
 
h2{
    font-family: "roboto", sans-serif;
    font-weight: 700;
    color: black;
    padding-top: 20px;
}

h3{
    font-family: "roboto", sans-serif;
    font-weight: 700;
    color: black;
    padding-top: 20px;
    

}

    
    
p{
    font-family: "roboto", sans-serif;
    font-weight: 300;
    color: black;
}
 
span{
    font-weight: 700;
}
    

header{
    width: 100%;
    margin: auto;
    background-color:#91afce;
}
    

#pagina{
    background-color:#91afce;
    width: 60%;
    height:auto;
    margin: auto;
}

#contenedor{
    width: 100%;
    margin: auto;
    
}

#logo{
    padding: 20px;
    width: 111px;
}

#foto1{
    width: 50%;
    margin:auto;
    float:left;
}

#baner{
    margin: 0px;
    float: left;
    padding-top: 20px;
}

#foto2{
    float:right;
}



main{
    width: 539px;
    float: left;
    margin: 40px;
}

aside{
    float: left;
    margin: 20px;
    width: 35%;
}

nav ul{
    overflow: auto;
    list-style-type: none;
    width: 70%;
    margin: auto;
    padding: 0;
}



nav ul li{
    float: left;
    display: inline-block;
    margin: 15px;
    text-align: center;
    
}

#redes_sociales{
    padding: 40px;
    margin: 30px;
   display: inline-block;
    float: left;
}
    

footer{
    background-color:#606060;
    clear:both;

}

span.footer{
    font-family: "roboto", sans-serif;
    font-weight: 300;
    color: white;
    margin: 20px;
    font-size: 12px;
}