		body 
		{
		background-image: url('docroot/cast/img/arri.gif');
		background-attachment:fixed;
		background-repeat: repeat-x bottom;
		}
#navbar {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 23px;
	background-color: blue;
	background-image: url("../img/bg.gif");
}
#navbar li {
	float: left;
}
#navbar li a {
	display: block;
	height: 23px;
	text-decoration: none;
	outline: none;
	text-indent: -5000px;
	overflow: hidden;
}

/* ---[Inicio-Button]------------------------------------------------------*/
#navbar #inicio {
	width: 81px;
	background-image: url("../img/inicio.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#navbar #inicio:hover {
	background-position: 0px -23px;
}
#navbar #inicio:active {
	background-position: 0px -46px;
}
#navbar.inicio #inicio {
	background-position: 0px -69px !important;
}

/* ---[Empresa-Button]--------------------------------------------------*/
#navbar #empresa {
	width: 98px;
	background-image: url("../img/empresa.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#navbar #empresa:hover {
	background-position: 0px -23px;
}
#navbar #empresa:active {
	background-position: 0px -46px;
}
#navbar.empresa #empresa {
	background-position: 0px -69px !important;
}
/* ---[Productos-Button]------------------------------------------------------*/
#navbar #productos {
	width: 107px;
	background-image: url("../img/productos.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#navbar #productos:hover {
	background-position: 0px -23px;
}
#navbar #productos:active {
	background-position: 0px -46px;
}
#navbar.productos #productos {
	background-position: 0px -69px !important;
}

/* ---[Servicios-Button]------------------------------------------------------*/
#navbar #servicios {
	width: 102px;
	background-image: url("../img/servicios.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#navbar #servicios:hover {
	background-position: 0px -23px;
}
#navbar #servicios:active {
	background-position: 0px -46px;
}
#navbar.servicios #servicios {
	background-position: 0px -69px !important;
}


/* ---[Casos-Button]------------------------------------------------------*/
#navbar #casos {
	width: 137px;
	background-image: url("../img/casos.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#navbar #casos:hover {
	background-position: 0px -23px;
}
#navbar #casos:active {
	background-position: 0px -46px;
}
#navbar.casos #casos {
	background-position: 0px -69px !important;
}

/* ---[Eventos-Button]------------------------------------------------------*/
#navbar #eventos {
	width: 98px;
	background-image: url("../img/eventos.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#navbar #eventos:hover {
	background-position: 0px -23px;
}
#navbar #eventos:active {
	background-position: 0px -46px;
}
#navbar.eventos #eventos {
	background-position: 0px -69px !important;
}

/* ---[Empleo-Button]------------------------------------------------------*/
#navbar #empleo {
	width: 91px;
	background-image: url("../img/empleo.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#navbar #empleo:hover {
	background-position: 0px -23px;
}
#navbar #empleo:active {
	background-position: 0px -46px;
}
#navbar.empleo #empleo {
	background-position: 0px -69px !important;
}