body{
	background: #f50 url("fondo.jpg") top left repeat;
	font: 10pt Verdana,Arial,Helvetica,sans-serif;
	color: #fff;
	text-align: center;
}

div{
	margin: 0;
}

h3{
	font: 10pt Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-align: center;
}

p, li{
	font-size: .9em;
}
ul, li{
	margin: 0;
	padding: 0;
	list-style-type: square;
}
ul{
	margin-left: 10px;
}
img{
	border: 0;
}

#titulo{
	margin-bottom: 8px;
}

#contenedor #contenido, #contenedor #titulo, #contenedor #pie{
	width: 580px;
}

#tabs{
	height: 40px;
	background: transparent url("arriba.gif") bottom left no-repeat;
	padding-left: 8px;
}

#tabs a{
	display: block;
	float: left;
	position: relative;
	font-weight: bold;
	width: 122px;
	padding-top: 9px;
	height: 21px;
	background: transparent url("tab_2doplano.gif") 0 2px no-repeat;
	margin-left: 1px;
	color: #ccc;
	text-decoration: none;
}

#tabs .seleccionado, #tabs a:hover{
	padding-top: 7px;
	height: 23px;
	background: transparent url("tab.gif") 0 0 no-repeat;
	color: #fff;
}

#tabs #lenguaje{
	float: right;
	position: relative;
	background: none;
	padding-top: 5px;
	height: 23px;
	width: 96px;
	margin-right: 20px;
}

#contenidocontenido{
	padding: 5px 20px;
	background: #000 url("fondo_contenido.jpg") top left repeat-y;
	text-align: left;
	height: 280px;
	overflow: auto;
}

#contenidocontenido a,
#pie a{
	color: #ff0;
	text-decoration: none;
}

#contenidocontenido a:hover,
#pie a:hover{
	text-decoration: underline
}

#contenidocontenido a:visited,
#pie a:visited{
	color: #f90;
}

#contenidocontenido #screenshots td{
	text-align: center!important;
}
#contenidocontenido #screenshots td a{
	display: block;
	height: 94px;
	padding-top: 6px;
	text-align: center;
	font-size: .8em;
}
#screenshots td a:hover{
	background: #000;
	text-decoration: none!important;
}

#side{
	float: left;
	width: 249px;
	height: 276px;
	padding-right: 10px;
	border-right: solid 1px #f50;
}
#otherside{
	width: 264px;
	margin-left: 269px;
}

#pie{
	background: transparent url("abajo.gif") top left no-repeat;
	padding-top: 15px;
}
	#pie #pie-fila td
	{
		background: #000;
		padding: 3px 0;
	}

#reglas td{
	text-align: center;
	vertical-align: top;
	font-size: .8em;
}
