
html, body {
	margin: 0; padding: 0;
	width: 100%; height: 100%;
	background-color: white;
}

a { border: none; outline: none; }

p,ul,h1,h2,h3 { margin: 0; padding: 0; list-style: none; }

.c2 { padding-bottom: 20px; }
.c3 { padding-bottom: 30px; }
.c4 { padding-bottom: 40px; }
.c5 { padding-bottom: 50px; }

#set-loading {
	width: 100%; height: 100%;
	float: left;
	position: fixed;
	z-index: 2;
	background-color: white;
	background-image: url(https://www.opcion2.com.ar/images/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
}