
	*{
		margin: 0;
		padding: 0;
	}
	body{
		background: #546380;
	}
	.tudo{
		width: 1006px;
		margin: 0 auto;
		background: #fff;
	}
	.carrosel{
		margin: -30px 16% 0;
	    position: relative;
	    z-index: 1;
	}
	.conteudo{
	    border-top: 32px solid #d3d7dd;
	    background: #c1c6cf;
	    height: 170px;
	    position: relative;
	    margin-top: -72px;
	    background: url("images/back-conteudo.jpg");
	}
	.texto1 p{
		font-size: 39px;
		color: #2a3e60;
		text-transform: uppercase;
		margin-left: 33px;
		width: 400px;
	}
	.texto1 p span{	
		font-size: 26px;
	}
	.texto1 p span.espaco{	
		font-size: 39px;
		margin-left: 36px;
	}
	.texto2{
    position: absolute;
    right: 72px;
    top: 22px;
    color: #2a3e60;
    text-transform: uppercase;
    font-size: 20px;
	}
	.texto2 li{
		list-style: none;
	}
	.texto2 li:nth-child(2){
		margin-left: 45px;
	}
		.texto2 li:nth-child(3){
		margin-left: 90px;
	}
	.texto3{
right: 19px;
    text-transform: uppercase;
    color: #2a3e60;
    font-size: 15px;
    width: 432px;
    text-align: center;
    position: absolute;
    top: 116px;
	}
	.menu{
		background: #c7ced4;
		height: 27px;
		width: 705px;
		float: left;
	}
	.menu a{
font-size: 18px;
    font-weight: bold;
    font-family: arial;
    color: #2a3e60;
    padding: 5px 8px;
    float: left;
    text-decoration: none;

	}

	.menu a:last-child{
    color: #fff;
    background: #7b8eac;
    height: 17px;
       padding: 5px 7px;
	}
		.menu a:hover{
		color: #6f7b90;
		transition: all ease 0.2s;
	}
	.face{
		float: right;
		margin-right: 19px;
		margin-bottom: 5px;
	}
	.texto-final{
		width: 100%;
		background: #fff;
		text-align: center;
		color: #9a0101;
		font-size: 18px;
		text-transform: uppercase;
		padding: 8px 0;
		border-top: 23px solid #dee0e5;
		float: left;
	}
	.hide{
		display: none;
		position: absolute;
	}
	#banner{
		width: 1006px;
		height: 152px;
		float: left;
		position: relative;
	}
