@charset "UTF-8";
/* CSS Document */

body {
	font:100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#000;
	margin: 0; /* margenes y padding del body en 0 para mantener estandar con los distintos navegadores */
	padding: 0;
	text-align: center; /* pa centrar el contenedor en IE5x */
	color: #FFF;
	font-size:11px;
	line-height:1em;
	letter-spacing:0.5px;
}
#container{
	position:relative;
	width:1000px;
	margin:0 auto;
}
/*** MENU ***/
#menu{
	position:absolute;
	left:10px;
	top:55px;
	width:518px;
	height:64px;
	background:url(/img/menu/bgMenu.png) no-repeat;
}
#inicio{
	position:absolute;
	left:1px;
	top:23px;
	width:100px;
	height:18px;
}
#inicio a{
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	height:18px;
	background:url(/img/menu/inicio.png) no-repeat;
}
#inicio a:hover{
	background-position:0 -18px;
}
#equipo{
	position:absolute;
	left:105px;
	top:1px;
	width:100px;
	height:18px;
}
#equipo a{
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	height:18px;
	background:url(/img/menu/equipo.png) no-repeat;
}
#equipo a:hover{
	background-position:0 -18px;
}
#proyectos{
	position:absolute;
	left:105px;
	top:23px;
	width:100px;
	height:18px;
}
#proyectos a{
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	height:18px;
	background:url(/img/menu/proyectos.png) no-repeat;
}
#proyectos a:hover{
	background-position:0 -18px;
}
#servicios{
	position:absolute;
	left:105px;
	top:45px;
	width:100px;
	height:18px;
}
#servicios a{
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	height:18px;
	background:url(/img/menu/servicios.png) no-repeat;
}
#servicios a:hover{
	background-position:0 -18px;
}
#sin919{
	position:absolute;
	left:209px;
	top:23px;
	width:100px;
	height:18px;
}
#sin919 a{
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	height:18px;
	background:url(/img/menu/sin919.png) no-repeat;
}
#sin919 a:hover{
	background-position:0 -18px;
}
#clientes{
	position:absolute;
	left:313px;
	top:23px;
	width:100px;
	height:18px;
}
#clientes a{
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	height:18px;
	background:url(/img/menu/clientes.png) no-repeat;
}
#clientes a:hover{
	background-position:0 -18px;
}

#portafolio{
	position:absolute;
	left:313px;
	top:45px;
	width:100px;
	height:18px;
}
#portafolio a{
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	height:18px;
	background:url(/img/menu/portafolio.png) no-repeat;
}
#portafolio a:hover{
	background-position:0 -18px;
}
#contacto{
	position:absolute;
	left:417px;
	top:1px;
	width:100px;
	height:18px;
}
#contacto a{
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	height:18px;
	background:url(/img/menu/contacto.png) no-repeat;
}
#contacto a:hover{
	background-position:0 -18px;
}
#subMenuServicios{
	position:absolute;
	left:114px;
	top:118px;
	width:102px;
	height:83px;
	background:#1a1a1a;
	display:none;
	z-index:1;
}
#subMenuPortafolio{
	position:absolute;
	left:322px;
	top:118px;
	width:102px;
	height:83px;
	background:#1a1a1a;
	display:none;
	z-index:1;
}
#informatica{
	position:absolute;
	left:1px;
	top:3px;
	width:100px;
	height:19px;
}
#informatica a{
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	height:19px;
	background:url(/img/menu/informatica.png) no-repeat;
}
#informatica a:hover{
	background-position:0 -19px;
}
#diseno{
	position:absolute;
	left:1px;
	top:23px;
	width:100px;
	height:19px;
}
#diseno a{
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	height:19px;
	background:url(/img/menu/diseno.png) no-repeat;
}
#diseno a:hover{
	background-position:0 -19px;
}
#publicidad{
	position:absolute;
	left:1px;
	top:43px;
	width:100px;
	height:19px;
}
#publicidad a{
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	height:19px;
	background:url(/img/menu/publicidad.png) no-repeat;
}
#publicidad a:hover{
	background-position:0 -19px;
}
#arquitectura{
	position:absolute;
	left:1px;
	top:63px;
	width:100px;
	height:19px;
}
#arquitectura a{
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	height:19px;
	background:url(/img/menu/arquitectura.png) no-repeat;
}
#arquitectura a:hover{
	background-position:0 -19px;
}
#pie{
	position:fixed;
	right:20px;
	bottom:20px;
	width:202px;
	height:123px;
	background:url(/img/pie.png) no-repeat;
}
#enProceso{
	position:absolute;
	left:493px;
	top:563px;
	width:125px;
	height:140px;
	color:#999;
	font-size:9px;
	text-align:left;
}
#enProceso ul{
	margin:0px;
	padding:0 0 0 8px;
}
.cleaner {
	clear:both;
	height:0px;
	font-size:1px;
	border:none;
	margin:0;
	padding:0;
	line-height: 0px;
}
