@charset "utf-8";
/* CSS Document */


#navi{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 120px;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
}

#main{
	position: absolute;
	top: 143px;
	left: 5px;
	width: 900px;
	height: 300px;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
}

#main_left{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 250px;
	height: 300px;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
}

#main_right{
	position: absolute;
	top: 27px;
	left: 250px;
	width: 619px;
	height: 273px;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
}

#bottom{
	position: absolute;
	top: 500px;
	left: 250px;
	width: 660px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
}



#button{
	position: absolute;
	top: 120px;
	left: 0px;
	width: 900px;
	height: 21px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-image: url(../source/button.png);
}

#welcome{
	position: absolute;
	top: 120px;
	left: 420px;
	width: 74px;
	height: 21px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-image: url(../source/welcome.png);
}

#welcome:hover{
	background-image: url(../source/welcomeo.png);
}

#alliance{
	position: absolute;
	top: 120px;
	left: 505px;
	width: 74px;
	height: 21px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-image: url(../source/alliance.png);
}

#alliance:hover{
	background-image: url(../source/allianceo.png);
}

#services{
	position: absolute;
	top: 120px;
	left: 590px;
	width: 74px;
	height: 21px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-image: url(../source/services.png);
}

#services:hover{
	background-image: url(../source/serviceso.png);
}

#areas{
	position: absolute;
	top: 120px;
	left: 675px;
	width: 74px;
	height: 21px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-image: url(../source/areas.png);
}

#areas:hover{
	background-image: url(../source/areaso.png);
}

#expertise{
	position: absolute;
	top: 120px;
	left: 740px;
	width: 74px;
	height: 21px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-image: url(../source/expertise.png);
}

#expertise:hover{
	background-image: url(../source/expertiseo.png);
}

#team{
	position: absolute;
	top: 120px;
	left: 766px;
	width: 74px;
	height: 21px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-image: url(../source/team.png);
}

#team:hover{
	background-image: url(../source/teamo.png);
}

#contact{
	position: absolute;
	top: 120px;
	left: 826px;
	width: 74px;
	height: 21px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-image: url(../source/contact.png);
}

#contact:hover{
	background-image: url(../source/contacto.png);
}

/* TEXT STYLES */
div	{ font-family : Arial,sans-serif ;  color : #223f99 ;}
h1 { margin-top:10px; margin-left:80px; margin-bottom:11px; font-size : 150% ; }
p { margin-top:20px; margin-bottom:11px; font-size: small ; text-align: justify; }
ul { font-size: small }
p { font-size: small ;color : #223f99 ; }