/*INSTITUTIONAL*/
#institutional
{
	display: block;
	width: 93px;
	height: 40px;
	background: url(../img/menu/btn_institutional.png) no-repeat 0 0;
}

#institutional:hover
{ 
  background-position: 0 -40px;
}

#institutional:active
{ 
  background-position: 0 -40px;
}

#institutional span
{
  display: none;
}
/*-----------------------------*/
/*NEWS*/
#news
{
	display: block;
	width: 93px;
	height: 40px;
	background: url(../img/menu/btn_news.png) no-repeat 0 0;
}

#news:hover
{ 
  background-position: 0 -40px;
}

#news span
{
  display: none;
}
/*-----------------------------*/
/*FACE TO FACE ENGLISH*/
#f2f
{
	display: block;
	width: 93px;
	height: 40px;
	background: url(../img/menu/btn_f2f.png) no-repeat 0 0;
}

#f2f:hover
{ 
  background-position: 0 -40px;
}

#f2f span
{
  display: none;
}
/*-----------------------------*/
/*ENGLISH ONLINE*/
#enonline
{
	display: block;
	width: 93px;
	height: 40px;
	background: url(../img/menu/btn_enonline.png) no-repeat 0 0;
}

#enonline:hover
{ 
  background-position: 0 -40px;
}

#enonline span
{
  display: none;
}

/*-----------------------------*/
/*COMPANIES & PROFESSIONALS*/
#companies
{
	display: block;
	width: 93px;
	height: 40px;
	background: url(../img/menu/btn_companies.png) no-repeat 0 0;
}

#companies:hover
{ 
  background-position: 0 -40px;
}

#companies span
{
  display: none;
}

/*-----------------------------*/
/*SCHOOLS & TEACHERS*/
#schools
{
	display: block;
	width: 93px;
	height: 40px;
	background: url(../img/menu/btn_schools.png) no-repeat 0 0;
}

#schools:hover
{ 
  background-position: 0 -40px;
}

#schools span
{
  display: none;
}


/*-----------------------------*/
/*INTERACTIVE SITE*/
#interactive
{
	display: block;
	width: 93px;
	height: 40px;
	background: url(../img/menu/btn_interactive.png) no-repeat 0 0;
}

#interactive:hover
{ 
  background-position: 0 -40px;
}

#interactive span
{
  display: none;
}


/*-----------------------------*/
/*VIRTUAL CAMPUS*/
#campus
{
	display: block;
	width: 93px;
	height: 40px;
	background: url(../img/menu/btn_campus.png) no-repeat 0 0;
}

#campus:hover
{ 
  background-position: 0 -40px;
}

#campus span
{
  display: none;
}

/*-----------------------------*/
/*-----------------------------*/
/*CONTACT*/
#contact
{
	display: block;
	width: 130px;
	height: 28px;
	background: url(../img/btn_contact.png) no-repeat 0 0;
	float: left;
	position: relative;
	left: 15px;
	top: 4px;
}

#contact:hover
{ 
  background-position: 0 -28px;
}

#contact span
{
  display: none;
}





/*COMIENZA MENU EXTERNO*/
/*-----------------------------*/
#wrap .div-estructura .head #menu ul {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	float: left;
}
#wrap .div-estructura .head #menu li {
	float: left;
}
#wrap .div-estructura .head #menu li a {
	display: block;
}
.head #menu ul img {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
