body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
	background: url(../images/sombra.jpg) #ffffff repeat-y 50% 50%;
}

.invisible {
	display: none;
}

#pagina {
	margin: auto;
	width: 815px;
}

#pagina .seccion {
	clear: both;
	width: 100%;
}

#cabecera {
	text-align: center;
}

#cabecera #logo {
	float: left;
	width: 258px;
	height: 38px;
	color: #333333;
	background-color: #afbabe;
	text-align: right;
	font: 7pt Tahoma;
}

#cabecera #home {
	width: 258px;
	height: 23px;
	background-image: url(../images/moinsaes.jpg);
	display:block;
}

#cabecera #home:hover {
	background-image: url(../images/moinsaes_over.jpg);
}

#cabecera #textomenu {
	background-image: url(../images/triangulo.jpg);
	background-repeat: no-repeat;
	font: 7pt Tahoma;
	padding: 0 5px 0 15px;
}

#logolang {
	float: right;
	width: 557px;
	height: 38px;
	text-align: right;
}

#logolang .flag {
	cursor: pointer;
	border: 0px;
	margin: 20px 2px 0px 0px;
	padding: 0px;
	background-color: transparent;
	width: 21px;
	height: 15px;
}


#menu {
	text-align: center;
	background-image: url(../images/menu_emp.jpg);
	background-repeat: no-repeat;
	height: 56px;
	border-top: solid 3px white;
	border-bottom: solid 3px white;
}
* html #menu { height: 62px; }


#menu .boton {
	cursor: pointer;
	border: none;
	border-top: solid 1px;
	border-bottom: solid 1px;
	background-color: transparent;
	color: #333333;
	font: bold 9pt Tahoma;
	text-align: center;
	width: 131px;
	margin: 6px 10px 2px 20px;
	padding: 1px 0;
	float: left;
}
* html #menu .boton {
	margin: 6px 0 2px 20px;
}

#menu .boton.over {
	xbackground-image: url(../images/boton_over.jpg);
	background-repeat: repeat-x;
	color: #a62c2c;
}

#menu .boton.fixed {
	cursor: default;
}

#textosubmenu {
	background-image: url(../images/triangulo2.jpg);
	background-repeat: no-repeat;
	margin: 4px;
	padding-left: 25px;
	text-align: left;
	font: bold 7pt Tahoma;
}

#productos {	
	background-position: top left;
	background-repeat: no-repeat;
	margin: 6px 4px 1px 4px;
	padding-left: 30px;
	text-align: left;
	height:76px;
}
.es #productos { background-image: url(../images/es/divisiones.jpg); }
.en #productos { background-image: url(../images/en/divisiones.jpg); }
.pt #productos { background-image: url(../images/pt/divisiones.jpg); }

#productos.d2 { height: 172px; }

#productos .lnkbtn {
	width: 138px;
	height: 90px;
	margin: 0px 6px;
	border: solid 0px;
	text-align: center;
	color: #333333;
	font: 7pt Tahoma;
	float:left;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

#productos .lnkbtn.over {
	color:  #a62c2c;
}

#productos .lnkbtn {
	width: 128px;
	margin: 0;
}

#productos .lnkimg {
	border: solid 1px #333333;
	width: 104px;
	height: 60px;
}

* html #productos .lnkimg {
	width: 106px;
	height: 62px;
}

#productos .lnkborde {
	border: solid white;
	border-width: 10px;
	position: absolute;
	left: 11px;
	top: 0px;
	width: 86px;
	height: 42px;
}

* html #productos .lnkborde {
	width: 106px;
	height: 64px;
}

#footer {
	text-align: center;
	font: 7pt Tahoma;
	margin: 4px auto;
}

#footer button {
	font: bold 7pt Tahoma;
	cursor: pointer;
	padding: 0px 8px;
	margin: 0px;
	background-color: transparent;
	color: #000000;
	border: none;
	border-right: solid 1px #000000;
	text-align: right;
	width: 135px;
}

#footer .boton.over {
	color: #a62c2c;
}

#footer button.ultimo {
	border-right: solid 0px;
	text-align: left;
}

#foot_text {
	border-top: solid 1px #000000;
	margin: 2px auto;
	padding: 4px;
}

#cuerpo {
	clear: both;
	text-align: left;
	margin: 0px auto;
	background-color: #dcdcdc;
	background-repeat: no-repeat;
	background-position: bottom right;
	border: solid 1px #2d2d2d;
	padding: 2px 3px 2px 3px;
	width: 792px;
	height: 320px;
	color: #2d2d2d;
	position: relative;
}

* html #cuerpo {
	width: 800px;
	height: 326px;
}

#bandagris {
	background-image: url(../images/back_barra.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	padding-top: 17px;
	text-align: center;
	color: #2d2d2d;
	font: 8pt Tahoma;
}

.navegacion {
	/* elemento que contiene las flechas de navegacion */
	width: 26px;
	height: 13px;
	border: solid 0px;
	position: relative;
	top: 2px;
}

.navegacion .nav {
	background-repeat: no-repeat;
	background-position: center center;
	width: 13px;
	height: 13px;
	border: solid 0px;
	float: left;
}

.navegacion .nav.dn {
	background-image: url(../images/flecha_abajo.jpg);
}

.navegacion .nav.up {
	background-image: url(../images/flecha_arriba.jpg);
}

#animacion.empresa {
	height: 284px;
}
