/* ARCHIVO DE ESTILO PARA DISPOSITIVOS MOVILES */

/* Oculto capas */
#headerwrap,#header,#sidebar,#footerwrap,#footer
{
	display: none;
}

div#content
{
	border-style: groove;
	border-color: red;
	border-width: 0px;
}

div#middle
{
	border-width: 0px;
}

div#content
{
	padding: 5px;
	margin-left: 10px;
}
