*{
    margin: 0;
    padding: 0;
}




body{
    background: url(../ima/imagen1.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
    
    
}

body.otrofondo{
    background: url(../ima/imagen2.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
    
    
}





header,footer {
    background:none;
    width: 90%;
    max-width: 1000px;
    margin: 20px auto;


}




form{
    width:100%;
    margin: auto;
    color: floralwhite;
    padding:10px 10px10px 10px;




}



.menu{
    width: 100%;
    list-style: none; 
    margin: 50px 0px 0px 150px;
    padding: 0;
    float: left;
    

}

 .menu li{
    
    float: left;
    margin: 20px 20px;
    
    
  
}

    

a{
    text-decoration: none;
    padding: 5px 20px;
    
    

}

a:hover{
    
    background:#000;
    color:#fff;
    text-decoration: underline;
}

a:active{
    background-color: coral;
}
    
.logotipo{
    
   
    width: 100%;
}


img{
    width: 150px;
    height: auto;
    margin: auto;
    display: block;
    border-radius: 5px;
    box-shadow: 5px 5px 0px #424242;
}

footer{
    
       background: #000;
       border-radius: 5px;
       width:30%;
       margin-left: 32%;
       color: #fff;
       clear: both;
       padding: 10px 10px;
       text-align: center;
       display: block;
       order-radius: 5px;
       box-shadow: 5px 5px 0px #424242;
}
    

h2{
    
    margin: 79px 0px 10px 170px;
    font-size: 18px;
}


form.registrarse{
    width: 25%;
    border: 1px solid #ccc;
    margin: 20px
    padding: 20px;
    color: black
    

}


label.registrarse{
    font-size: 12px;
    display:block;
    width:100%;


}

textarea.registrarse{
    resize: vertical;
    max-height: 300px;
    min-height: 100px;
    


}

input.registrarse,textarea.registrarse{
    margin-bottom: 20px;
    width: 100%;
    padding: 7px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizinbg:border-box;
    border-box: 1px solid #ccc;
    
   }
input.registarse[type="submit"]{
    margin-button:0;
    background: #1668c4;
    color:#fff;
    border: none;
    
    }

input[type="submit"]:hover{
     background: #4a88f4;
     cursor: pointer;

}



        
 