@charset "utf-8";
/* CSS Document */

body{
	background-color:#123B57;
	

}

#container{
	background:#123B57 url(img/fondo.jpg) no-repeat;
	width:1024px;
	height:800px;
}

#logo{
	background:url(img/logo.jpg);
	background-repeat:no-repeat;

	width:225px;
	height:73px;
	

}

/* Menu css*/

#menu9 {
	width: 264px;
	margin: -16px 0px 0px -40px;

	}
	
#menu9 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	text-indent:20px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	
	}	
	
#menu9 li a:link, #menu9 li a:visited {
	color: #FFF;
	display: block;
	background:  url(img/menu9.gif);
	padding: 8px 0 0 35px;
	}
	
#menu9 li a:hover {
	color: #FFF;
	background:url(img/menu9.gif) 0 -32px;  
	padding: 8px 0 0 35px;
	}
	

