@charset "utf-8";
/* CSS Document */
/* Eliminamos los estilos por defecto del navegador */
@import url(main.css);
#corpo-principal {
	margin:2px 0 2px 0;
	float:left;
	width:972px;
	height:344px;
	display:inline;
}

/****** MENU INFERIOR *********/

div#menu-inferior {
	clear:both;
	margin:3px 0 0;
	height:35px;
}
div#menu-inferior div {
	float:left;
	display:inline;
	
}
div#menu-inferior div a {
	background:transparent url(../images/corporativo/menu_inferior_corporativo.gif) no-repeat scroll 0 0;
	display:block;
	height:58px;
	text-decoration:none;
	text-indent:-1500px;
}
a#corpo-btn {
	width:126px;
}
a#corpo-btn:hover {
	background-position:0 -57px;
}
a#historia-btn {
	background-position:-126px 0 !important;
	width:121px;
}
a#historia-btn:hover {
	background-position:-126px -57px !important;
}
a#comunidad-btn {
	background-position:-249px 0 !important;
	width:122px;
}
a#comunidad-btn:hover {
	background-position:-249px -57px !important;
}
a#planta-btn {
	background-position: -373px 0 !important;
	width:122px;
}
a#planta-btn:hover {
	background-position:-373px -57px !important;
}
a#mundo-btn {
	background-position: -497px 0 !important;
	width:124px;
}
a#mundo-btn:hover {
	background-position:-497px -57px !important;
}
a#publicidad-btn {
	background-position: -621px 0 !important;
	width:121px;
}
a#publicidad-btn:hover {
	background-position:-621px -57px !important;
}
a#noticias-btn {
	background-position: -742px 0 !important;
	width:124px;
}
a#noticias-btn:hover {
	background-position:-742px -57px !important;
}
a#contacto-btn-bottom {
	background-position: -866px 0 !important;
	width:118px;
}
a#contacto-btn-bottom:hover {
	background-position:-866px -57px !important;
}
/****** MENU INFERIOR *********/
