/* CSS Document */
#titulo h1 {
	font-size:18px;
	font-weight: bold;
	text-align: center;
	color: #CF3B00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 5px;
	
}
h2{font-size: 12px;
font-weight: bold;
	text-align: center;	}
	
#inicialtext h3{font-size: 12px;
font-weight: bold;
	}
	#bodyflight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	clear: both;
	float: none;
}
#bodyflight h4 {
	font-size: 13px;
	text-decoration: none;
}
#bodyflight h2 {
	font-size: 12px;
	text-decoration: none;
}


/* Para el menu */
#menu_container {
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#menu_container h2 {
	background-color: #005EA6;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	height: 22px;
	padding: 4px 4px 4px 10px;
	margin: 0px;
	text-align: left;
}
#menu_container #menu {
	background-color: #B1D9EB;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-right: 1px solid #005EA6;
	border-bottom: 1px solid #005EA6;
	border-left: 1px solid #005EA6;
	margin: 0px;
	font-weight: normal;
	text-align: left;
}
#menu_container #menu h3 {
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	margin: 0px;
}
#menu_container #menu ul  {
	list-style-type: none;
	margin: 0px;
	padding: 4px;
	font-size: 11px;
}
#menu_container #menu ul a  {
	text-decoration: none;

}
#menu_container #menu ul a:hover  {
	text-decoration: underline;
}

