body {
	background-color: #000;
	color: #ffffff;
	font-family: verdana;
	font-size: 11px;
	margin: 0px;
}
h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}
#cuerpo {
	width: 847px;
}
#header {
	width: 856px;
}
#navigation {
	background: #4a4a4a url("title.png") repeat-x;
	color: #FFF;
	margin: 1px;
	padding-bottom: 7px;
	padding-top: 7px;
	text-align: center;
	width: 698px;
}
#filters {
	float: left;
	margin-top: 22px;
	margin-left:45px;
}
#search {
	float: left;
	margin-top: 22px;
	margin-left:15px;
}
#grancuerpo {
	width:856px;
	background:url('http://www.mundoff.es/img/degradado.png');
	background-repeat:repeat-x;
	background-color:#2990b7;
}
#content {

}
#copyright {
	width:100%;
	background-color:#172b48;
	text-align: center;
	vertical-align:middle;
}

/* Hyper Links */
a { color: #ffffff; 	text-decoration: none; }
a:hover { color: #ffff00; 	text-decoration: none; }

#navigation a, .table_top_title a { color: #ff00ff; background-color:#CC3333; }
#navigation a:hover, .table_top_title a:hover {
	background-color:#CC3333; 
	color: #ff00ff;
	text-decoration: none;
	border-bottom: 1px dashed;
}

.table_border {
	border: 0px solid #000;
	margin-bottom: 10px;
	padding: 0px;
}

.tablas_topsite{
	border:0px;	
	border-collapse:collapse;
	width:570px;
}

.tablas_topsite th{
	border-top:1px #3F9 none;
	border-left:1px #3F9 none;
	border-right:1px #03F none;
	border-bottom:1px #94a1bf solid;
}
.tablas_topsite2 th{
	width:150px;
	
}
.tablas_topsite td{
	border:1px #2f6987 solid;
	font-size:12px;
	background-color:#4e9cc1;
	
}
/* Top Ranking Style */
.table_top_title {
	background: #4a4a4a url("title.png") repeat-x;
	font-size: 12px;
	color: #FFF;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}
.table_top_rank {
	background-color: #ff00ff;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_top_description { }
.table_top_banner {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.table_top_stats {
	background-color: #ff00ff;
	padding: 2px;
}
.table_top_rating {
	background-color: #DCDCDC;
	text-align: center;
}
/* Ranking Style */
.table_title {
	font-weight:bolder;
	color: #FFF;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:10px;
	padding-right:10px;
	text-align: center;
}
.table_rank {
	background-color: #DCDCDC;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_description { width: 100%; }
.table_stats {
	background-color: #DCDCDC;
	padding: 2px;
	text-align: center;
}

/* Stats Style */
.stats_top {
	background: #004d6d;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.stats_left { background-color: #326b88; }
.stats1 {
	background-color: #326b88;
	text-align: center;
}
.stats2 {
	background-color: #4e9cc1;
	text-align: center;
}

/* Admin */
.darkbg {
  background-color: #737373;
  color: #fff;
}
.mediumbg {
	background: #4a4a4a url("title.png") repeat-x;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
.lightbg {
	color: #000;
	background-color: #FFF;
}
.lightbgalt {
	color: #000;
	background-color: #DCDCDC;
}

table { width: 100%; }
/* No Borders Images */
img { border: 0; }

select{
		font-size:10px;
		border:1px #222 solid;
}
input[type='submit'], input[type='reset'] {
	background:url('http://www.mundoff.es/img/submit.png');
	font-family:Verdana, Geneva, sans-serif;
	border:1px #333 solid;
	padding:1px;
	color:#CCC;
	font-size:9px;
}
textarea{
		background:url('http://www.mundoff.es/img/textbox.png') #FFF repeat-x;
		border:1px #333 solid;
}
input[type='submit']:hover, input[type='reset']:hover{
	color:#0CF;
	cursor:pointer;
}
input[type='text'], input[type='password']{
	background:url('http://www.mundoff.es/img/textbox.png');
	font-family:Verdana, Geneva, sans-serif;
	border:1px #333 solid;
	padding-top:3px;
	padding-left:3px;
	color:#000;
	font-size:10px;
	height:13px;
}


.join_edit_error {
	background-color: #4a0000;
	border: 1px solid #FFC;
	padding: 2px;
}

a.help { color: #f00; font-weight: bold; text-decoration: none; }
a.help:hover { color: #333; }
