@charset "utf-8";
@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700|Lato:400,400i,700,900';
/* holii */
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
html {
    font-size:12px;
    font-family:'lato', sans-serif ;
    font-weight: 400;
}

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

button>a{
    text-decoration:none;
    color:#f0f1f5;
}

body {
    background-color: #f0f1f5;
    font-size:1.6rem;
}

.bodyprincipal {
    background-color: #cccccc;
    font-size:1.6rem;
}

.elvira img{
    width: 100%;
    margin: 3em auto;
}


nav {
    background-color: #3869b2;
    height: 2em;
}

nav li{
    float:left;
    list-style: none;
    margin-left:20px;
}
#hamburguesa{
    float:right;
    margin-right:20px;
}

#botonvolver a{
    color:#f0f1f5;
    border-right:2px solid #f0f1f5;
    padding-right:12px;
}

nav a{
    color: #f0f1f5;
    font-family: "Lato";
    font-weight: 900;
    font-size: 1.2em;
    line-height: 1.7em;
    
}

h1{
    color:#6577b7;
    font-family:'lato', sans-serif;
    font-weight: 900;
    text-align: center;
    margin-top:20px;
    font-size:2em;
}

h2{
    color:#9e2a5f;
    color:#wl9e2a5f;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-top:30px;
    font-size:1.5em;
}

.bienvenidos h2{
    color:#9e2a5f;
}

h3{
    color:#2f303a;
    font-family: "lato";
    font-weight: 700;
    text-align: center;
    margin-top:15px;
    font-size:0.9em;
}
h4{
    color:#2f303a;
    font-family: "lato";
    font-weight: 400;
    text-align: center;
    font-size:0.9em;
}

h5{
    color:#e8404a;
    text-align: center;
    font-size:0.7em;
}

#pagina {
    width:80%;
    margin:auto;
}

#pagina90 {
    width:85%;
    margin:auto;
}

#usuario, #contrasena {
    width: 100%;
    padding: 8px 12px;
    margin-top: 15px;
    display: inline-block;
    border: 2px solid #6577b7;
    border-radius: 15px;
    background-color: transparent;
    font-size:18px;
    font-family:'lato', sans-serif ;
    font-weight: 400;
    
}


.botongrande{
    width: 100%;
    background-color: #6577b7;
    color: white;
    padding: 10px 12px;
    margin: 15px 0;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    font-size:18px;
    font-family:'Open+Sans', sans-serif ;
    font-weight: 400;
}

.botonchico{
    width: 100%;
    background-color: #3a566e;
    color: white;
    padding: 5px; 
    margin-top:20px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    font-size:15px;
    font-family:'lato', sans-serif ;
    font-weight: 400;
}

#formularioingreso{
    margin-bottom: 30px;
}

.pie{
    font-size: 0.6em;
    text-align:center;
    border-top:1px solid #a39a9a;
    padding:15px;
}

.botondetexto{
    text-align: center;  
    font-size: 0.7em;
}


main{
    margin-top: 1em;
}

article{
    width:50%;
    float:left;
    margin-left:0;
    margin-right:0;
    background-color: #f0f1f5;
    padding-top:.8em;
    padding-bottom:.8em;
    text-align: center;
}

.textoeventos{
    background-color: rgba(255, 0, 0, 0);
    width:90%;
    padding-top:.2em;
    float:none;
    margin:0 auto;
    
}

.proximoseventos p{
    font-family: 'Montserrat', sans-serif;
    background-color: #9e2a5f;
    color:#f1f2eb;
    height: 2em;
    text-align: center;
    line-height: 1.9em;
}

.textoeventos figure img{
    width: 15em;
    margin-left:-10%;
    margin-top:2.7em;
}

article p{
    color: #405377;
    font-size:0.9em;
    text-align: center;
    font-weight: 700;
}

article figure{
    width: 3.5em;
    margin: .3em auto;
    
}

.textoeventos figure {
    width: 15em;
    margin-top: 0;
}

article{
    background-color: #f0f1f5;
  
}

.articleborder article{
    border:1px solid #cccccc;
}


article h1{
    color:#9e2a5f;
    font-size:1.2em;
    font-family: 'Montserrat', sans-serif;
    margin:0;
}

article h2{
    color:#3869b2;
    font-size:.9em;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    margin-top:0.3em;
}

article h3{
    color:#3869b2;
    margin:0;
    margin-top:0.5em;
    font-weight: 400;
}

.siguiente{
    color:#b4a9a9;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.menufixed{
    position:fixed;
    width:100%;
    top:0;
    left:0;
}