@charset "utf-8";
body {
	background-repeat: repeat-x;
	background-image: url(fotos/bgnew.jpg);
	background-position: left top;
	
}



#page-wrap {
	height: 750px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}


#header {
	height: 150px;
	width: auto;
	margin-left: 50px;
	background-image: url(fotos/lo.png);
	background-repeat: no-repeat;
	background-position: left 75px;
}
#menu {
	width: 800px;
	background-image: url(fotos/nav1.png);
	height: 55px;
	background-repeat: no-repeat;
	margin-left: 50px;
	position: relative;
}
ul#images  {
	padding-top: 45px;
	padding-left: 400px;



}
ul#images li {
	display: inline;
}
ul#nav  {
	margin-left: 25px;



}
ul#nav li {
	display: inline;
}
ul#nav li  a {
	display: block;
	float: left;
	height: 50px;

}

#content {
	height: 525px;
	width: 800px;
	background-image: url(fotos/content.png);
	background-repeat: no-repeat;
	clear: left;
	margin-left: 50px;
	position: relative;
}
#content h3 {
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
}

#content li {
	text-decoration: none;
	color: #FFFFFF;
	list-style-type: none;
}
#content  li a {
	text-decoration: none;
	color: #FFFFFF;
	list-style-type: none;
}


#services {
	float: left;
	height: 130px;
	width: 130px;
	margin-left: 45px;
}

#partners {
	height: 130px;
	width: 130px;
	margin-left: 50px;
	float: left;

}

#contactinfo  {
	float: left;
	height: 130px;
	width: 130px;
	margin-left: 45px;
	position: relative;

}
#links {
	float: left;
	height: 130px;
	width: 130px;
	margin-left: 70px;
	position: relative;

}
	
#content p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}

#info {
	float: left;
	height: 290px;
	width: 500px;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin-left: 35px;
	font-size: 12px;
}
#sidebar {
	height: 290px;
	float: right;
	margin-right: 54px;
	color: #FFFFFF;
	width: 200px;
}
#sidebar p {
	padding-left: 4px;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
}
#clear {
	clear: both;
}

