<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.sorting_disabled {
	background-image: none !important;
}
.text_rosa{
	font-size: 12px;
	font-weight: bold;
	color: coral;
	text-transform: uppercase;
}
.text_violeta{
	font-size: 12px;
	font-weight: bold;
	color: darkviolet;
	text-transform: uppercase;
}
.text_verde{
	font-size: 12px;
	font-weight: bold;
	color: #037002;
	text-transform: uppercase;
}
.text_naranja{
	font-size: 12px;
	font-weight: bold;
	color: #E06607;
	text-transform: uppercase;
}
.text_red{
	font-size: 12px;
	font-weight: bold;
	color: red;
	text-transform: uppercase;
}
.text_yellow{
	font-size: 12px;
	font-weight: bold;
	color: #C79502;
	text-transform: uppercase;
}
.parpadea {
	animation-name: parpadeo;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-name: parpadeo;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
}
 @-moz-keyframes parpadeo {
 0% {
opacity: 1.0;
}
 50% {
opacity: 0.0;
}
 100% {
opacity: 1.0;
}
}
 @-webkit-keyframes parpadeo {
 0% {
opacity: 1.0;
}
 50% {
opacity: 0.0;
}
 100% {
opacity: 1.0;
}
}
 @keyframes parpadeo {
 0% {
opacity: 1.0;
}
 50% {
opacity: 0.0;
}
 100% {
opacity: 1.0;
}
}

.carousel-caption {
	padding: 5px;
}
.carousel-caption h2 {
    background-color: #33747a;
	padding: 8px 15px 6px;
	border-radius: 2px;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: none;
	color: #ffffff;
	line-height: 1;
	margin-bottom: px;
	display: table;
	
}
.carousel-caption p {
	display: table;
	background-color: #0f1112;
	padding: 3px 10px;
	border-radius: 2px;
	font-size: 12px;
	color: #ffffff;
	text-align: left;
	
}
</pre></body></html>