@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);

body{
    font-family: "open sans" , sans-serif;
    background-image: url(imagenes/line.png);
    width: 100%;
    


}


main{
    background-color: #fff;
  
}

header{
    padding-left: 20px;
   
    float:left;
    width: 100%;
    background-color: #443E3E;
    font-family: "open sans";
    font-size: 30pt;
    color: #fff;
    text-align: left;

    padding-top: 15px;
    padding-bottom: 15px;
    

}




nav{
    
    width:100%;
    float: right;
    height: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
    border-top-style:groove;
    border-bottom-style:groove;
    border-width: thin;
}

ul li{
    text-decoration: none;
    list-style: none;
    display: inline-block;
    float: right;
    margin-left: 2%;

}


a:link{
    text-decoration: none;
    color: black;


}

a:hover{
    background-color: #FF00B7;
    color: #FFF;
    text-decoration: none;
   }

footer{
    width: 100%;
    border-top-style:groove;
    background-color: #443E3E;
    text-align: center;
    margin-top: 100px;
    font-family: "open sans";
    font-size: 8pt;
    color: #fff;
    margin-bottom: 70px;
    padding-bottom: 50px;
    float: right;
    border-width: medium;

}



#andrea{
    padding-top: 10px;
    padding-left: 80px;
   

}



h1{

    padding-top: 30px;

}


#contenedor{
    margin-top:  70px;
    height: 80%;
    background-color: #fff;}