/*------------------------------------------------------------------
[Master Stylesheet]

Project:	---
Version:	1.0
Last change:	05/02/08 [fixed Float bug, vf]
Assigned to:	Manuel Portela
-------------------------------------------------------------------*/

@import url("reset.css");
@import url("bailando.css");



/**/
#fiesta{
	width: 800px;
	height: 600px;
}
#sections{
background-color:white;
clear:left;
height:420px;
margin: 70px auto 0;
overflow:hidden;
position: relative;
width:680px;

}
#sections ul {
width:1360px;
background-image: url(img/fondo.jpg);
background-position:  0 0;
height: 840px;
position: relative;
overflow:hidden;
}
#sections li{
height:420px;
width:680px;
position: absolute;
top: 700px;
text-align: center;
}
#sections li img{
height:42px;
width:68px;	
margin: auto;
}
#cargando{
	background: #302462 url(img/cargando.gif) no-repeat;
	height:420px;
	width:680px;
	position: absolute;
	z-index: 999;
	margin: 0 auto;
	top: 100;
}