html, body {
    height:100%;
    min-height: 450px;
    background-color: #fff;
    padding:0;
    margin:0; }

#container {
    margin: 0; }

#content_superior {
    margin: 0; }

#content_central {
    margin: 0; }

#content_fachada {
    padding-bottom: 20px; }

#content_inferior {
    margin: 0 0 20px 0; }

#logo_muta, #logo_sc {
    height: auto;
    text-align: center; }

#logo_muta_1 {
    height: auto;
    text-align: right;
    width: 50%; }

#logo_sc_1 {
    height: auto;
    text-align: left;
    width: 50%; }

.imagen_logo_muta, #imagen_logo_sc {
    height: auto; }

#fachada {
    height: auto;
    margin: 0 auto;
    text-align: center; }

.button {
    background-color: #A0492D;
    border: none;
    border-radius: 15px;
    color: white;
    padding: 5px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer; }

.button:hover {
    background-color: #993300;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.28); }

.txt_reservas {
    font-family: 'Stardos Stencil', sans-serif;
    font-size: 0.85rem;
    font-weight: 200;
    color: white; }

#contacto, #horarios {
    height: auto; 
    margin: 0 auto;
    padding-bottom: 0;
    text-align: center;
    font-family: 'Stardos Stencil', sans-serif;
    font-size: 1rem;
    font-weight: 200; }

#horario2 {
    padding-bottom: 10px; }

.titulo, .texto {
    margin-bottom: 5px; }

.title {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 300;
    color: #000;
    margin-bottom: 10px; }

.txt {
    font-size: 0.8rem;
    font-weight: 200;
    color: #000;
    margin-bottom: 10px; }

#separador {
    font-family: 'Stardos Stencil', sans-serif;
    font-size: 0.8rem;
    font-weight: 200;
    color: #000;
    display: none; }

a {
    text-decoration: none;
    color: #000; }

a:hover {
    text-decoration: none;
    color: #993300; }


@media only screen and (max-width:600px) { 

/* 
#content_superior {
    height: 10%; }
    
#content_central {
    height: 40%; } 
*/
    
.fachada_muta {
    width: 100%; }
    
#content_inferior {
    height: auto;
    display : block; }

.imagen_logo_muta, #imagen_logo_sc {
    width: 70%; }
    
#contacto, #horarios {
    width: 100%; }

#contacto {
    margin-bottom: 20px; }
    
#horario1, #horario2 {
    width: 100%; }
    
#horarios {
    padding-bottom: 0; }
     
}

 @media only screen and (min-width:601px) { 

/* 
#content_superior {
    height: 15%; }
     
#content_central {
    height: 60%; }
     
#content_fachada {
    height: 5%; } 
*/
     
.imagen_logo_muta, #imagen_logo_sc {
    width: 60%; }
    
#content_inferior {
    display : block; 
    height: 20%; }
     
.fachada_muta {
    width: 80%; }
     
 }

 @media only screen and (min-width:769px) { 

/*
#content_superior {
    height: 15%; }
*/
     
.imagen_logo_muta {
    width: 40%; }
     
#imagen_logo_sc {
    width: 40%; }
     
#content_inferior, #content_reservas, #content_central_1 {
    display : flex;
    align-items : flex-end; }
     
#content_fachada {
    padding-bottom: 0; }
     
#fachada {
    width: 100%; }
     
#contacto, #horarios {
    width: 50%; }
     
#horario1, #horario2, #horario3, #horario4 {
    width: 100%; }
     
#horario2 {
    padding-bottom: 0; }
     
#horario1, #horario3 {
    text-align: center; }

#horario2, #horario4 {
    text-align: center; }
     
#separador {
    display: block;
    width: 4%; }
    
 }