
#superior {
position:static; 
width:800px; 
height:100px;
align:center;
background-color: #99CC66; 
border-right: 2px #FFCC00;
border-left: 2px #FFCC00;
}

#logo {
position:relative; 
float:left; 
width:150px; 
height:120px; 
left: 1px; 
background-color: #99CC66; 
}

#fondo_sup {
position:relative; 
float: left; 
width:650px; 
height:80px; 
left: 0px; 
background-color: #99CC66; 
}

#menu_sup {
position:relative; 
float: left; 
width:650px; 
height:25px; 
background-color: #ffffff; 
font-family : Verdana;
	font-weight: bold;
	font-size: 10px;
	color: #99CC66;
	text-align: right;
	padding: 5px 10px 5px 10px ;
}

a.enlace_menu_sup:link {
	font-family : Verdana;
	font-weight: bold;
	font-size: 10px;
	color: #99CC66;
	text-align: right;
	text-decoration:none;
	background-position: center;
 } 
a.enlace_menu_sup:visited {
font-family : Verdana;   
font-weight: bold;     
font-size: 10px;          
color: #99CC66;
	text-align: right;
text-decoration:none;
} 
a.enlace_menu_sup:active  {    
font-family : Verdana;   
font-weight: bold;     
font-size: 10px;          
color: #99CC66;
	text-align: right;  
text-decoration:none;} 
  
a.enlace_menu_sup:hover   {   
font-family : Verdana;   
font-weight: bold;     
font-size: 10px;          
color: #99CC66;
	text-align: right;
text-decoration: underline;} 


















