body
{	
	margin:0;
	padding: 0;
	background: url(../images/fondoa.png) -20px 36px no-repeat;
	background-size: cover;
	overflow-x:hidden; 
}

nav
{	height: 116px;
	margin: 0;
	padding: 0 0 0 180px;
	width: 80%;
}

nav ul 
{	
	margin:0;
	padding: 0;
}

nav ul li
{	
	display:inline-block;
	vertical-align: top;
	list-style: none;
}

nav ul li a
{	
	position: relative;
	display: block;
	height: 98px;
	width: 20px;
	text-align:center;
	padding: 0 80px 0 0;
}

nav ul li a img
{
	position: absolute;
	bottom: 0;
}

section
{	
	min-height: 500px;
	position:relative;
	width: 1261px;
}

footer
{	
	padding: 10px 0 10px 0;
	text-align: center;
	background: rgb(70,70,70);
	width: 100%;
}

#empresa
{
	background: url(../images/botonempresa-u953.png) 0 10px no-repeat;
}

#empresa:hover
{
	background: url(../images/botonempresa-u953-r.png) 0 10px no-repeat;	
}

#objetivos
{
	background: url(../images/objetivos-u543.png) 4px 8px no-repeat;	
}

#objetivos:hover
{
	background: url(../images/objetivos-u543-r.png) 4px 8px no-repeat;	
}

#metodologia
{
	background: url(../images/metodologia-u588.png) 24px 10px no-repeat;	
}

#metodologia:hover
{
	background: url(../images/metodologia-u588-r.png) 24px 10px no-repeat;	
}

#metodologia img
{
	bottom: -4px;
}

#tecnologico
{
	background: url(../images/recurso-tecnologico-u857.png) 10px 12px no-repeat;
}

#tecnologico:hover
{
	background: url(../images/recurso-tecnologico-u857-r.png) 10px 12px no-repeat;
}

#tecnologico img
{	
	left:20px;
	bottom: -14px;
}

#humano
{
	background: url(../images/boto-recurso-humano-u528.png) 6px 10px no-repeat;
}

#humano:hover
{
	background: url(../images/boto-recurso-humano-u528-r.png) 6px 10px no-repeat;
}

#humano img
{
	bottom: -16px;
	left: 26px;
}

#contacto
{
	background: url(../images/contacto-u976.png) 16px -14px no-repeat;
}

#contacto:hover
{
	background: url(../images/contacto-u976-r.png) 16px -14px no-repeat;
}

#contacto img
{
	bottom: -4px;
	left: 26px;
}

#titulo,#subtitulo,#logo
{
	position: absolute;
}

#titulo
{
	top: 25%;
	right: 11%;
}

#subtitulo
{
	top:50%;
	right: 13%;
}

#logo
{
	top: 14%;
	right: 1%;
}