#menu_top {
	text-align: center;
	background-color: #2F3030;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	height: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
#menu_top a:link, #menu_top a:visited, #menu_top a:active, #menu_top a:hover {
	height: 25px;
	padding-right: 18px;
	padding-left: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
#menu_top a:hover {
	text-decoration: none;
	background-color: #1875cf;
}
#menu_top span a:link, #menu_top span a:visited, #menu_top span a:active, #menu_top span a:hover {
	height: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 19px;
	padding-left: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
#menu_top span a:hover {
	text-decoration: none;
	background-color: #1875cf;
}

.menu_top_actual {
	text-decoration: none;
	background-color: #1875cf;
}

#ultima_hora {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4a739b;
	border: 1px solid #FFFFFF;
	height: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 23px;
}

