.textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
}

/* CSS Document */
.textos_grandes {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	
}

.textos_grandes:link {
	text-decoration: none;
	color: #333333;
}
.textos_grandes:visited {
	text-decoration: none;
	color: #333333;
}
.texto_negrita {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #333333;
}
