@charset "UTF-8";





/*- Menu --------------------------- */
	
#menu {
	width: 185px;
	margin: 0px;
	background-color: #003074;
	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #FFF;
	display: block;
	padding: 8px 0 0 35px;
	background-image: url(../imagenes/menu9.gif);
	}
	
#menu li a:hover {
	color: #FFF;
	padding: 8px 0 0 35px;
	background-image: url(../imagenes/menu9.gif);
	background-position: 0 -32px;
	}
.fondo_gris {
	background-color: #D7D7D7;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 2px;
}
	
ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	}

