* {
	margin: 0;
    padding: 0;
    border: none;
	font-size: 1em;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
html {
	background: url(../images/bg-gral.png) repeat-x;
}
a {
	color: #419d20;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
}

/*Contenido*/
#content {
	height: 980px;
	width: 1050px;
	margin: 0 auto;
	position: relative;
}
#content #top {
	position: absolute;
	top: 0;
	z-index: 2;	
}
#content #top #menu,
#content #top #logo,
#content #top #accesos {
	width: 350px;
	float: left;
	height: 111px;
}
#content #top #menu ul {
	display: block;
	width: 372px;
	height: 85px;
	background:url(../images/bg-menu.png);
	position:absolute;
	top: 51px;
	list-style: none;
}
#content #top #menu li {
	float:left;
	display:block;
}
#content #top #menu li a#home {
	background:url(../images/esp/btn-home.png) no-repeat;
	width: 64px;
	height: 85px;
	display:block;
	margin-left:31px;
}
#content #top #menu li a:hover#home {
	background:url(../images/esp/btn-home-roll.png) no-repeat;
}
#content #top #menu li a#home-sel {
	background:url(../images/esp/btn-home-sel.png) no-repeat;
	width: 64px;
	height: 85px;
	display:block;
	margin-left:31px;
}
#content #top #menu li a#capacitacion {
	background:url(../images/esp/btn-capacitacion.png) no-repeat;
	width: 93px;
	height: 85px;
	display:block;
}
#content #top #menu li a#capacitacion-sel {
	background:url(../images/esp/btn-capacitacion-sel.png) no-repeat;
	width: 93px;
	height: 85px;
	display:block;
}
#content #top #menu li a:hover#capacitacion {
	background:url(../images/esp/btn-capacitacion-roll.png) no-repeat;
}
#content #top #menu li a#servicios {
	background:url(../images/esp/btn-servicios.png) no-repeat;
	width: 82px;
	height: 85px;
	display:block;
}
#content #top #menu li a#servicios-sel {
	background:url(../images/esp/btn-servicios-sel.png) no-repeat;
	width: 82px;
	height: 85px;
	display:block;
}
#content #top #menu li a:hover#servicios {
	background:url(../images/esp/btn-servicios-roll.png) no-repeat;
}
#content #top #menu li a#clientes {
	background:url(../images/esp/btn-clientes.png) no-repeat;
	width: 77px;
	height: 85px;
	display:block;
}
#content #top #menu li a#clientes-sel {
	background:url(../images/esp/btn-clientes-sel.png) no-repeat;
	width: 77px;
	height: 85px;
	display:block;
}
#content #top #menu li a:hover#clientes {
	background:url(../images/esp/btn-clientes-roll.png) no-repeat;
}
#content #top #logo {
	margin: 23px auto 0 auto;
	text-align: center;
}
#content #top #accesos {
	text-align:center;
}
#content #top #accesos ul {
	display: block;
	list-style: none;
	position:absolute;
	top:20px;
	right: 80px;
	margin: 0 auto;
}
#content #top #accesos li {
	float:left;
	display:block;
}
#content #top #accesos li a#eng {
	background: url(../images/btn-idioma-eng.png) no-repeat;
	width: 77px;
	height: 23px;
	display: block;
}
#content #top #accesos li a#esp {
	background: url(../images/btn-idioma-esp.png) no-repeat;
	width: 102px;
	height: 31px;
	display: block;
}
#content #top #accesos div {
	position:absolute;
	top:40px;
	right: 80px;
}
