
body {
	background: "images/lblue096_back.jpg";
	font-family: tahoma, arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	margin: 0;
	padding: 0;
	text-align: center;
}

* html body {
	line-height: 13px;
}

a:link { 
	color: #E7B12D;
	font-weight: bold;
	text-decoration: none;
}
	
a:visited { 
	color: #E7B12D;
	font-weight: bold;
	text-decoration: none;	
}
	
a:hover, a:active { 
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

#nav a:link { 
	background: url(images/btn-rect.gif) no-repeat;
	color: ##c6EFF7;
	display: block;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	padding-top: 6px;
	text-align: center;
	text-decoration: none;
	width: 71px;
}
	
#nav a:visited { 
	background: url(images/btn-rect.gif) no-repeat;
	color: #C7C6C6;
	display: block;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	padding-top: 6px;
	text-align: center;
	text-decoration: none;
	width: 71px;	
}
	
#nav a:hover, #nav a:active { 
	background: url(images/btn-rect.gif) no-repeat;
	color: #FFFFFF;
	display: block;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	padding-top: 6px;
	text-align: center;
	text-decoration: none;
	width: 71px;
}

}

#nav {
	margin-bottom: 10px;
	margin-top: 10px;	
	width: 800px;
}

#nav ul {
	list-style: none;
	margin: 0;
	margin-left: 10px;
	padding: 0;
}

#nav li {
	float: left;
	list-style: none;
	margin: 0;
	margin-right: 10px;
	padding: 0;
}


/* ------------------------------------------------- CLASE'S --- */

.calign {
	margin-left: 110px;
}

.heading {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.heading2 {
	color: #E7B12D;
	font-size: 14px;
	font-weight: bold;
}

