

#superior {
        background: #FFFFFF;
        position: relative;
	width: 770px;
	height: 35px;
	margin: 0 auto;
        border-bottom:1px solid #b9dfc8;
}

#menu_superior ul {
	list-style-type:none;
	margin: 0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6F6F6F;
	white-space: nowrap;
	font-weight: bold;
}


#menu_superior ul li {
        margin: 14px 1px 0 0 ;
        margin-left: 8px;
        float:left;
        height:20px;
        line-height:20px; 
        display:inline ;
}



 
#menu_superior ul a {
        text-decoration: none;
	display: block;
	height: 20px;
	margin: 0px 1px 0 0 ;
	padding: 0px 5px 0px 8px;
	background: url(../img/botonn.gif) no-repeat;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #5288B3;
        float: left;
        line-height:20px;
}





#menu_superior a:visited {
	
}



#menu_superior a:hover {
        background: url(../img/botonon.gif) 
	position:relative;
	z-index:100;
	text-decoration:none;
}



#menu_superior li.activo1 a:hover {
       background: url(../img/botonon.gif) ;
}


#menu_superior li.activo a { 

       background: url(../img/botonon.gif) ;

}











input {
	padding:0px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:0px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	padding: 0px0px; 
	color: #FFF;
	background: #8EB50C url(../img/button-bg.jpg) repeat-x 0 0;
	border: none;
}




/* search form */
.searchform {
        float: right;
        position: relative;
	background-color: transparent;
	border: none;	
       
        margin-top: 10px;
	width: 190px;	
}

.searchform input.textbox { 
	width: 100px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 50px;
	height: 18px;
	padding: 2px 5px;
	vertical-align: top;

}
























