/*
	-----------------------------------------------
	RESETEO DE ESTILOS
	-----------------------------------------------
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, hr, p, a, img, strong, b, u, i, ol, ul, li,
form, table, tr, th, td, input, textarea {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
/*
	-----------------------------------------------
	FIN RESETEO	
	-----------------------------------------------
	-----------------------------------------------
	ETIQUETAS HTML
	-----------------------------------------------
*/
html {
	background:#FFFFFF url(../img/construccion.jpg) no-repeat center center;
	height:100%;
}
body {
	min-height:100%;
}
body, input {
	font-family:"Arial","Helvetica","sans-serif";
	font-size:12px;	
}
address { visibility:hidden; }