/* */

header, hgroup, nav, section, article, aside, footer,
figure, figcaption, details, summary {
display: block;
}
html, body, figure, dt, dd, li, form, fieldset, legend,
input, select, textarea, button {
padding: 0;
margin: 0;
}
p, ul, ol, dl, table, blockquote {
padding: 0;
margin: 0 0 1.5em;
}
/* */
body{
		min-width: 640px;
		max-width: 1160px;
		background-color: oldlace; /*lightyellow;*/
		margin:15px auto;
		font-family: Times. "Times new roman", serif;
	}
aside
	{
		float: left;
		width: 15%;
		margin-left: 2%;
		margin-right: 10%;
		font-size: 15px;
		line-height: 40px;
	}

h2
	{
		text-align: center
	}

ul { 
    display: none;
    }

img {
	display: block;
	margin: auto;
	width: 100;
}


/*    
figure img {
    vertical-align: top;
	margin-left: auto;
	margin-right: auto;
	margin: 0,auto;
    border: 7px black;
    text-align: center;
}*/

figure figcaption {
/*		border: 7px dotted blue;*/
		text-align: center;
}	

.presen{
	vertical-align: bottom; 
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 30%;
    border-width: 7px black;
    }
