/* CSS Document */



body {

	margin: 0px;

	padding: 0px;

	background: #E2EBCB;

	color: #000000;

	font: 13px Verdana, Arial, "Times New Roman", Times, serif;

}



a {

	color: #333D18;

}



a:hover {

	text-decoration: none;

	color: #9BB635;

}



a:visited {

		color: #333D18;

} 



h1 {

	margin: 4px;

	padding: 0;

	font-size: 11px;

	color: #FFFFFF;

	text-align: left;

	font-weight: bold;

}



h2 {

	font: 13px Verdana, "Times New Roman", Times, serif;

	font-weight: bold;

	color: #333333;

}



h3 {

	font: 13px Verdana, "Times New Roman", Times, serif;

	font-weight: bold;

	color: #333333;

}



h4 {

	font: 13px Verdana, "Times New Roman", Times, serif;

	font-weight: bold;

}



ul {

	list-style-position: inherit;

	list-style-type: square;

}



li {

	margin: 2px;

}



.cat {

	color: #BBDD53;

	font-size: 12px;

	font-weight: bold;

}



.cat a{

	color: #FFFFFF;

	text-decoration: none;	

}



.cat a:hover{

	color: #BAEA7A;

	text-decoration: underline;	

}



.enl {

	color: #000000;

}



.enl a {

	color: #FFFFFF;

	font-size: 11px;

	text-decoration: none;	

}



.enl a:hover {

	color: #FFFF00;

	text-decoration: underline;	

}



.pie {

	color: #FFFFFF;

	font-size: 10px;

	text-align: center;

}



.pie a{

	color: #FFFF00;

}



/* Home */



.title_home a{

	color: #333D18;

	font-size: 11px;

	text-decoration: none;

	font-weight: bold;

}



.title_home a:hover{

	color: #9BB635;

	text-decoration: underline;

}



.menu_top{

	text-align: center;

	color: #FFFF00;

	font-size: 12px;

	font-weight: bold;

}



.menu_top a{

	color: #FFFFFF;

	text-decoration: none;

}



.menu_top a:hover{

	color: #FFFF00;

	text-decoration: underline;

}



/* Buscador */



.busca_input {

	border: 1px solid #3F3F3F;

	font-family: Verdana;

	font-size: 12px;

	padding: 3px;

}



.busca_button {

	border: 1px solid #3F3F3F;

	background: #0F58B6;

	color: #FFFFFF;

	font-weight: bold;

	font-family: Verdana;

	font-size: 12px;

	padding: 2px 10px 2px 10px;	

}

.link_baiting{
	width: 100%;
	margin-top:5px;
	margin-bottom:5px;
}


.cont_listado_juegos_recom{
	margin-top: 2px;
	margin-right:2px;
	width: 150px;
	padding-bottom: 5px;
	height: auto;
	background-color: #FFFFFF;
	padding-left: 5px;
}

#articulos_relacionados{
	width: 100%;
	margin-top:5px;
	margin-bottom:5px;
}


#articulos_relacionados a{
	font-size: 10px;
	font-weight: bold;
	display:block;
	padding-top:5px;
	padding-right:2px;
	padding-left: 2px;
}

.clear{
	clear:both;
}