/* +--------------------------------------------------------------------------------------------+ */
/* |     menu                                                                                   | */
/* +--------------------------------------------------------------------------------------------+ */

#menu {
    width: 814px;
	height: 25px;
	border: solid 1px #707076;
	padding: 0px 0px 0px 24px;
	background: transparent url(../img/mnu_fondo.jpg) repeat-x;

}

	#menu img {
		float: left;
        border: none;
		margin: 0px;
		padding: 0px;
    }

		#menu a {
			float: left;
			height: 20px;
			padding: 5px 19px 0px 19px;
            text-decoration: none;
			font-size: 12px;
			font-weight: bold;
			color: #ffffff;
        }

		#menu a:hover {
	        background: url(../img/mnu_filete_act.jpg) repeat-x;
			color: #3f5682;
			cursor: pointer;
	    }
		
		.sel{
			float: left;
			height: 20px;
			padding: 5px 19px 0px 19px;
            text-decoration: none;
			font-size: 12px;
			font-weight: bold;
			background: url(../img/mnu_filete_act.jpg) repeat-x;
			color: #3f5682;
		}
		
		#menu a.selec {
			float: left;
			height: 20px;
			padding: 5px 19px 0px 19px;
            text-decoration: none;
			font-size: 12px;
			font-weight: bold;
			color: #3f5682;
			background: url(../img/mnu_filete_act.jpg) repeat-x;
        }

		#menu a.selec:hover {
	        background: url(../img/mnu_filete_act.jpg) repeat-x;
			color: #3f5682;
			cursor: pointer;
	    }


