@charset "utf-8";
/* CSS Document */

#menu_principal{
height:20px;
margin:0px;
padding:3px;
border-bottom:thin  #CCCCCC solid;
background:#568CAE url(../images/menu_fondo.jpg) no-repeat center top;
}

.div_menu{
	float:left;
	width:150px;
	color:#FFF;
	height:100%;
	border-right:1px #FFF solid;
	
	padding-left:10px;
	vertical-align:middle;
}

.unselect{
	cursor:default;
/*	background-color:#0FA9E3;*/
}
.select{
	cursor:pointer;
/*	background-color:#cccccc;*/
}
