div.centrado{
text-align: center;
}
div.centrado table {
margin: 0 auto;
text-align: left;
}
.fondo {
	background-color: #000000;
	margin-top: 72px;
	text-align: center;
}
.txtgeneral {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
	text-align: left;
	margin-left: 119px;
}
.txtgeneral_news {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
	text-align: left;
}

#menu ul {
	margin:0 auto;
	padding:0;
	list-style:none;
	white-space:nowrap;
	list-style:none;
	height:31px;
	position:relative;
	font-size:12px;
	text-align: center;
}
#menu li {
	margin:0 6px 0 0; 
	padding:0; 
	float:right;
}
#menu li a {
	display:block;
	float:none;
	height:36px;
	line-height:30px;
	color:#FFFFFF;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	background:url(img/menu.gif) no-repeat;
	padding: 0;
	width: 60px;
}
#menu li a b {
	float:center; 
	display:block; 
	background:url(img/menu.gif) no-repeat;
}
#menu li.current a {
	color:#fff; 
	background:url(img/menu.gif) no-repeat; 
	line-height:35px;
}
#menu li.current a b {
	background:url(img/menu.gif) no-repeat; 
	padding-bottom:12px;
}
#menu li a:hover {
	color:#fff; background: url(img/menu_on.gif) no-repeat; 
	line-height:35px;
}
#menu li a:hover b {
	background:url(img/menu_on.gif) no-repeat; 
	padding-bottom:12px;
}
#menu li.current a:hover {
	background: url(img/menu_on.gif) no-repeat; 
	cursor:default;
}
#menu li.current a:hover b {
	background:url(img/menu_on.gif) no-repeat;
}
hr {
	background-color: #ff8204;
	border: 4px solid #ff8204;
	color: #ff8204;
}
a:link {
	color: #ff8204;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #696969;
	text-decoration: none;
}
a:active {
	color: #ff8204;
	text-decoration: none;
}
a.gris:link {
	color: #333333;
	text-decoration: none;
}
a.gris:visited {
	color: #333333;
	text-decoration: none;
}
a.gris:hover {
	color: #666666;
	text-decoration: none;
}
a.gris:active {
	color: #333333;
	text-decoration: none;
}
.titols {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #ff8204;
}
.txtinfo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #666666;
	text-align: right;
}
h1 {
	font-size: 130%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.btn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #000000;
  font-size: 15px;
  background: #ff8204;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #bf6000;
  text-decoration: none;
}
