body{
	background-color:black;
	color:white;
}

img {border:0;}
a{color:white;}
#logo {
	background:url('LogoWEEv2.jpg') no-repeat;
	height:100px;
	width:650px;
	text-align:right;
}

#home a{
	color:black;
	text-decoration:none;
}
#home a:hover{
	text-decoration:underline;
}

#lista {
	overflow:auto;
}

#ficha {
	float:right;
	width:70%;
	overflow:auto;
}

#links {
	column-width:200px;
	-moz-column-width:200px;
	-webkit-column-width:200px;
}

#wrapper {
	width:90%;
	margin:auto;
	_border:2px solid black;
	background-color:#800;
}

#count {
	font-family: "Trebuchet MS";
	font-size:20px;
	font-weight:bold;
	padding-right: 10px;
	position:relative;
	top:5px;
}

#nav {
	font-family: "Arial";
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
}

.navbut {
    text-decoration:none;
}
span.navbut:hover, .navbut:hover {
	outline:1px dotted;
	cursor:pointer;
}

#lista ul li:hover {
	text-decoration:underline;
}

#lista ul li {
	cursor:pointer;
	list-style-type:none;
}

#comics {
	display:none;
}

div.ficha {
	padding:30px;
}
div.ficha div.titulo {
	margin-bottom:20px;
}
div.ficha div.titulo a {
	font-size:150%;
	font-family: Tahoma, Arial;
	color: white;
	text-decoration:none;
}
div.ficha div.titulo a:hover {
	outline:1px dotted;
}
div.ficha div.datos {
	margin:10px;
	font-size:80%;
	font-family: Tahoma, Arial;
}
#floatform {
	float:left;
	position:absolute;
	margin:auto;
	background:lightgrey;
	right:6%;
	color:black;
	text-align:right;
	z-index:10;
	outline:1px dotted grey;
}

#floatform label {
	float:left;
}
#floatform input {
	width:50%;
}
#floatform textarea{
	width:400px;
	height:200px;
}

#floatform div.reglas {
	text-align:left;
	width:700px;
	height:300px;
	overflow:auto;
	padding:10px;
}

.sidebar {
	float:right;
	margin:3px;
	width:200px;
}

.feed b {font-size:1.1em;}
.feed li a {font-size:.7em;color:white;}
.feed li {list-style-type:square !important;}

.ult-foro, #home .ult-tweets {
    float:left;
    width:42%;
    background:#E9C79B;
    color:black;
    padding:20px;
    margin:20px;
    border:0;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

#home {
    padding:20px;
    text-align:center;
}
#home div {
    text-align:left;
}
#footer {
    clear:both;
}

.roundcream {
    background:#E9C79B;
    color:black;
    padding:20px;
    margin:20px;
    border:0;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

#mainmenu .navbut {
    background: url('imgs/menu.png') 0px 0px;
    height: 110px;
    display:inline-block;
    outline: none;
}
.home {
    width: 150px;
}
.foro {
    width: 150px;
    background-position: -150px 0px !important;
}
.wiki {
    width: 200px;
    background-position: -300px 0px !important;
}
.irc {
    width: 150px;
    background-position: -500px 0px !important;
}
.WEEZ {
    width: 200px;
    background-position: -650px 0px !important;
}
.links {
    width: 174px;
    background-position: -850px 0px !important;
}
.home:hover {
    background-position: 0px -125px !important;
}
.foro:hover {
    background-position: -150px -125px !important;
}
.wiki:hover {
    background-position: -300px -125px !important;
}
.irc:hover {
    background-position: -500px -125px !important;
}
.WEEZ:hover {
    background-position: -650px -125px !important;
}
.links:hover {
    background-position: -850px -125px !important;
}