body{
    color: #ccc;
}

.topodapagina{
	width: 1200px;
	height: 225px;
	margin: auto;
	background: black;
	border: 1px solid black;
	
}

.esc1{
	width: 1000px;
    height: 225px;
    text-align: center;
    font-size: 40px;
    color: white; 
}
.img1{
	width: 200px;
	height: 225px;	
}

.imagem{
	 width: 177px;
    height: 226px;
    margin-top: -52px;
    margin-left: 16px;
    margin-right: -5px;
}

.esc2{
	color: black;
	font-size: 40px;
	text-align: center;
	margin-top: 100px;

}

.conteudo{
	width: 1200px;
    height: 440px;
    margin: auto;
    border: 1px solid black;
    background: #ccc;
	
}
.menu{
	background: black;
	width: 1200px;
    height: 160px;
    margin: auto;
    border: 1px solid black;

}
.titulo_MENU{
    text-align: center;
    color: white;
}
li{
    display: inline-block;
    margin-right: 83px;
    margin-top: 5px;
    text-align: center;
}
a{
    text-decoration: none;
}