body { 
	background:#fafafa;
	margin: 0;
	text-align: center;
	font-family: 'Source Code Pro', sans-serif;

}

.pagina {
	width:100%;
	max-width:960px;
	font-family: 'Source Code Pro';
	margin:auto;
	font-size: 13px;
	
}

nav {
	height: 50px;
	margin-top: 20px;
}

header {
		height: 400px;
		width: 100%;
		text-align: center;
		margin: auto;
		background-image: url("http:///www.dgpcfadu.com.ar/vn08/img/fondo-header.png");
}

main { 
	width: 100%; 
	height: 400px;		
	margin: 0 auto;
}

main.plan {
	width: 80%;
	height: auto;
	margin:auto;
	margin-bottom: 30px;
}
section {
	position: relative;
	margin-top: 10%;
	height: 100%;
}
section>div {
	position: absolute;
	width: 100%;
	height: 225px;


}

article { 
	font-size: 1.5rem;
	width:230px;
	height: 230px;
	display: inline-block;
	margin: 0;

}

a{ color: #000;}
a:hover {
	text-decoration: line-through;
}

/*article { 
	font-size: 1.5rem;
	width:212.5px;
	height: 212.5px;
	border-radius: 112.5px;
	display: inline-block;
	margin-right: 20px;
	background-image: url("http://www.dgpcfadu.com.ar/vn08/img/bg-features.gif");
}
article.last {
	margin-right: 0;

}*/

footer {
	height:30;
	width: 100%;
	font-size: 0.8em;
	margin-bottom: 20px;

}


@media screen and (max-width:768px) {

	article {width: 90%;
			height: 50%;
			}

}