div#popUp {
	float:left; width:808px; height:629px; background-image:url('../images/popups/background.jpg'); background-repeat:no-repeat;
}

/* home */
div#popUp div#home {
	float:left; background-image:url("../images/popups/home.png"); background-repeat:no-repeat; height:193px; margin-left:274px; margin-top:430px; width:530px;
}

div#popUp div#home div#btn_mecanismo {
	float:left; height:10px; margin-top:142px; width:90px; cursor:pointer;
}

div#popUp div#home div#btn_jugar {
	float:left; height:40px; margin-left:225px; margin-top:122px; width:186px; cursor:pointer;
}

/* terminos */
div#popUp div#terminos {
	float:left; background-image:url("../images/popups/terminos.png"); background-repeat:no-repeat; width:530px; height:204px; margin-left:280px; margin-top:435px;
}

div#popUp div#terminos div#btn_volver {
	float:left; height:40px; margin-left:315px; margin-top:122px; width:186px; cursor:pointer;
}

/* partidos */
div#popUp div#partidos {
	float:left; background-image:url("../images/popups/partidos.png"); background-repeat:no-repeat; width:453px; height:261px; margin-left:348px; margin-top:380px;
}

div#popUp div#partidos div#btn_enviar {
	float:left; height:40px; margin-left:246px; margin-top:7px; width:186px; cursor:pointer;
}


