@charset "ISO-8859-1";

#texto_seccion p {
    width: 371px;
    margin-left: 4px;
}

#texto_seccion {
	margin-top: 14px;
}

#bicis, #tiempo, #alta {
    position: absolute;
}

#bicis {
	right: 10px;
	top: 30px;
}

#tiempo {
	right: 10px;
	bottom: 10px;
}

#alta {
	left: 10px;
	bottom: 10px;
}

