﻿.titulos {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #E67F26;
	text-transform: uppercase;
}
.texto {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
.titulos10px {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #E67F26;
}
.texto_negrita {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: justify;
}
.espaciode6px {
	font-family: verdana;
	font-size: 6px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
}
.espaciode4px {
	font-family: verdana;
	font-size: 4px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
}