/* CSS Document */

body,td,th {
	margin: 20px;
	background: #000;
	font-family: Trebuchet, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
}

a, a:visited  {
	color: #fff;
	text-decoration: none;
}

a:hover, a:active {
	color: #ddd;
	text-decoration: none;
}

.cabecera {
	font-size: 10px;
	width: 924px;
	height: 68px;
	margin: 30px auto 15px auto;
	clear:both;
}

.logo{
	position:relative;
	margin: 0 auto;
	width: 225px;
}

.main {
	width: 924px;
	height: 496px;
	margin: 0 auto;
	clear:both;
}

.footer {
	width: 924px;
	margin: 10px auto 0 auto;
	text-align: center;
	clear:both;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	color: #8B7531;
}

.footer a:link, .footer a:hover{
	color: #8B7531;
	text-decoration: none;
}

.footer a:hover{
	color: #fff;
	text-decoration: none;
}

.menus {
	width: auto;
	clear:none;
	position:relative;
	margin-top:-30px;
	float:left;
	z-index:1000;
}
.menus img {
	display:inline;
	border: none
}

.extra {
	width: 924px;
	height: 30px;
	margin: 10px auto 0 auto;
	clear:both;
	display:none;
}
