/* CSS Document */
body {
	background: url(../images/bg.gif);
}

#top {
	height: 102px;
}

h1#logo {
	position: absolute;
	background: url(../images/logo_01.gif) no-repeat;
	width: 209px;
	height: 97px;
	text-indent: -999em;
	display: inline;
}

#text h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 28px;
	line-height: 32px;
	letter-spacing: -1px;
}
#text h3 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: -1px;
	line-height: 32px;
}

#footer {
	float: left;
	background-color: #01006a;
	height: 130px;
	width: 740px;
}


#footer img {
	position: relative;
	display: inline;
	float: left;
	top: 20px;
	left: 20px;
}

#footer p {
	position: relative;
	float: left;
	display: inline;
	top: 20px;
	left: 40px;
	width: 250px;
	color: white;
}
#footer ul {
	position: relative;
	float: right;
	display: inline;
	line-height: 24px;
	width: 160px;
	right: 20px;
	top: 16px;
}

#footer ul li a {
	color: white;
	text-decoration: none;
}
#footer ul li a:hover {
	color:#CCCCCC;
	text-decoration: underline;
}

#nav {
	position: absolute;
	float: left;
	width: 544px;
	top: 52px;
	left: 217px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	height: 45px;
}

#nav ul li a {
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -999em;
	height: 45px;
}

#es_inicio a {
	background: url(../images/nav_inicio.gif) no-repeat;
	width: 76px;
}
#es_servicios a {
	background: url(../images/nav_servicios.gif) no-repeat;
	width: 100px;
}
#es_precios a {
	background: url(../images/nav_precios.gif) no-repeat;
	width: 89px;
}
#es_portafolio a {
	background: url(../images/nav_portafolio.gif) no-repeat;
	width: 106px;
}
#es_espacio {
	background: url(../images/nav_espacio.gif) no-repeat;
	width: 71px;
}
#es_contacto a {
	background: url(../images/nav_contacto.gif) no-repeat;
	width: 102px;
}
#nav ul li a:hover {
	background-position: 0 -45px;
}
#nav ul li a:active {
	background-position: 0 -90px;
}
