@charset "iso-8859-2";
/* CSS Document */

.rojo {
	color: #F00;
}
.flota_izq{
float:left;
margin-right:10px;	
margin-bottom:100%;
}
.flota_der{
float:right;
margin-left:10px;	
}
#contenido #seccion #textos li{
	list-style-image: url(images/bullet1.png);
	list-style-position: inside;
	list-style-type: none;
}