@charset "utf-8";
/* CSS Document */
body {
   	margin:0 0 5px 0;
	padding:0;
	background-color:#111000;
}
#page{
    width : 770px;
	height:auto;
  	background-color:#3A3A3A;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #3a3a3a;
	}
#top{
    width :770px;
    height :150px;
    background-color: #000000;
    background-image: url(images/mutilation_top.jpg);
    background-position: top;
    background-repeat: no-repeat;
}
#menu{
  width: 770px;
  background: #000000;
  padding-top: 2px;
}
#container{
  margin-top: 5px;
  width: 768px;
  height: 950px;
}
#colleft{
  float:left;
  width:170px;
  height: 950px;;
  border:1px solid #d3d3d3;
  margin-left: 3px;
  background-color:#1b1b1b ;
  }

#player{
  width: 170px;
  height: 200px;
  border-bottom: #494949 1px solid;
}
#fotos{
  width: 170px;
  height: 280px;
  border-bottom: #494949 1px solid;

}
#mag{
  width: 170px;
  height: 250px;
  margin-top: 2px;
  border-bottom: #494949 1px solid;
}

#colright{
  float:right;
  width: 580px;
  height: 950px;
  border:1px solid #d3d3d3;
  margin-right:3px;
  margin-left:5px;
  background-color:#1b1b1b ;
}
#topbanner{
  width: 580px;
  height: 100px;
  background-color:#1b1b1b;
  }
#contentright{
  background-color: #000000;
  width: 580px;
  height: 740px;
  margin-top: 5px;
}
table {
    /*  border-collapse: collapse;   */
	border: 0px solid #ffffff;
	margin-left:15px;
    font-family:Arial, Helvetica, sans-serif;
    font-size: small;
    font-style: normal;
    color:#cccccc;

}
caption {
	text-align: center;
   	font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-style: normal;
    color:#FFFFFF;
}
thead tr th, thead tr td {
	text-align: left;
	border-bottom: 1px solid #000000;
    padding-top: 5px;
    color: #414141;
	}
tfoot tr td {
	text-align: right;
	border-top: 1px solid #000000;
    color:#414141;
	}
tfoot tr td
a:link {text-decoration: none; color:#CCCCCC;}
a:visited {text-decoration: none; color:#FFFFFF;}
a:hover {text-decoration: underline;color: #ff0000;}
a:active {text-decoration: underline;color: #C0C0C0;}

tr td, tr th {
   	border-bottom: 1px solid #414141;
    padding-bottom: 5px;


}
tr th {
     font-family: Arial, Helvetica, sans-serif;
     font-size: small;
     font-style: normal;
     color:#FFFFFF;
	}

.capa{
	width:120px;
	height:120px;
	text-align:center;
	vertical-align:top;
	font-size:12px;
	color:#FFFFFF;
	border: 1px solid #606060;
	background-color: #2C2C2C;
    }
#bottombanner{
  vertical-align: bottom;
}
#footer{
  margin-top: 20px;
  padding-top: 10px;
  padding-left:10px;
  background-color: #000000;
  width: 760px;
  height: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  color: #d3d3d3;
}
#footer
a:link {text-decoration: none; color:#CCCCCC;}
a:visited {text-decoration: none; color:#FFFFFF;}
a:hover {text-decoration: underline;color: #ff0000;}
a:active {text-decoration: none;color: #C0C0C0;}


