@media handheld, screen and (max-device-width:980px) { /* DISPOSITIVOS MÓVILES */
	/* INICIALIZADORES */
	/*:root, */html, body { font-size:x-large; font-size:3vw }
	
	/* MAQUETACIÓN */
	html { background:/*#FFF*//*transparent*/none }
	body { padding:0 }
	#pag, #header, #footer { border-radius:0 }
	#pag { width:auto; border-style:none; box-shadow:none }
	/* fondo superpuesto y ventanilla */
	#winPopup { width:46ex; height:28ex; margin-left:-25ex; margin-top:-16ex }
	
	/* IMÁGENES */
	img { max-width:100% }
	
	/* TABLAS */
	table.reg { width:100% }
	
	/* FORMULARIOS */
	/* botones */
	button, input[type="button"], input[type="submit"], input[type="reset"] { padding:1ex }
}
/*@media screen and (min-width:858px) { html { font-size:12px } }
@media screen and (min-width:780px) { html { font-size:11px } }
@media screen and (min-width:702px) { html { font-size:10px } }
@media screen and (min-width:724px) { html { font-size: 9px } }
@media screen and (max-width:623px) { html { font-size: 8px } }*/