@media screen and (min-width:200px) and (max-width:800px) 
{
body
{
	font-size:1.3em;
	background:url(http://navarrosoft.com/gamecas/imagen/2754-blue-stripes.jpg) repeat
}
sidebar
{
	display:none;
}

article
{
	background:url(http://navarrosoft.com/gamecas/imagen/2754-blue-stripes.jpg) repeat
	color:rgb(0,0,0);
	font-size:14px;
}

article
{
	background:url(http://navarrosoft.com/gamecas/imagen/2754-blue-stripes.jpg) repeat;
}

section
{
	background:url(http://navarrosoft.com/gamecas/imagen/2754-blue-stripes.jpg) repeat
	color:rgb(0,0,0);
	font-size:0.8em;
}

#formato
{
	background:rgb(255,255,255);
	color:rgb(0,0,0);
	font-size:0.8em;
}

header
{
	background-color:rgb(255,255,255);
	color:rgb(0,0,0);
	font-size:1.0em;
}
footer
{
	background:url(http://navarrosoft.com/gamecas/imagen/2754-blue-stripes.jpg) repeat;
	font-size:0.7em;
}
}


