/* ********************** MENU*/
#botonera {
	width:170px;
	position:absolute;
	top:165px;
	left:26px;
	display:block;
}
.botonInicio {
	background:url(../images/menu/inicio.jpg);
	height:22px;
	width:166px;
	float:left;
	background-position:bottom;
}
.botonInicio:Hover {
	background:url(../images/menu/inicio.jpg);
	background-position:top;
	height:22px;
	width:166px;
	float:left;
}
.botonInfo {
	background:url(../images/menu/info.jpg);
	height:22px;
	width:166px;
	float:left;
	background-position:bottom;
}
.botonInfo:Hover {
	background:url(../images/menu/info.jpg);
	background-position:top;
	height:22px;
	width:166px;
	float:left;
}
.botonAgenda {
	background:url(../images/menu/agenda.jpg);
	height:22px;
	width:166px;
	float:left;
	background-position:bottom;
}
.botonAgenda:Hover {
	background:url(../images/menu/agenda.jpg);
	background-position:top;
	height:22px;
	width:166px;
	float:left;
}
.botonHospedaje {
	background:url(../images/menu/hospedaje.jpg);
	height:22px;
	width:166px;
	float:left;
	background-position:bottom;
}
.botonHospedaje:Hover {
	background:url(../images/menu/hospedaje.jpg);
	background-position:top;
	height:22px;
	width:166px;
	float:left;
}
.botonBecas {
	background:url(../images/menu/becas.jpg);
	height:22px;
	width:166px;
	float:left;
	background-position:bottom;
	display:none;
}
.botonBecas:Hover {
	background:url(../images/menu/becas.jpg);
	background-position:top;
	height:22px;
	width:166px;
	float:left;
	display:none;
}
.botonInscriptos {
	background:url(../images/menu/inscriptos.jpg);
	height:22px;
	width:166px;
	float:left;
	background-position:bottom;
	display:none;
}
.botonInscriptos:Hover {
	background:url(../images/menu/inscriptos.jpg);
	background-position:top;
	height:22px;
	width:166px;
	float:left;
	display:none;
}
.botonContacto {
	background:url(../images/menu/contacto.jpg);
	height:22px;
	width:166px;
	float:left;
	background-position:bottom;
	display:none;
}
.botonContacto:Hover {
	background:url(../images/menu/contacto.jpg);
	background-position:top;
	height:22px;
	width:166px;
	float:left;
	display:none;
}
.botonRegistro {
	background:url(../images/menu/registro.jpg);
	height:22px;
	width:166px;
	float:left;
	background-position:top;
	display:none;
}
.botonRegistro:Hover {
	background:url(../images/menu/registro.jpg);
	background-position:bottom;
	height:22px;
	width:166px;
	float:left;
	display:none;
}
.botonPatrocinadores {
	background:url(../images/menu/patrocinadores.jpg);
	height:22px;
	width:166px;
	float:left;
	background-position:bottom;
	display:none;
}
.botonPatrocinadores:Hover {
	background:url(../images/menu/patrocinadores.jpg);
	background-position:top;
	height:22px;
	width:166px;
	float:left;
	display:none;
}

/* ********************** FIN  MENU*/



