html{
  height: 100%;
  padding: 0;
  margin: 0;
}
body { 
  font-size: 13px;
  color:#66696C;
  padding: 0;
  margin: 0;
  width: 100%; 
}
table.tabla_sin {
  border-collapse:collapse;
  border: none;
}
td.celda_sin {
  padding: 0;
}
.blanco {
font-size: 15px;
color: #ffffff;
padding: 5;
margin: 0;
width: 100%;
}
.titulo {
font-size: 25px;
color: #008d3d;
font-weight: bold;
padding: 5;
margin: 0;
width: 100%;
}
.titulo1 {
font-size: 20px;
color: #008d3d;
font-weight: bold;
padding: 5;
margin: 0;
width: 100%;
}
.cumple {
font-size: 40px;
color: #01adbb;
font-weight: bold;
padding: 5;
margin: 0;
width: 100%;
}
.atencion {
font-size: 30px;
color: #01adbb;
font-weight: bold;
padding: 5;
margin: 0;
width: 100%;
}
.entradita {
font-size: 12px;
color: #ffffff;
font-weight: normal;
padding: 5;
margin: 0;
width: 100%;
}
.entradita1 {
font-size: 12px;
color: #000000;
font-weight: normal;
padding: 5;
margin: 0;
width: 100%;
}
.vclaro {
font-size: 15px;
color: #dcdc00;
padding: 5;
margin: 0;
width: 100%;
}
.curvas {
border-radius:5px 5px 5px 5px; 
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 1px solid #000000;
background:#ffffff;
}
.curvas2 {
border-radius:5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 1px solid #ffffff;
background: #0d43af;
}
.curvas21 {
border-radius:5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 1px solid #000000;
background: #008d3d;
}
.curvas3 {
border-radius:5px 5px 5px 5px; 
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
box-shadow: 3px 3px 3px 0px #CCCCCC;
border: 1px solid #5d6b00;
background:#ffffff;
}
.curvas4 {
border-radius:5px 5px 5px 5px; 
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
box-shadow: 3px 3px 3px 0px #CCCCCC;
border: 1px solid #000000;
background:#0d43af;
}
.fecha {
font-size: 14px;
font-weight: bold;
color: #000000;
}
.festivo {
font-size: 14px;
color:#ff0000;
font-weight: bold
}
.navText {
    text-decoration: none;
    text-align: center;
    color: #ffd300;
    height: 20px;
    line-height: 20px;
    font-size: 11pt;
    font-weight: bold;
    font-family: "Quicksand", sans-serif;
    margin-top: -8px;
}
.navText1 {
    text-decoration: none;
    text-align: center;
    color: #0d43af;
    height: 20px;
    line-height: 20px;
    font-size: 11pt;
    font-weight: bold;
    font-family: "Quicksand", sans-serif;
    margin-top: -8px;
}
.navText2 {
    text-decoration: none;
    text-align: justify;
    color: black;
    height: 20px;
    line-height: 20px;
    font-size: 11pt;
    font-weight: bold;
    font-family: "Quicksand", sans-serif;
    margin-top: -8px;
}
.navText3 {
    text-decoration: none;
    color: white;
    height: 20px;
    line-height: 20px;
    font-size: 11pt;
    font-weight: bold;
    font-family: "Quicksand", sans-serif;
    margin-top: -8px;
}
.navText4 {
    text-decoration: none;
    text-align: center;
    color: #555555;
    height: 20px;
    line-height: 20px;
    font-size: 18pt;
    font-weight: bold;
    font-family: "Quicksand", sans-serif;
    margin-top: -8px;
}
.brightness {
    display: inline-block;
}
.brightness img:hover {
	filter: opacity(30%);
}
.btn-flotante {
	font-size: 18px; /* Cambiar el tamaño de la tipografia */
	text-transform: uppercase; /* Texto en mayusculas */
	font-weight: bold; /* Fuente en negrita o bold */
	color: #555555; /* Color del texto */
	border-radius: 5px; /* Borde del boton */
	letter-spacing: 2px; /* Espacio entre letras */
	background-color: #0d43af; /* Color de fondo */
	padding: 18px 25px; /* Relleno del boton */
	position: fixed;
	bottom: 50px;
	right: 120px;
	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	z-index: 99;
}
.btn-flotante:hover {
	background-color: #ffd300; /* Color de fondo al pasar el cursor */
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
	transform: translateY(-7px);
}
@media only screen and (max-width: 600px) {
 	.btn-flotante {
		font-size: 14px;
		padding: 12px 20px;
		bottom: 20px;
		right: 20px;
	}
} 