/* 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;
}

/* 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;
}

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

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

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

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

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

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

#bot-calendario{
    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 */

#bots{
    min-height: 30rem;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    flex-flow: row;
    flex-wrap: wrap;
}

#film{
    flex: 1 1 40%;
    order: 0;
    -webkit-flex: 1 1 40%
    -webkit-order: 0;
    background: #fff;
    margin: 1rem;
    display:flex;
    flex-direction: column;
}

#film img{
    width:100%;
}

#subfilm{
    margin:0.4rem;
}

#subfilm h1{
    padding: 0.5rem 0;
    border-bottom: solid 1px #e4e9ea;
}

#subfilm p{
    padding: 0.5rem 0;
}

#ani{
    flex: 1 1 40%;
    order: 1;
    -webkit-flex: 1 1 40%
    -webkit-order: 1;
    background: #fff;
    margin: 1rem;
    display:flex;
    flex-direction: column;
}

#ani img{
width:100%;
}

#subani{
    margin:0.4rem;
}

#subani h1{
    padding: 0.5rem 0;
    border-bottom: solid 1px #e4e9ea;
}

#subani p{
    padding: 0.5rem 0;
}

#edi{
    flex: 1 1 40%;
    order: 2;
    -webkit-flex: 1 1 40%
    -webkit-order: 2;
    background: #fff;
    margin: 1rem;
    display:flex;
    flex-direction: column;
}

#edi img{
    width:100%;
}

#subedi{
    margin:0.4rem;
}

#subedi h1{
    padding: 0.5rem 0;
    border-bottom: solid 1px #e4e9ea;
}

#subedi p{
    padding: 0.5rem 0;
}

#cast{
    flex: 1 1 40%;
    order: 3;
    -webkit-flex: 1 1 40%
    -webkit-order: 3;
    background: #fff;
    margin: 1rem;
    display:flex;
    flex-direction: column;
}

#cast img{
    width:100%;
}

#subcast{
    margin:0.4rem;
}

#subcast h1{
    padding: 0.5rem 0;
    border-bottom: solid 1px #e4e9ea;
}

#subcast p{
    padding: 0.5rem 0;
}

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

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

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