/* Default CSS Stylesheet for a new Web Application project */

.azul10
{
	font-size: 10px;
	color: #002746;
	font-style: normal;
	font-family: Verdana;
}
.texto-carta
{
	font-size: 10px;
	color: #002746;
	font-style: italic;
	font-family: arial;
}
.texto-carta2
{
	font-size: 11px;
	color: #002746;
	font-style: italic;
	font-family: arial;
}
.titulos-carta
{
	font-weight: bold;
	font-size: 10px;
	color: #002746;
	font-style: italic;
	font-family: verdana;
}


.enlace_azul
{
	font-weight: bold;
	font-size: 10px;
	color: #002746;
	font-family: verdana;
	text-decoration: underline;
}
