/* *****************  LISTAS  ******************** */
ul.bullet {
	list-style-image: url(../imagenes/bullet_logo.gif);
	list-style-type: none;
}
ul.bullet li {
	margin-bottom: 0.5em;
}
ul.lista-circulo li {
	list-style-image: none!important;
	list-style-type: circle!important;
}
/**** AZUL ****/
ul.bullet_azul {
	list-style-image: url(../imagenes/bullet_azul.gif);
	list-style-type: none;
}
ul.bullet_azul li{
	margin-bottom: 0.5em;
}
/***** VERDE OSC *****/
ul.bullet_verde_osc {
	list-style-image: url(../imagenes/bullet_verde_osc.gif);
	list-style-type: none;
}
ul.bullet_verde_osc li{
	margin-bottom: 0.5em;
}
/**** VERDE MED *****/
ul.bullet_verde_med {
	list-style-image: url(../imagenes/bullet_verde_med.gif);
	list-style-type: none;
}
ul.bullet_verde_med li{
	margin-bottom: 0.5em;
}
/***** VERDE CL *****/
ul.bullet_verde_cl {
	list-style-image: url(../imagenes/bullet_verde_cl.gif);
	list-style-type: none;
}
ul.bullet_verde_cl li{
	margin-bottom: 0.5em;
}
