@charset "utf-8";

.borde_celeste_round {
	background-color: #e4f2ff;
	border: 2px solid #3c9bf7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-radius: 10px;
	-webkit-transition: text-shadow 10s ease-out 10s;
	-moz-transition: text-shadow 10s ease-out 10s;
	-ms-transition: text-shadow 10s ease-out 10s;
	-o-transition: text-shadow 10s ease-out 10s;
	transition: text-shadow 10s ease-out 10s;
}
.borde_celeste_round_arriba {
	background-color: #e4f2ff;
	border: 2px solid #3c9bf7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-radius: 10px 10px 0 0;
	-webkit-transition: text-shadow 10s ease-out 10s;
	-moz-transition: text-shadow 10s ease-out 10s;
	-ms-transition: text-shadow 10s ease-out 10s;
	-o-transition: text-shadow 10s ease-out 10s;
	transition: text-shadow 10s ease-out 10s;
}
.borde_celeste_round_abajo {
	background-color: #e4f2ff;
	border: 2px solid #3c9bf7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-radius: 0 0 10px 10px;
	-webkit-transition: text-shadow 10s ease-out 10s;
	-moz-transition: text-shadow 10s ease-out 10s;
	-ms-transition: text-shadow 10s ease-out 10s;
	-o-transition: text-shadow 10s ease-out 10s;
	transition: text-shadow 10s ease-out 10s;
}
.borde_celeste_round_pix_bottom {
	background-color: #e4f2ff;
	border: 2px solid #3c9bf7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-radius: 10px;
	margin-bottom: 5px;
	-webkit-transition: text-shadow 10s ease-out 10s;
	-moz-transition: text-shadow 10s ease-out 10s;
	-ms-transition: text-shadow 10s ease-out 10s;
	-o-transition: text-shadow 10s ease-out 10s;
	transition: text-shadow 10s ease-out 10s;
}
.titulo14pxAzulTenueRound {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-radius: 10px;
	background-color: #55678F;
	text-align: center;
	font-variant: normal;
	color: #FFFFFF;
	font-weight: bold;
	-webkit-transition: text-shadow 10s ease-out 10s;
	-moz-transition: text-shadow 10s ease-out 10s;
	-ms-transition: text-shadow 10s ease-out 10s;
	-o-transition: text-shadow 10s ease-out 10s;
	transition: text-shadow 10s ease-out 10s;
}
.titulo14pxazulTenue_round_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-radius: 10px 10px 0 0;
	background-color: #55678F;
	text-align: center;
	font-variant: normal;
	color: #FFFFFF;
	font-weight: bold;
	-webkit-transition: text-shadow 10s ease-out 10s;
	-moz-transition: text-shadow 10s ease-out 10s;
	-ms-transition: text-shadow 10s ease-out 10s;
	-o-transition: text-shadow 10s ease-out 10s;
	transition: text-shadow 10s ease-out 10s;
}
.titulo14pxVerde_round_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-radius: 10px 10px 0 0;
	background-color: #006667;
	text-align: center;
	font-variant: normal;
	color: #FFFFFF;
	font-weight: bold;
	-webkit-transition: text-shadow 10s ease-out 10s;
	-moz-transition: text-shadow 10s ease-out 10s;
	-ms-transition: text-shadow 10s ease-out 10s;
	-o-transition: text-shadow 10s ease-out 10s;
	transition: text-shadow 10s ease-out 10s;
}
.titulo12pxazulTenue_round_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-radius: 10px 10px 0 0;
	background-color: #55678F;
	text-align: center;
	font-variant: normal;
	color: #FFFFFF;
	font-weight: bold;
	-webkit-transition: text-shadow 10s ease-out 10s;
	-moz-transition: text-shadow 10s ease-out 10s;
	-ms-transition: text-shadow 10s ease-out 10s;
	-o-transition: text-shadow 10s ease-out 10s;
	transition: text-shadow 10s ease-out 10s;
}