body{
	color:#fff;
	background: silver url(img/bg.jpg);
	font-family: sans-serif;
	margin:0;
	padding:0;
	font-size: 9pt;
}
a{
	color:#fff;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
hr{
	border-style: outset;
	border-color: silver;
	margin-top:10px;
	margin-bottom:10px;
 	display: block;
}
#container{
	
	margin: 0 auto
}
#header,#content,#footer{
	width: 768px;
	margin: 0 auto
}
#header{
	margin-top: 80px;
}
#footer{
	margin-bottom: 80px;
}
#header h1{	margin:0;}
#header h1 a{
	display: block;
	width: 167px;
	height: 35px;
	background: transparent url(img/developers.png) no-repeat left top;
}
#header h1 span{
	display: none;
}
#header p{
	font-size: 8pt;
	margin:0;
}
.c1{color:#70f7f7}
.c2{color:#d4fc9c}
.c3{color:#fde070}
.c4{color:#ffffff}
#footer p{
	text-align: right;
}
#noticias span{display:none}
#noticias a{
	float:left;
	display: block;
	width: 99px;
	height: 78px;
	background: transparent url(img/noticias.png) no-repeat right bottom;
}

#descargas span{display:none}
#descargas a{
	float:left;
	display: block;
	width: 171px;
	height: 81px;
	margin-left: 4px;
	margin-bottom: 2px;
	background: transparent url(img/descargas.png) no-repeat left bottom;
}

#articulos span{display:none}
#articulos a{
	clear:left;
	float:left;
	display: block;
	margin-left: 81px;
	width: 101px;
	height: 78px;
	background: transparent url(img/articulos.png) no-repeat right bottom;
}

#foros span{display:none}
#foros a{
	float:left;
	margin-left: 4px;
	display: block;
	width: 127px;
	height: 78px;
	background: transparent url(img/foros.png) no-repeat left bottom;
}

#main-content{
	clear: left;
}

#menu{
	overflow: hidden;
	margin: 0 auto;
	width: 340px;
}

#title-noticias span{display:none}
#title-noticias{
	width: 68px;
	height: 19px;
	background: transparent url(img/noticiast.png);
}

#title-descargas span{display:none}
#title-descargas{
	width: 88px;
	height: 22px;
	background: transparent url(img/descargast.png);
}

#title-articulos span{display:none}
#title-articulos{
	width: 76px;
	height: 20px;
	background: transparent url(img/articulost.png);
}

#title-foros span{display:none}
#title-foros{
	width: 46px;
	height: 18px;
	background: transparent url(img/forost.png);
}
#main-content em
{
	text-indent:3em;
	display:block
}