/* CSS Document mundosinguerras.org - sept 2006 - */

/* Generales ___________________________________________________*/
/* 
Screen layout: */
body {
	padding: 0;
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	margin-top: 10px;
	background-image: url(../img/logo/blanco.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 600px;
}

#contenido{
	width:550px;
	float: right;
	clear: none;
}
#contenidoLeft {
	float: left;
	margin: 145px 0px 2px 0px;
	clear: left;
	width: 25%;
	padding: 2px 3px 2px 6px;
}

h1 {
  display: inline;
  font-size: 150%;
}

h2 { 
  font-size: 180%;
}

h3 {
  font-size: 120%;
  font-weight: bold;
}
a {
	color: #FF6600;
	text-decoration: underline;
}
a:hover {
	color: #0066FF;
	text-decoration: none
}
#contenido p {
	padding: 0px 2px 0px 8px;

}
.blanco {
	color: #FFFFFF;
}
table.stats
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #FF9900;
	background-color: #000000;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.stats td
{background-color: #F$F4F4;
	color: #000000;
	padding: 4px;
	border: 1px #996633 solid;
	background-color: #CC9966;
	font-size: 12px;
	font-weight: 100;
}
table.stats td.hed
{
	background-color: #999966;
	color: #000000;
	padding: 4px;
	text-align: left;
	border-bottom: 1px #fff solid;
	font-size: 12px;
	font-weight: 100;
}
table.stats td.totals {
	background-color: #999999;
	color: #FFFFFF;
	padding: 4px;
	text-align: center;
	border-bottom: 2px #fff solid;
	font-size: 12px;
}
table.stats tr {
background-color: #F$F4F4;
	color: #000000;
	padding: 4px;
	border: 1px #fff solid;
	background-color: #FFCC33;
}
table.stats a {
background-color: #F$F4F4;
	color: #333333;
	padding: 4px;
	text-decoration: underline;
}
table.stats td.top {
	background-color: #FFFFFF;
	color: #000000;
	padding: 4px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-size: 12px;
	font-weight: 100;
}
table.stats a:hover {

background-color: #F$F4F4;
	color: #FFFFFF;
	padding: 4px;
	text-decoration: underline;
}
