@charset "UTF-8";
#barra_superior {
	height: 40px;
	padding-top:4px;
	padding-left:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	background-color: #FF6600;
	background-image: url(../images/back_barra.jpg);
	background-repeat: repeat-x;
}
#barra_superior a {
	text-decoration: none;
	color: #FF6600;
}
#barra_superior a:hover {
	font-weight: bold;
	color:#FF0000;
	text-decoration: underline;
}
