body 
{
	background-color: #CCC;
}

#mainbck
{
	position:absolute;
	left:50%;
	top:50%;
	background-image: url(../img/General/bg2006.jpg);
	background-repeat: no-repeat;
	height:510;
	width:750;
	margin-left:-376px;
	margin-top:-255px;
}

#content{
	margin-top:80px;
}

#leftblock
{
	padding:30px;
}

/*Navigation area - Botonera de navegación*/
#mnumaindiv
{
  margin-top: 40px;
  padding: 0;
  z-index: 1;
}

#mnulists li, #mnulists li a
{
  /* do not change these rules */
  margin:0px;
  display: block;
  height:30;
  width:120px;
  padding: 0;
  list-style: none;
  background-repeat: no-repeat;
  /* do not change these rules */
}

#button_home 
{
	background-image: url(../img/General/navbuttons/home_off.jpg);
}

#button_home a:hover
{
	background-image: url(../img/General/navbuttons/home_on.jpg);
}

#button_empresa
{
	background-image: url(../img/General/navbuttons/empresa_off.jpg);
}

#button_empresa a:hover
{
	background-image: url(../img/General/navbuttons/empresa_on.jpg);
}

#button_productos
{
	background-image: url(../img/General/navbuttons/productos_off.jpg);
}

#button_productos a:hover
{
	background-image: url(../img/General/navbuttons/productos_on.jpg);
}

#button_noticias
{
	background-image: url(../img/General/navbuttons/noticias_off.jpg);
}

#button_noticias a:hover
{
	background-image: url(../img/General/navbuttons/noticias_on.jpg);
}

#button_contactar
{
	background-image: url(../img/General/navbuttons/contactar_off.jpg);
}

#button_contactar a:hover
{
	background-image: url(../img/General/navbuttons/contactar_on.jpg);
}

#button_mapa
{
	background-image: url(../img/General/navbuttons/mapa_off.jpg);
}

#button_mapa a:hover
{
	background-image: url(../img/General/navbuttons/mapa_on.jpg);
}

/*Capa de contenido a la derecha con parametros para el overflow*/

#content_area_overflow
{
	position:static;
  	width:535;
  	height:380;
  	overflow:auto;
  	scrollbar-face-color:#000;
	scrollbar-highlight-color:#DF7925;
	scrollbar-3dlight-color:#DF7925;
	scrollbar-darkshadow-color:#DF7925;
	scrollbar-shadow-color:#DF7925;
	scrollbar-arrow-color:#DF7925;
	scrollbar-track-color:#DF7925;

}


#desconectar
{
	position:static;
  	margin-top:-430px;
}



