@charset "utf-8";
/* CSS Document */

body {
	margin: 0px; 
	padding: 0px;  
	font-family: Arial;
	background: #DFDFDF url(../images/background-body.gif) repeat-y center top;
}

a, a:hover, a:link, a:visited {
	text-decoration: underline;
	color: #1B4BDF;
}

img {
	border: 0;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

.juegos_gratis {
	background: white;
	border-right: 1px solid grey;
	border-left: 1px solid grey;
}

#cabecera {
	position: absolute;
	top: 20px;
}

#content {
	position: absolute;
	top: 94px;
}

	#menu {
		float: left;
		width: 160px;
		padding: 2px;
	}

	#central {
		float: left;	
		width: 650px;
		padding: 4px;
		
	}

#pie {
	clear: both;
	text-align: center;
}

#buscador {
	background: transparent url(../images/buscador-c.gif) top left no-repeat;
}

#inputbuscar {
	width: 182px;
	background: white url(../images/background-buscar.gif) top left no-repeat;
	border: 1px solid black;
}

.enlaces_juegos, .enlaces_juegos h1 {
	font-size: 10px;	
	text-decoration: none;
}

.titulo {
	letter-spacing: -1px;
	font-size: 16px;
}

.tituloindex {
	letter-spacing: -1px;
	font-size: 15px;
}

.sublinea {
	font-size: 11px;
}

.imgnoticia {
	border: 0;
	float: left;
}

.plataforma {
	font-size: 11px;
}

.buscador_link_inferior{
	color:#000000;
	font-size:20px;
	float:right;
	font-weight:bold;
	padding-right:20px;

}


