
.menu {
	float: left;	
	width: 760px;
	height: 40px;
	margin-top:20px;
	margin-left: 135px;
}

.menu ul {
	width: 660px;
	height: 40px;
	margin-top:10px;
	list-style-type:none;
}

.menu li {
	width: 100px;
	display: inline;
	padding-right: 10px; 
	padding-left: 10px;
	border-left: #96BA5A 1px solid;
	font-family: verdana, arial, sans-serif; 
	font-size:16px;	
}

.menu li.first {
	width: 500px;
	border-left: transparent 0px;
	padding-left: 0; 
}

.menu a {
	text-decoration: none;
	color: #FFF;
	font-size: 13px;	
}

.menu a:hover {
	color: #BBE46A;
	font-size:13px;
	text-decoration: underline;	
}

/* footer */

/*---- codingforums-------*/

#separador{
width:760px;
height:70px;
margin-bottom: 0px;
background: url(images/separadorverde.gif) repeat-x bottom;
padding:0px;
}


#contenedor-pie { 
width: 760px;
height: 64px;
margin:0px;
padding:0px;
}

#pie {
padding-top:0px;
line-height: 60px;
height: 64px;
background-image: url(images/footgreen.gif);
background-position: bottom center;
background-repeat: repeat-x;
}

/*---- codingforums-------*/


#pielinks li {
	display: inline;
	padding-right: 10px; 
	padding-left: 12px;
	border-left: #96BA5A 1px solid;
	font-family: tahoma, arial, sans-serif; 
	font-size:11px;	
}

#pielinks li.first {
	border-left: transparent 0px;
	padding-left: 15px; 
}

#pielinks a {
	text-decoration: none;
	color: #FFF;
	font-size: 11px;	
}

#pielinks a:hover {
	color: #BBE46A;
	font-size:11px;	
	text-decoration: underline;	
}

#spanfoot{
	float:right; 
	padding-right:25px; 
	color:#BBE46A; 
	font-family: tahoma, arial, sans-serif; 
	font-size:11px;
}



