a{
		display: block;
		text-decoration: none;
		color: #004a80;
		padding: 5px;
		}
		
		ul{
		width: 500px;
		height: 28px;
		}
		ul,li{
		list-style: none;
		margin:0;
		padding:0;
		}
		#nav{
		font-family: 'Century Gothic', sans-serif;
		}
		
		#nav li{
		float:left;
		position: relative;
		width: 125px;
		font-size: 14px;
		font-variant: small-caps;
		border-top:1px solid #004a80;
		border-bottom:1px solid #004A80;
		text-align:center; 
		text-transform:uppercase;
		}
		
		.submenu{
		display: none;
		position: absolute;
		left: -1px;
		border:none;
		height: auto;
		background: none;
		}
		
		#nav .submenu li{
		float: none;
		position: static;
		margin: 0;
		font-size: 11px;
		font-variant: normal;
		border: 1px solid #004a80;
		border-top: none;
		width: 124px;
		}
		
		#nav .submenu li a{
		color: #FFFFFF;
		background: #004a80 url('fondo_menu_desplegable.png') repeat-x 0 0;
		width: 114px;
		height: 16px;
		}
		
		div.volver{
			margin-top:300px;
			width: 500px;
			text-align: center;
		}
		
		div.volver a{
			text-decoration: underline;
		}
		
		div.volver a:hover{
			color: #FFFFFF;
			background: #004a80 url('fondo_menu_desplegable.png') repeat-x 0 0;
		}
