@charset "UTF-8";
/* CSS Document */

/* Pesame flotante en el index */
#flotante {
	width: 200px;
	position: absolute;
	left: 1050px;
	top: 150px;
        z-index: 100;
}