/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ESTILOS A PARTIR DE ACÁ */
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';*/
	font-family: 'Open Sans',sans-serif;
	margin:auto;
	font-size: 13px;
	
}
html {
	font-size: 14px;
}
nav {
	height: 50px;
	margin-top: 20px;
}

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

main { 
	width: 100%; 
	margin: 0 auto;
	}

section {
	height: 420px;

	width: 100%;

}
ul#mapa {
	font-size: 1.8rem;
}
h2 {
	display: block;
	width: 120px;
	height: 75px;
	margin: auto;
	padding: 0;
	padding-top: 45px;
	font-weight: 900;
	font-size: 2rem;
	text-transform: uppercase;
	text-align: center;
	border-radius: 65px;
	border: 5px solid #000;
	margin-bottom: 20px;
}
ul>li {
	font-size: 1rem;
	margin-top: .5em;
	/*padding-left: 10px;*/
	/*text-transform: uppercase;*/
	font-weight: 500;
}
ul>li ul>li:before {
	content: '- ';
}
ul>li ul>li ul>li:before {
	content: '- > ';
}
ul#mapa h4 {
	font-weight: 700;
}
ul#mapa>li {
	width: 15%;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	font-weight: 900;
	margin-bottom: .6em;
}
ul#mapa>li>h3 {
	margin-bottom: .4em;
}
.mapa{ 
	margin:10% 0;
}

section>div {
	position: absolute;
	width: 100%;
	


}



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


footer {
	font-size: .7rem;
	position: fixed;
	left: 50px;
	right: 50px;
	bottom: 10px;
	color: #666;
}

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

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

}