body {
	color: cdc02a;
	font: 100% maiandra GD;
	margin: 15px 0;
	padding: 5px 0 25px;
	background-color: cdc02a;
	background-image:url('image/i1.jpg');
}


/* Header */

#header {
	width: 1000px;
	height: 170px;
	margin: 0 auto;
	background: url(image/images (5).jpg);
	border: 
}

#header h1 {
	text-align: left;
	padding: 40px 0 0 20px;
	text-transform: uppercase;
	font-size: 36px;
	color: 
}

#header h2 {
	float: right;
	padding: 95px 5px 0 0;
	font-size: 11px;
}

#header a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	color: 
}

.container {
	background: url('image/images (5).jpg') ;
	margin: 0 auto;
	width: 820px;
	
	-webkit-box-shadow: 0px 0px 20px #000; 
	/* Saf3.0+, Chrome */
	-moz-box-shadow: 0px 0px 20px #000; /* FF3.5 - 3.6 */
    box-shadow: 0px 0px 20px #000; /* Opera 10.5, IE9, FF4+, Chrome 10+ */

}

.toc {
	background: cdc02a;
	border-bottom: 3px solid #BFBFBA;
	overflow: hidden;
	padding: 16px 0 14px 42px;
}

.toc li {
	float: left;
	margin-right: 4em;
}

article,
aside,
footer,
header,
main,
nav, 
section {
	display: block;
}

main,
aside {
	float: right;
}

main {
	padding: 0 15px 30px 35px;
	width: 518px;
}

aside {
	background: url('image/images (3).jpg');
	border: 3px solid #BFBFBA;
	border-left: none;
	margin-right: 18px;
	margin-top: 89px;
	padding: 0 15px 3px;
	width: 201px;
}

footer {
	background: url('image/images (3).jpg');
	clear: both;
	color: #444;
	border-top: 2px solid #BFBFBA;
	padding: 5px 10px 10px 35px;
}



article p img {
	float: right;
	margin-left: 20px;
}

article p {
	text-align: justify;
	color: #000;
}

table, td, th {
    border: 1px solid black
	
}

table {
    width: auto;
}

th {
    height: 50px;
	text-align: center;
}

th, td {
    padding: 5px;
	text-align: center;
}



.slides {
    padding: 0;
    width: 487px;
    height: 315px;
    display: block;
    margin: 0 auto;
    position: relative;
	margin-top: 30px;
	border: 4px solid #000000;
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.slides input { display: none; }

.slide-container { display: block; }

.slide {
    top: 0;
    opacity: 0;
    width: 609px;
    height: 420px;
    display: block;
    position: absolute;

    transform: scale(0);

    transition: all .7s ease-in-out;
}

.slide img {
    width: 80%;
    height: 75%;
}

.nav label {
    width: 200px;
    height: 100%;
    display: none;
    position: absolute;

	opacity: 0;
    z-index: 9;
    cursor: pointer;

    transition: opacity .2s;

    color: #FFF;
    font-size: 156pt;
    text-align: center;
    line-height: 380px;
    font-family: "Varela Round", sans-serif;
    background-color: rgba(255, 255, 255, .3);
    text-shadow: 0px 0px 15px rgb(119, 119, 119);
}

.slide:hover + .nav label { opacity: 0.5; }

.nav label:hover { opacity: 1; }

.nav .next { right: 0; }

input:checked + .slide-container  .slide {
    opacity: 1;

    transform: scale(1);

    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label { display: block; }

.nav-dots {
	width: 100%;
	bottom: 9px;
	height: 11px;
	display: block;
	position: absolute;
	text-align: center;
}

.nav-dots .nav-dot {
	top: -5px;
	width: 11px;
	height: 11px;
	margin: 0 4px;
	position: relative;
	border-radius: 100%;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.6);
}

.nav-dots .nav-dot:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8);
}

input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3,
input#img-4:checked ~ .nav-dots label#img-dot-4,
input#img-5:checked ~ .nav-dots label#img-dot-5,
input#img-6:checked ~ .nav-dots label#img-dot-6 {
	background: rgba(0, 0, 0, 0.8);
}

#c {
    text-align: center;
}

#i1 {
    margin-right: 100px;
}

#i2 {
    margin-left: 100px;
}






