* {box-sizing: border-box;}
body{
  padding-top: 90px;
}
.doble {
   transform: scale(1.7);
}
.icono-gigante {
background-repeat: no-repeat;
display: inline-block;
fill: currentColor;
height: 128px;
width: 128px;
}
.icono-grande {
background-repeat: no-repeat;
display: inline-block;
fill: currentColor;
height: 64px;
width: 64px;
}
.icono-mediano {
background-repeat: no-repeat;
display: inline-block;
fill: currentColor;
height: 32px;
width: 32px;
}
.icono-pequeno {
background-repeat: no-repeat;
display: inline-block;
fill: currentColor;
height: 16px;
width: 16px;
}
h1 {
font-family: Comic Sans MS;/*, cursive;*/
font-size: 24pt;
color: rgb(70, 110, 90) !important;
text-align: center;
}
h2 {
font-family: Comic Sans MS;/*, cursive;*/
font-size: 16pt;
color: rgb(70, 110, 190) !important;
text-align: center;
}
h3 {
font-family: Comic Sans MS;/*, cursive;*/
font-size: 12pt;
color: rgb(70, 110, 190) !important;
text-align: center;
}
h4 {
font-family: Comic Sans MS;/*, cursive;*/
font-size: 10pt;
color: rgb(70, 110, 190) !important;
text-align: center;
}
.cuadrocompleto {
height:100%;
width:100%;
/*display:inline-block;*/
}
.altocompleto {
height:100% !important;
}
.anchocompleto {
width:100%  !important;
}
.cabecera {
background-color: #6699FF;
text-align: center;
}
.textoarriba {
vertical-align:top !important;
}
.activo {
background-color: #99bbff;
}
.hoy {
background-color: #79eD89;
}
.inactivo {
background-color: #a0a095;
}
.festivo {
background-color: #ffB999;
}
.redondo {
-webkit-border-radius: 6px solid black;
-moz-border-radius: 6px solid black;
border-radius: 6px;
border: 2px solid blue;
box-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}
.izquierda {
    float: left !important;
    text-align: left !important;
}
.derecha {
    float: right !important;
    text-align: right !important;
}
.arriba {
    float: top !important;
    vertical-align:top !important;
}
.abajo {
    float: bottom !important;
    vertical-align:bottom !important;
}
.monton { display: inline; }
.contenedor {
 width: 99%; margin: auto auto;padding: 10px; border: 3px outset; border-radius: 5px;
 border-color: rgba(10, 30, 70, 0.7); box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
