p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.bold {
	font-weight: bold;
}
.red {
	color: #FF0000;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.nota {
	font-size: 10px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0E2B89;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FCB30C;
	font-size: 14px;
}
.white {
	color: #FFFFFF;
}
.blue {
	color: #000099;
}
.bordegris {
	border: 1px solid #CCCCCC;
}
.bordeamarillo {
	border-top-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FCB30C;
	border-right-color: #FCB30C;
	border-bottom-color: #FCB30C;
	border-left-color: #FCB30C;
}
.bordeazul {
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #0D298C;
}
