@charset "UTF-8";
.titulos {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 26pt;
	color: #55B12C;
	text-shadow: 1px 1px 2px #008D36;
	letter-spacing: 2pt;
	text-align: center;
	white-space: normal;
}
.txtComun {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #008D36;
	letter-spacing: normal;
	word-spacing: inherit;
	white-space: normal;
	text-shadow: 1px 1px 1px #FFF;
	font-style: normal;
	text-align: justify;
}
.subtitulos{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13pt;
	color: #B5D128;
	text-transform: capitalize;
	letter-spacing: 0pt;
	white-space: pre;
	font-style: normal;
	font-weight: bold;
}
.lineaSeparacion{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 5pt;
	color: #CCCCCC;
	letter-spacing: 0pt;
	text-align: center;
	word-spacing: 0pt;
}
