/* textos y generales */
/* font-family: 'Ubuntu', sans-serif; */
/* font-family: 'Droid Sans', sans-serif; */

html, body {
  height: 100%;
}

*{
    margin: 0;
    padding: 0;
    overflow: auto;
}

.form{
    font-family: 'Droid Sans', sans-serif;
    color:#666666;
    margin:8rem;
    text-align: center;
    font-family: 'Droid Sans', sans-serif;
    font-size: 1rem;
}
.formi{
    margin:0.5rem 0 2rem 0;
    border-radius: 5px;
    height: 2rem;
    width: 70%;
}

.box{
    margin: auto;
    text-align: center;
}

h1{
    font-family: 'Ubuntu', sans-serif;
    font-size: 1rem;
    color: #666666;
    font-weight: 700;
    text-align: center;
    margin:2rem;
}

h2{
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.8rem;
    color: #666666;
    font-weight: 400;
}

#textex{
    font-family: 'Droid Sans', sans-serif;
    font-size: 0.8rem;
    color:#666666;
    text-align: center;
    margin:auto;
    max-width: 70%;
}

.migas{
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.9rem;
    color: #666666;
    font-weight: 400;
}

#page{
    min-width: 20rem;
    max-width: 30rem;
    background: #e4e9ea;
}

#presentacion{
    margin:3rem 1rem;
}

/* textos y generales */

/* <header> */

header{
    height: 5rem;
    width: 100%;
    background: #ffffff;
    display: block;
}

#header{
    height:5rem;
    overflow: auto;
}

#menu{
    position:relative;
    float:left;
    width: 10%;
    padding:1.8rem 1.8rem 1.8rem 1rem;

}

#logo{
    position:relative;
    float:left;
    width: 35%;
    padding:1.6rem;
}

#calendario{
    position:relative;
    float:right;
    width: 10%;
    padding:1.4rem 0 1.4rem 1.4rem;
}

#migas{
    height:4rem;
    padding:0.5% 0;
}

nav{
    background: #f7f7f7;
    width: 95%;
    height:100%;
    list-style-type: none;
    padding: 0 1rem;
}

ul{
    height: 4rem;
}

.migas{
    float:left;
    text-align: center;
    line-height: 4rem;

}

#contenido{
    background-color: #ffffff;
    margin:0.4rem;
}

#fecha{
    height:17rem;
    border-bottom: solid 1px #e4e9ea;
}

#set{
    min-height: 16rem;
    background: url(../img/banner.jpg);
    background-size: cover;
    display:flex;
}

#cema{
    width:60%;
}

#verde{
    flex:auto;
    align-content: center;
    margin:3rem;
    padding:3rem;
    text-align: center;
    border:solid 2px white;
}

.textofoto{
    color:#ffffff;
    margin:0.3rem;
}

#botonera{
    border-bottom: solid 1px #e4e9ea;
    margin: 0.5rem 0;
}

#bot-sets{
    float:left;
    width: 38%;
    min-height: 1rem;
    border-radius: 5px;
    background-color: #1a5584;
    margin:0.3rem 1%;
    padding: 5%;
}

#bot-equipamiento{
    width: 70%;
    border-radius: 5px;
    background-color: #1a5584;
    margin:3rem auto;
    padding: 1rem;
    text-align: center;
}

#bot-cancela{
    width: 70%;
    border-radius: 5px;
    border: solid 1px #666;
    background-color: none;
    margin:3rem auto;
    padding: 1rem;
    text-align: center;
}

#data{
    margin:1rem;
}

.texto-boton{
    color:#ffffff;
}

a:link {
    color: #666666;
    text-decoration: none;
}

a:visited {
    color: #666666;
}

/* botones */
/* </main> */
/* <footer> */

footer{
    background: #262626;
    padding: 1rem;
}

#footer{
    color: #FFFEF1;
    font-size: 0.3rem;
    text-align: center;
    line-height: 0.7rem;
}

/* </footer> */