@charset "ISO-8859-1";
.bullet {
	vertical-align: middle;
	background-image: url(imgs/bullet.gif);
	background-repeat: no-repeat;
	bottom: inherit;
}
.textoBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
.textoHome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}
.textoBoldPurple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #840084;
}
.textoBoldOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #E46300;
}
.line {
	background-image: url(imgs/bg_line.gif);
	background-repeat: repeat-x;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-decoration: underline;
	color: #B50062;
}
