* {
margin: 0;
padding: 0;
}

body {
font-size: 62.5%;
font-family: Helvetica, sans-serif;
background: url(fondo.png) repeat-x top #D8E9FB;
}

li {
	font-size: 1.2em;

}

h1 {
	font-size: 3.0em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: center;
	font-weight: lighter;
	font-family: Helvetica, sans-serif;
	color: #333366;
	border-bottom: 5px solid #333366;
}

h2 {
	font-size: 1.2em;
	padding: 10px 0px 0px 0;
	margin-bottom: 0.5em;
	text-align: center;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	color: #333366;
	
	
}

h3	{

	text-align: justify;
	background: #EDECF5;
	font-weight: lighter;
	font-size: 1.5em;
	padding: 20px 30px 150px 30px;
}

h4 {
	font-size: 1.5em;
	text-align: center;
	font-weight: lighter;
	font-family: Helvetica, sans-serif;
	color: red;
	list-style: none;

}

h5 {
	font-size: 3.0em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: left;
	font-weight: lighter;
	font-family: Helvetica, sans-serif;
	color: #333366;
	border-bottom: 5px solid #333366;
}

h7 {
	font-size: 1.7em;
	margin-bottom: 0.5em;
	text-align: center;
	font-weight: lighter;
	font-family: arial, sans-serif;
	color: #333333;
}

h9 {
	text-align: center;
	background: #EDECF5;
}

.clear { clear: both; }

ul#nav  {
	height: 158px; width :781px;
	background: url(images/header-bg.png) no-repeat;
	list-style: none;
	margin: 0 auto;
	padding-right: 0px;
	text-align: center;
}

	ul#nav li {
		display: inline;
	}

ul#nav2  {
	height: 90px; width :;
	font-size: 0.8em;
	list-style: none;
	margin: 0 auto;
	padding-right: 0px;
}


div#page-wrap {
	width: 781px;
	margin: 0 auto;
}

ul#nav li a {
	display: block;
	width: 65px;
	float: right;
	margin-top: 135px;
	color: #333333;
	text-decoration: none;
}

div#maincontent {
	padding-bottom: 0px;
	background: white;
}
	div#maincontent div#l-col {
		float:left;
		width: 171px;
		
	
	}
	div#maincontent div#r-col {
		float:right;
		width: 610px;
		
		
	}

div#footer {
	background: #E7E7E7;
	color: #333333;
	padding: 10px 0 10px 0;
	text-transform: uppercase;
	border-top: 2px solid gray;
	text-align: center;
}

ul#nav li a:hover, ul#nav li a:active{
	color: white;
}

h3 a {
text-align: left;
} 

h2 a:link, h2 a:visited {
	color: #FF9900;
	text-decoration: none;
}

h4 a:link, h4 a:visited {
	color: #FF9900;
	text-decoration: none;
}

h7 a:link, h7 a:visited {
	color: #333333;
	text-decoration: none;
}