.let_rojo {color: #EE1E1E;}
.let_roja{color: #FF2121;}
.let_verde{color: #00DE3F;}
.let_oscura {color: #000; font-weight: bold;}
.let_clara {color: #fff; font-weight: bold;}

.img_encerra {width: 140px;max-height: 140px;border: 1px;border-color: #fff;}
.img_encerra img {max-width: 100%;max-height: auto;}
.img_encerra2 {width: 180px;height: 120px;border: 1px;border-color: #fff;}
.img_encerra2 img {max-width: 100%;height: auto;}
.img_encerra3 {border: 1px;border-color: #fff;}
.img_encerra3 img {max-width: 100%;max-height: 100%;}
.img_encerra4 {max-height: 90px;max-height: 90px;border: 1px;border-color: #fff;}
.img_encerra4 img {max-width: 100%;max-height: 60px;}
.img_encerra5 {max-height: 190px;max-height: 190px;border: 1px;border-color: #fff;}
.img_encerra5 img {max-width: 100%;max-height: 160px;}
.img_encerra6 {border: 1px;border-color: #fff;}
.img_encerra6 img {max-width: 100%;max-height: 160px;}

.clockdate-wrapper {
	width:100%;
	text-align:center;
	margin:0 auto;
}
#clock{
	font-family: sans-serif;
	font-size:15px;
	color: #626262;
	display: inline-block;
	font-weight: 600;
}
#clock span {
	margin-left: 0.2rem;
	font-size:10px;
}
#date {
	font-size:11px;
	margin-left: 0.2rem;
}

.borde_gris {border: 1px solid rgba(99,131,135,0.3);border-radius: 4px;}
.clearfix:before, .clearfix:after {content: " ";display: table;}
.clearfix:after {clear: both;}
.borde_extra {border: 1px solid #dbdedf;border-radius: 10px 10px 10px 10px;-moz-border-radius: 10px 10px 10px 10px;-webkit-border-radius: 10px 10px 10px 10px;}
.linea_hr {
	width: 100%;
	border-bottom: 2px solid #E6E9ED;
	padding: 1px 5px 6px;
	margin-bottom: 10px;
}
.let_cambia{color: #5fb727;font-weight: bold;font-size: 20px;margin-left: 25px;}
.fondo_verde {background-color: #24d2b5; }
.fondo_rojo {background-color: #ff5c6c; }
.Fondo_gris_light {
	background: rgba(254,254,254,0.81);
	background: -moz-linear-gradient(top, rgba(254,254,254,0.81) 0%, rgba(246,249,250,0.91) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,0.81)), color-stop(100%, rgba(246,249,250,0.91)));
	background: -webkit-linear-gradient(top, rgba(254,254,254,0.81) 0%, rgba(246,249,250,0.91) 100%);
	background: -o-linear-gradient(top, rgba(254,254,254,0.81) 0%, rgba(246,249,250,0.91) 100%);
	background: -ms-linear-gradient(top, rgba(254,254,254,0.81) 0%, rgba(246,249,250,0.91) 100%);
	background: linear-gradient(to bottom, rgba(254,254,254,0.81) 0%, rgba(246,249,250,0.91) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f6f9fa', GradientType=0 );
}
.borde_gris_Sombra {
	border-radius: 30px 30px 30px 30px;
	-moz-border-radius: 30px 30px 30px 30px;
	-webkit-border-radius: 30px 30px 30px 30px;
	border: 2px solid rgba(99,131,135,0.3);border-radius: 4px;
	-webkit-box-shadow: 8px 8px 5px -5px rgba(0,0,0,0.32);
	-moz-box-shadow: 8px 8px 5px -5px rgba(0,0,0,0.32);
	box-shadow: 8px 8px 5px -5px rgba(0,0,0,0.32);
}
.caja_impresion {
	padding: 0.75rem 1.25rem;
	margin-bottom: -1px;
	border: 1px solid rgba(34, 41, 47, 0.125);
	background-color: #f8f8f873;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
}