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

.titulo12pxb_fgris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-radius: 10px 10px 0 0;
	background-color: #DDDDDD;
	text-align: center;
	font-variant: normal;
	color: #000000;
	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;
}