*{
	margin: 0;
	padding: 0;
}


/*CORPO*/
.topo{
	width: 100%;
}
.topo{
	border-bottom: 10px solid blue;
}


/*MENU*/
.menuTopo{
	display: block;
	float: right;
	margin-top: 20px;
	background-color: gray;
}

.menuTopo li{
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px;
}

.menuTopo li:hover {
	background-color: rgb(50, 50, 50);
}
.menuTopo a{
	color: rgba(255, 255, 255, 0.9);

}
.menuTopo a:hover{
	color: #FFFFFF;/*Definir a cor quando passar o mouse*/
	text-decoration: underline;
}

.conteudoTopo{
	max-width: 1280px;
	width: 80%;
	margin: 0 auto;
	padding: 5px;
}

body{
	background-color: #FFFFFF;
	margin: 0;
	font-family: monospace;
}


/*ESTILO GALERIA*/
.galeria{
	width: 90%;
	margin: auto;
	list-style: none;
	padding: 20px;
	box-sizing: border-box;


	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.galeria td{
	padding: 3px;
	margin: 20px;

}


/*h1{
	text-align: center;
	margin-top: 50px;
	color: #000000;
}*/
.galeria img{
	width: 200px;
	height: 160px;
	margin-top: 20px;
	border:2px solid #CCCCCC;
}

/* ESTILO DO MODELO  */

.modelo{
	display: none;


}

.modelo:target{
	display: block;
	position: fixed;
	background-color: rgba(0,0,0,0.8);
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
}

.imagem{
	width: 100%;
	height: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
}



.imagem a{
	color: #FFF;
	font-size: 50px;
	text-decoration: none;
	margin: 0 10px;
}

.imagem a:nth-child(2){
	margin: 0;
	/*width: 100%;*/
	min-height: 100%;
	flex-shrink: 2;
}

.imagem img{
	width: 65%;
	height: 65%;
	max-width: 1280px;
	margin-top: 50px;
	border: 7px solid #FFF;
	box-sizing: border-box;
}

.fechar{
	/*float: right;*/
	display: block;
	background-color: #FFFFFF;
	width: 25px;
	height: 25px;
	
	margin: 15px auto;
	text-align: center;
	text-decoration: none;
	font-size: 25px;
	color: #000000;
	padding: 5px;
	border-radius: 50%;
	line-height: 25px;
	/*margin-top: -550px;
	margin-right: 60px;*/
}
/*.conteudoLinks{
	max-width: 1280px;
	width: 50%;
	margin: 0 auto;
	padding: 5px;

}*/

.links{
	padding: 5px;
	display: block;
	width: 100%;
	
}
.links a{
	color: #000000;
}
.links a:hover{
	text-decoration: underline;
}
.links td{
	width: 50px;
	display: inline-block;
	padding: 10px;

	text-transform: uppercase;
	font-weight: bold;
	font-size: 10pt;
	margin-left: 100px;
	margin-bottom: 20px;
	color: #FFFFFF;
}
.corpoLinks td{
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;

}


.tituloGaleria{
	color: #FFFFFF;
	font-size: 25px;
}

/*.corpoLinks{
	background-color: rgba(6, 251, 202, 0.3);
	
}*/

.rodape{
	margin-top: 65px;
}

.preto{
	background-color: #000000;
}

@media screen and (max-width: 640px) {
	
	table {width:100%;}
	thead {display: none;}
	tbody td {display: block; text-align:center;}
	tr td:first-child {font-weight:bold;font-size:1.3em;}
	tbody td:before { 
 	   content: attr(data-th); 
 	   display: block;
 	   text-align:center;  
	}
}