@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;
    text-align:justify;
}

#col1 p{
    position:relative;
    float:left;
	font:1.1em normal Helvetica, sans-serif;
	text-align:justify;
	padding:20px;
}

p{ 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;
}

#col1 table{
      position:relative;
      float:left;
      font-family:Arial;
      font-weight:bold;
      color:#666;
      width:940px;
      left:10px;
      bottom:10px;
      top:10px;
      border:1px solid #ccc;
}

#col1 td{
   border:1px solid #ccc;
   text-align:center;
 }

#order{
       font-size:3em;
       font-weight:bold;
       color:#46b30b;
       width:100px;
}

#team{
      width:70px;
       }
       
#pos{
     width:60px;
      }

#name{
      width:330px;
       }

#uni{
     width:150px;
      }
      
#old{
     width:60px;
      }
      
#altura{
         width:85px; }
       
#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:auto;
	background:#fdfdfd;
	position:relative;
	padding-bottom:20px;
}

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

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



#comments{
	position:relative;
	float:left;
	background-color:#fdfdfd;
	font:10pt Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	width:100%;
    height:auto;
	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;
}