@charset "utf-8";
/* CSS Document */

body{
	background:#030303 url(../images/fondo.jpg) no-repeat center top;
	width:100%;
	margin:0;
	display:table;
}

h1{
	font:12pt Helvetica, sans-serif;
	font-weight:bold;
	padding:2px 10px 6px 10px;
	background:#eee;
	width:auto;
}

h2{
	font: 11pt bold Helvetica, sans-serif;
	padding:0 10px;
	font-style:italic;
}

p,span{
	font:10pt normal Helvetica, sans-serif;
	text-align:justify;
	padding:0 10px 5px 10px;
}

a{
	text-decoration:none;
	color:#0099CC;
}

a:hover{
	text-decoration:underline;
}

#contenedor{
	width:960px;
	margin:0 auto;
}

#encabezado{
	height:320px;
	width:100%;
	position:relative;
	z-index:2;
}

#logo{
	position:relative;
	left:20px;
	height:320px;
	top:0px;
	background:url(../images/logo.png) center no-repeat;
}

#logo span{
	display:none;
}

#contenido{
	width:100%;
	/*height:3000px;*/
	background:#fdfdfd;
	position:relative;
	padding-bottom:20px;
}

#header{
	margin:0 auto;
	width:950px;
}

#col1{
	position:relative;
	float:left;
	width:320px;
	background:#fdfdfd;
	margin-bottom:10px;
}

#col2{
	position:relative;
	float:left;
	width:320px;
	background:#fdfdfd;
	margin-bottom:10px;
}

#col3{
	position:relative;
	float:right;
	width:320px;
	background:#fdfdfd;
	margin-bottom:10px;
}

#col1 a img, #col1 a h2, #col2 a img, #col2 a h2, #col3 a img, #col3 a h2{
	position:relative;
	float:left;
	margin-left:35px;
}

#col1 span h2, #col1 span img, #col2 span h2, #col2 span img, #col3 span h2, #col3 span img{
	position:relative;
	float:left;
	margin-left:35px;
}

#col1 a img, #col2 a img, #col3 a img{
	padding:2px 0 20px;
}

#col1 span img, #col2 span img, #col3 span img{
	padding:2px 0 20px;
}

/*#poll{
	position:relative;
	float:right;
	width:400px;
	top:10px;
	right:4px;
}

#intro{
	position:relative;
	float:left;
	width:540px;
	left:4px;
	top:10px;
}

#matchup{
	position:relative;
	float:left;
	width:540px;
	left:4px;
	top:17px;
}

#matchup table{
	text-align:center;
}

#matchup td{
	width:160px;
}

#matchup td img{
	padding:4px;
	border:#ccc 1px solid;
	background:#eee;
}

#stats{
	position:relative;
	float:right;
	right:4px;
	top:15px;
	width:400px;
}

#stats table p{
	text-align:center;
}

#stats td{
	border:#ccc 1px solid;
	padding:2px 0;
}

#stats .titulo{
	font-weight:bold;
}

#gameplan{
	width:540px;
	position:relative;
	float:left;
	top:22px;
	left:4px;
}

#gameplan td{
	width:250px;
	vertical-align:top;
	text-align:center;
}

#gameplan li{
	padding:5px 3px 0 3px;
	list-style:inside;
}



#last-meetings{
	width:400px;
	position:relative;
	float:right;
	top:22px;
	right:4px;
}

#leaders{
	width:540px;
	position:relative;
	float:left;
	top:29px;
	left:4px;
}

#leaders table{
	text-align:center;
	margin:0 auto;
}

#leaders td{
	width:150px;
	border:#ccc 1px solid;
}

#factor-x{
	width:400px;
	position:relative;
	float:right;
	top:28px;
	right:4px;
}

#factor-x p{
	text-align:justify;
}

#factor-x img{
	padding:3px;
	margin-right:6px;
	background-color:#eee;
	border:1px #ccc solid;
	float:left;
	top:15px;
}

#historic{
	border:#ccc 1px solid;
	width:540px;
	height:200px;
	position:relative;
	float:left;
	top:35px;
	left:4px;
}*/

#comments{
	position:relative;
	float:left;
	background-color:#fdfdfd;
	font:10pt Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	width:100%;
	top:-10px;
}

#comments td{
	padding:5px;
	vertical-align:top;
}

#comments td.title-comment{
	font-weight:bold;
}

#comments .impar{
	background-color:#f6f6f6;
}

#comments .par{
	background-color:#f0f0f0;
}