/* CSS Document */

.textos-normal,
.textos-bold {
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #50559F;
	text-decoration: none;
}

.textos-normal {
	font-weight: normal;
}

.textos-bold {
	font-weight: bold;
}

.textos-contenidos {
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #50559F;
	padding-right: 25px;
}

.textos-contenidos-blancos {
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 28px;
	text-align: justify;
}

h1 {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: rigth;
	padding: 0;
	margin: 0;
}

h2 {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: rigth;
	padding: 0;
	margin: 0;
}