/* ============================= */
/* BOTONES DE MENU DE LA WEB  */
/* ============================= */
#botonEquipo {
	width: 179px;
	height: 42px;
	position: relative;
    margin: 0 auto;
	float: left;
	background-image: url(../img/menu/equipo.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	border-right: 2px solid #ffcc00;
}

#botonEquipo:hover {
	width: 179px;
	height: 42px;
	position: relative;
    margin: 0 auto;
	float: left;
	background-image: url(../img/menu/equipo.jpg);
	background-position: 0 -42px;
	background-repeat: no-repeat;
	border-right: 2px solid #ffcc00;
}

#botonNoticias {
	width: 179px;
	height: 42px;
	position: relative;
    margin: 0 auto;
	float: left;
	background-image: url(../img/menu/noticias.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	border-right: 2px solid #ffcc00;
}

#botonNoticias:hover {
	width: 179px;
	height: 42px;
	position: relative;
    margin: 0 auto;
	float: left;
	background-image: url(../img/menu/noticias.jpg);
	background-position: 0 -42px;
	background-repeat: no-repeat;
	border-right: 2px solid #ffcc00;
}

#botonCalendario {
	width: 179px;
	height: 42px;
	position: relative;
    margin: 0 auto;
	float: left;
	background-image: url(../img/menu/calendario.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	border-right: 2px solid #ffcc00;
}

#botonCalendario:hover {
	width: 179px;
	height: 42px;
	position: relative;
    margin: 0 auto;
	float: left;
	background-image: url(../img/menu/calendario.jpg);
	background-position: 0 -42px;
	background-repeat: no-repeat;
	border-right: 2px solid #ffcc00;
}

#botonMultimedia {
	width: 179px;
	height: 42px;
	position: relative;
    margin: 0 auto;
	float: left;
	background-image: url(../img/menu/multimedia.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	border-right: 2px solid #ffcc00;
}

#botonMultimedia:hover {
	width: 179px;
	height: 42px;
	position: relative;
    margin: 0 auto;
	float: left;
	background-image: url(../img/menu/multimedia.jpg);
	background-position: 0 -42px;
	background-repeat: no-repeat;
	border-right: 2px solid #ffcc00;
}

#botonServicios {
	width: 179px;
	height: 42px;
	position: relative;
    margin: 0 auto;
	float: left;
	background-image: url(../img/menu/servicios.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#botonServicios:hover {
	width: 179px;
	height: 42px;
	position: relative;
    margin: 0 auto;
	float: left;
	background-image: url(../img/menu/servicios.jpg);
	background-position: 0 -42px;
	background-repeat: no-repeat;
}
