body{
	background-color:#EEE;
	color:#747474;
	font-family:Arial;
}
#wrapper{
	background-color:#FFF;
	margin:auto;
	position:relative;
	width:990px;
}
#header{	
	width:100%;
}
#header{
	background:#FFF url("../images/header_background.gif") repeat-x top;	
}
#header h1{
	float:left;
	margin-left:10px;
	width:300px;
}
#header .background{
	background-color:#111;
	float:right;
}
ul#navigation{
	width:100%;
}
ul#navigation li{
	background:#FFF url("../images/menu_background.gif") repeat-x;
	border-bottom:1px solid #DCDCDC;
	float:left;
	height:30px;
	margin-right:5px;
	width:120px;
}
ul#navigation li a{
	color:#747474;
	display:block;
	font-size:80%;
	height:30px;
	line-height:30px;
	text-align:center;
	text-transform:uppercase;
	width:120px;
}
ul#navigation li a.selected{
	background:#FFF url("../images/hover_background.gif") repeat-x;
}
ul#navigation li a:hover{
	background:#FFF url("../images/hover_background.gif") repeat-x;
}
ul#navigation li.last{
	margin-right:0;
	width:100px;
}
ul#navigation li.last{
	background:none;
}
ul#navigation li.last.es a{
	background-image:url("../images/ico_flag_es.gif");
	background-repeat:no-repeat;
	background-position:left;
	text-transform:capitalize;
}
ul#navigation li.last.en a{
	background-image:url("../images/ico_flag_usa.gif");
	background-repeat:no-repeat;
	background-position:left;
	text-transform:capitalize;
}
ul#navigation li.space{
	background:none;
	margin-right:0;
	width:110px;
}
div#top{
	border-bottom:1px solid #DCDCDC;
	padding-bottom:5px;
}
div#search{
	margin-top:5px;
	padding:20px;
	padding-right:5px;
	padding-bottom:0;
}
div#search h2{
	margin-bottom:5px;
	margin-left:2px;
}
div#search #q{
	/*background:#FFF url("../images/menu_background.gif") repeat-x;*/
	background:#FFF url("../images/search_icon.gif") no-repeat right;
	border:1px solid #DCDCDC;
	color:#747474;
	font-size:85%;
	height:18px;
	margin-bottom:10px;
	padding:3px;
	padding-top:8px;
	padding-left:8px;
	width:300px;
}
div#search #search_button{
	margin-left:10px;
	float:left;
	font-size:100%;
  width:80px;
}
div#search #adv_search_button{
	margin-left:10px;
	float:left;
	font-size:100%;
	width:150px;
}
div#search label{
	font-size:90%;
}
div#lupa{
	color:#fdd30b;
	padding-top:16px;
	padding-left:20px;
	font-size:110%;
	height:62px;
	border-bottom:1px solid #DCDCDC;
}
div#stats{
	padding-left:20px;
	padding-top:5px;
	padding-bottom:0;
	width:355px;
}
div#stats h2{
	background:#FFF url("../images/stats_icon.gif") no-repeat top right;
	border-bottom:1px solid #DCDCDC;
	height:30px;
	line-height:45px;
	margin-bottom:5px;
	padding:5px;
}
div#stats table{
	width:100%;
}
div#stats table tr td{
	font-size:70%;
	height:12px;
}
div#stats table tr td.detail{
	padding-left:5px;
}
div#stats table tr td.results{
	padding-right:10px;
	font-weight:bold;
	text-align:right;
}
div.column{
	float:left;
}
div#footer{
	border-top:1px solid #DCDCDC;
	margin-top:5px;
	padding:10px;
}
div#footer p{
	font-size:70%;
	margin:20px;
	margin-top:20px;
}
/* TEXTs */
h2{
	color:#fdd30b;
	font-size:110%;
	font-weight:normal;
	margin-bottom:20px;
	text-transform:uppercase;
}
h3{
	font-size:85%;
	font-weight:normal;
	margin-bottom:20px;
/*	text-transform:capitalize;*/
}
a.button{
	background:#FFF url("../images/menu_background.gif") repeat-x;
	border-bottom:1px solid #DCDCDC;
	display:block;
	font-size:85%;
	height:30px;
	line-height:30px;
	text-align:center;
}
a.button span{
	color:#747474;
	margin:3px;
}
a.button.highlight{
	background:#FFF url("../images/hover_background.gif") repeat-x;
	text-transform:uppercase;
}
a{
	text-decoration:none;
	color:inherit;
}
p{
	font-size:80%;
	line-height:1.1em;
}
/* HELPERS */
.float-left{float:left;}
.float-right{float:right;}
.width-100{width:100px;}
.width-150{width:150px;}
div.clear{
	clear:both;
}
/* CLEAR FIX */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
