body { font-family: Arial, sans-serif; margin: 20px; }

h1 { 
margin-bottom: 10px;
background: #bababa;}

#status { 
margin: 10px 0; 
font-style: italic; 
color: #666; }


.cabecera:after{
	content:"";
	display: table;
	clear: both;
}

.salon{
	box-sizing:border-box;
	width: 35%;
	float:left;
	font-size: 72px;
	font-family: arial;
	font-weight: bolder;
	color:#ededed;

}
.nombresalon{
	/* top | right | bottom | left */
margin: 0px 0px 0rem 0px;
padding: 0px 0px 0px 6rem;
font-size: 92px;
line-height: 92px;
font-weight: bolder;
	
}

.logo{
	box-sizing:border-box;
	float:right;
	padding: 1.25rem 2rem 0px 0px;
}


.qs101, .qs102, .qs103, .qs104, .qs105, .qs109, .qs111, .qs115, .qs117{
background-size: cover;
height: 80vh;
}

.qs101{
background-image: url(http://www.arqdis.ibero.mx/blog/wp-content/uploads/Recursos%20taller/Generales/horarios/fondo01.jpg);
}


.qs102{
background-image: url(http://www.arqdis.ibero.mx/blog/wp-content/uploads/Recursos%20taller/Generales/horarios/fondo02.jpg);
}

.qs103{
background-image: url(http://www.arqdis.ibero.mx/blog/wp-content/uploads/Recursos%20taller/Generales/horarios/fondo03.jpg);
}

.qs104{
background-image: url(http://www.arqdis.ibero.mx/blog/wp-content/uploads/Recursos%20taller/Generales/horarios/fondo04.jpg);
}

.qs105{
background-image: url(http://www.arqdis.ibero.mx/blog/wp-content/uploads/Recursos%20taller/Generales/horarios/fondo05.jpg);
}

.qs109{
background-image: url(http://www.arqdis.ibero.mx/blog/wp-content/uploads/Recursos%20taller/Generales/horarios/fondo09.jpg);
}

.qs111{
background-image: url(http://www.arqdis.ibero.mx/blog/wp-content/uploads/Recursos%20taller/Generales/horarios/fondo11.jpg);
}

.qs115{
background-image: url(http://www.arqdis.ibero.mx/blog/wp-content/uploads/Recursos%20taller/Generales/horarios/fondo15.jpg);
}

.qs117{
background-image: url(http://www.arqdis.ibero.mx/blog/wp-content/uploads/Recursos%20taller/Generales/horarios/fondo17.jpg);
}


.scheduler {
border: 3px solid #ccc;
}

  .scheduler .time-label, 
  .scheduler .day-label {
    background: #e9ecef;
    border-bottom: 2px solid #ccc;
    border-right: 2px solid #ccc;
    text-align: center;
    font-weight: bold;
    font-size: 0.85rem;
	  line-height: 3em;
  }

.scheduler-event.short { background: #1987548c;
}
.scheduler-event.long { background: #1987548c;
}

 .scheduler-event {
    background: #198754;
    color: white;
    font-size: 1rem;

  }



