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

html, body {
  height: 100%;
}

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

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

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

p{
    font-family: 'Droid Sans', sans-serif;
    font-size: 0.6rem;
    color:#666666;
}

.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: 92%;
    height:100%;
    list-style-type: none;
    padding: 0 1rem;
}

ul{
    height: 100%;
}

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

}
/*
#contenido{
    background-color: #ffffff;
    margin:0.4rem;
}
*/
#contenido{
    margin: 0.5rem 0;
    min-height: 30rem;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    flex-wrap: wrap;
}

.equipo{
    flex: 1 1 10%;
    order: 0;
    -webkit-flex: 1 1 10%
    -webkit-order: 0;
    display: flex;
    flex-direction: row;
    background: #ffffff;
    padding: 0;
    margin: 0.3rem;
    line-height: 1rem;
}

.equipo img{
    height: 50%;
}

.descripcion{
    padding:1.6rem;
}

#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{
    float:right;
    width: 38%;
    min-height: 1rem;
    border-radius: 5px;
    background-color: #1a5584;
    margin:0.3rem 1%;
    padding: 5%;
}

#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> */