* { 
	padding: 0;
	margin: 0;
}

body {
	font: 70%/160% Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	background: #f5f3ef url("../images/bg-header.gif") repeat-x;
	color: #333333;
	width: 760px;
	position: relative;
	margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-family: "Trebuchet MS",Tahoma,Arial;
	font-weight:normal;
	line-height:100%;	
	letter-spacing: -1px;
	margin: 0px;
	padding: 0px;
}

h1 { font-size: 250%; }
h2 { font-size: 200%; }
h3 { font-size: 150%; }

ul {
	list-style-type:none;
	padding-left:0;
}

#header, #content, #footer {
	position: relative;
	float: left;			
	padding: 0 10px;
}

#header h1.logo {
	position: relative;
	width: 310px; height: 140px;
	background: url("../images/logo.gif") no-repeat;
}

#header h1.logo a {
	position: absolute;
	top: 71px; left: 25px;
	display: block;
	width: 253px; height: 58px;
	text-indent: -9999px;
	background: none;
	text-decoration: none;
}
		
#content-inner {
	width: 740px;
	background: #fff;
	float: left;
	margin: auto;
}
				
#content-top {
	float: left;
	padding: 0px;
	width: 740px;
}
			
#main {
	display: inline;
	position: relative;
	width: 400px;
	padding: 30px 0 30px 50px;
}

/*************** MENU SUPERIOR **************/
/********************************************/

ul#nav {
	position: absolute;
	height: 39px; width: 411px;
	top:91px; left:330px;
	background: url("../images/nav.gif") no-repeat;
}

ul#nav li {
	float: left;
}
	
ul#nav li a {
	position: absolute;
	text-indent: -9999px;
	text-decoration: none;
	border: none !important;
	top: 0px; height: 20px;
}

ul#nav li#nav1 a { 
	top: 11px; left: 15px; width: 62px; 
	background: url("../images/nav.gif") no-repeat -15px -11px;
}

ul#nav li#nav2 a { 
	top: 11px; left: 89px; width: 65px; 
	background: url("../images/nav.gif") no-repeat -89px -11px ;
}

ul#nav li#nav3 a {
	top: 11px; left: 168px; width: 45px; 
	background: url("../images/nav.gif") no-repeat -168px -11px;
}

ul#nav li#nav4 a {
	top: 11px; left: 226px; width: 61px; 
	background: url("../images/nav.gif") no-repeat -226px -11px;
}

ul#nav li#nav5 a { 
	top: 11px; left: 300px; width: 55px; 
	background: url("../images/nav.gif") no-repeat -300px -11px;
}

ul#nav li#nav6 a { 
	top: 11px; left: 365px; width: 29px; 
	background: url("../images/nav.gif") no-repeat -365px  -11px;
}		


/*************** PIE DE PAGINA **************/
/********************************************/

#footer {
	position: relative;	
	padding: 15px 30px 50px 20px;
	line-height: 14px;
	font-size: 9px;
}

#footer-nav {
	width: 680px;
}

#footer li {
	display: inline;
}
	
#footer a {
	text-decoration: none;
	padding: 3px;
	color: #808080;
}
		
#footer a:hover { 
	color: #172626; 
}

#footer p {
	padding: 0 3px;
	width: 200px;
	color: #808080;
}
		
#footer p.credits {
	position: absolute;
	top: 15px; right: 10px;
	width: 200px;
	text-align: right;
}

#footer p.address {
	position: absolute;
	top: 30px; right: 12px;
	width: 220px;
	text-align: right;
}

#footer p.address a {
	color: #808080;
}

/* content elements
-------------------------------------------------------- */

#content-top h2 { 
	margin-bottom: 5px;
	color: #172626;
	width: 230px; 
	height: 50px; 
	text-indent: -9999px; 
}

#content-top h3 {
	margin: 20px;
}

#content-top p { 
	padding-bottom: 21px; 
}

a {
	color: #172626;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.imagethumb { 
	float: left; 
	border: 0px; 
}

.imagethumb a  { 
	color: #7b7871;
	line-height: 0; 
	margin: 0px 2px 10px 3px; 
	border: solid 4px #d7d3c7; 
	display: block; 
}

.imagethumb a img {
	border-width: 0pt;
	border-style: none;
}
