/*
DATOS ACCESOS
dgpcfadu.com.ar
Dgpc4691
vn13@dgpcfadu.com.ar
*/


/*RESET MEYER*/

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}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:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

/*FIN RESET*/


body {background-color: darkslategray;font-family: 'Share Tech Mono', "Courier New", Courier, monospace;}

a {text-decoration:none;color:coral;}
a:hover {
	text-decoration:line-through;
	color:white;
	background-color:coral;
	cursor:pointer;
}

header a:hover {box-shadow: 0 -10px 90px #fff;}
.wrapper {
    max-width: 960px;
    margin: 0 auto;
} 


header {
    width: 100%;
    margin: 0 auto;
	padding:10px 0;
}

nav {
    width: 100%;
    margin: 5px auto;
	padding:5px 0;
	border-bottom: 1px solid white;
	border-top:1px solid white;
}

h2 {
	font-size:24px;
	color: bisque;
	margin-bottom: 5px;
}

h1 {font-size:18px;background-color: white;display:inline;}

nav ul {display:inline-block;}
nav ul li {display:inline-block;margin:0 10px;}

nav ul li:first-child {margin-left:0;}

/* nav ul a {
	text-decoration:none;
	color:coral;
}

nav ul a:hover {
	text-decoration:line-through;
	color:white;
	background-color:coral;
	cursor:pointer;
} */

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

aside {
	padding: 20px 0;
	float: right;
	background-color: coral;
}

aside li {
	padding:3px 0;
	text-decoration:overline;
	list-style-type: decimal-leading-zero;
}

section {
	text-decoration: underline;
	color: teal;
	background-color: ghostwhite;
}

.photo {
	width: 70px;
	float: right;
	border: 2px solid coral;
	background-color: coral;
}

.photo img{max-width:100%;}

article:hover {}

footer {
    /* background: cadetblue; */
    width: 100%;
	padding: 25px 0 10px 0;
	clear: both;
	font-size:14px;
	color:white;
	border-top:5px solid white;
}

.footer {max-width:960px;margin: 0 auto;}


/*MEDIA QUERIES 760*/

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

	.wrapper {padding: 10px;border:5px solid coral;}
    
	h1 {display:block;}
	nav ul {display:block;}
	nav ul li {display:block;margin:5px 0;}
    aside {float:none;}
	.footer {padding:10px 10px 0 10px; }

}



