@charset "utf-8";
/* CSS Document */

.borde_gris_round {
	background-color: #e4f2ff;
	border: 2px solid #AABACA;
	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_verdeagua_round {
	background-color: #D2E8EE;
	border: 2px solid #439BB7;
	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;
}

.titulo12pxverdeagua_centro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #439BB7;
	color: #FFF;
	text-align: center;
}
.titulo12pxverdeagua_round_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-radius: 10px 10px 0 0;
	background-color: #439BB7;
	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;
}
.titulo12pxverdeagua_round_top_izq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-radius: 10px 0 0 0;
	background-color: #439BB7;
	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;
}
.titulo12pxverdeagua_round_top_der {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-radius: 0 10px 0 0;
	background-color: #439BB7;
	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;
}

.titulo12pxgrisclaro_centro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #AABACA;
/*	color: #FFFFFF;*/
	text-align: center;
}
.titulo12pxgrisclaro_round_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-radius: 10px 10px 0 0;
	background-color: #AABACA;
	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;
}
.titulo12pxgrisclaro_round_top_izq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-radius: 10px 0 0 0;
	background-color: #AABACA;
	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;
}
.titulo12pxgrisclaro_round_top_der {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-radius: 0 10px 0 0;
	background-color: #AABACA;
	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;

