.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}
.textobold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}
.textoazul {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: 497CA8;
	text-align: left;
	vertical-align: top;
}
.textoazulbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #497CA8;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}

.caja
{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	text-align: left;
	display:table-cell;
	color: White;


	width: 100%;
	font-stretch: extra-expanded;
	text-transform : none;
	

	border-top: 1px none #000000;
	border-right: 1px none #000000;
	border-bottom: 1px solid #497CA8;
	border-left: 1px none #000000;
}

.caja2
{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	display:table-cell;
	color: #497CA8;


	width: 100%;
	font-stretch: extra-expanded;
	text-transform : none;
	

	border-top: 1px none #000000;
	border-right: 1px solid #497CA8;
	border-bottom: 1px solid #497CA8;
	border-left: 1px none #000000;
}

