*{
margin: 0;
padding: 0;
}
/*------links*/
a:link, a:active, a:visited {
text-decoration: none;  
color: #fad8b1;
padding: 3px;
}
a:hover {
text-decoration: none;  
color: #9daaaf;
background-color: #fad8b1;
}
a.imglink:hover{
background: transparent;
border: 0;
}
/*------ divs */
#container{
margin: 0 auto;
width: 100%;
text-align: left;
}
#header{
width: 100%;
height: 450px;
background-color: #14303d;
}
#header img{
margin: 0;
}
#content {
float:left;
width: 600px;
background-color: #14303d;
}
#footer{
width: 100%;
height: 10px;
}
#fansfansfans{
margin: 0 auto;
width: 200px;
text-align: center;
}
/*------ menu */
#menu{
position: absolute;
top: 365px;
left: 200px;
}
ul#navlist{
margin: 0;
padding: 0;
list-style-type: none;
list-style-image: none;
display: block;
}

ul#navlist li{
font-size: 110%;
float: left;
margin: 0;
padding: 10px 0 0 0;
text-transform: uppercase;
}

#navlist a, #navlist a:link{
font-weight: bold;
margin: 0;
padding: 3px 5px;
color: #fad8b1;
text-decoration: none;
}

#navlist a:hover{
border: 0;
background-color: #fad8b1;
color: #9daaaf;
}

/* ------div para las estadísticas */
#stats{
margin: 25px auto;
}
#stats table{
width: 90%;
}
#stats td{
padding: 5px;
}
/*------------html tags */
body {
color: #9daaaf;
font-family: georgia, serif;
font-size: 12px;
background-color: #14303d;
}
h1, h2, p{
margin-left: 15px;
}
h1, h3 {
font-weight: normal;
font-size: 18px;
color: #53818f;
font-style: italic;
padding-top: 40px;
padding-left: 70px;
}
h2 {
font-size: 14px;
color: #ecab6e;
font-variant: small-caps;
}
p{
margin-right: 15px;
margin-bottom: 15px;
line-height: 15px;
text-align: justify;
line-height:170%;
padding-left:10px;
}
i, em{
color: #53818f;
}
b, strong{
color: #0b99c4;
font-weight: normal;
}
img {
border: 0;
margin: 2px;
}
ul{
margin-left: 50px;
line-height: 150%;
list-style-image:  url(bullet-blue.jpg);
}
li {
padding-left:10px;
}
code, blockquote{
color: #9daaaf;
background-color: #03313f;
width: 400px;
text-align: left;
display: block;
margin: 10px auto 25px auto;
font-size: 13px;
padding: 10px;
border: 1px dashed #fad8b1;
}

/* ------ tags para enth */
table{
width: 75%;
margin: 0 auto;
}
input, textarea, option, select {
background-color: #0b99c4;
color: #9daaaf;
font-size: 12px;
border: 0;
padding:4px;
border-left: 6px solid #fad8b1;
}

input:focus, textarea:focus, option:focus, select:focus {
background-color: #0b99c4;
color: #9daaaf;
border-left: 6px solid #fad8b1;
}

/*------ classes */
.centered{
text-align: center;
}
.linkcode{
margin: 0 auto;
}
.credit{
margin-top: 30px;
font-size: 10px;
text-transform: uppercase;
text-align: center;
}
/*------ classes para phpskin */
.border {
padding: 10px;
margin: 5px;
border: 0;
}
img.border {
padding: 10px;
background: #fad8b1;
border: 0;
}
img:hover.border {
background-color: #0b99c4; 
}

/*------ fanupdate */
.datecat{
font-size: 1em;
color: #53818f;
text-transform: uppercase;
margin-bottom: -2px;
margin-top: 10px;
}
.archivelink {
text-align: center;
}
/*codes*/
p.codes{
text-align:center;}
p.icons{
text-align:center;}
/*join form*/
	fieldset {
	border: 0;
	margin: 0 0 12px 0;
	padding: 2px;
	}
	fieldset label {
	float: left;
	width: 25%;
	}
	fieldset input.input1, fieldset select, fieldset option, {
	float: left;
	margin: 0 1%;
	width: 48%;
	}
	fieldset legend {
	width:100%;
	font-weight:bold;
	border-bottom: 1px solid #ffffff;
	}