@charset "utf-8";
/* CSS Document */

#boxOver{
	width:545px; height:767px;
	background-image:url(../img/home_bg.png);
	background-repeat:no-repeat;
	background-position:0 350px;
}

#box p{
	padding:17px 22px 0;
}

#botoes{
	height:auto;
	width:545px;
	float:left;
	margin-top:20px;
}

.fotosSociais{
	text-indent:-9999px; outline:none;
	width:239px; height:224px;
	background:url(../img/fotos-sociais.png) center top;
	float:left;
	margin:0 0 25px 25px;
}

.fotosSociais:hover{
	text-indent:-9999px; outline:none;
	width:239px; height:224px;
	background:url(../img/fotos-sociais.png) center -224px;
	float:left;
	margin:0 0 25px 25px;
}

.fotosEmpresariais{
	text-indent:-9999px; outline:none;
	width:239px; height:224px;
	background:url(../img/fotos-empresariais.png) center top;
	float:left;
	margin:0 0 25px 10px;
}

.fotosEmpresariais:hover{
	text-indent:-9999px; outline:none;
	width:239px; height:224px;
	background:url(../img/fotos-empresariais.png) center -224px;
	float:left;
	margin:0 0 25px 10px;
}

.botao1{
	float:left;
	width:239px;
	height:350px;
	margin-right:15px;
}

.botao1 p{
	text-align:center;
	margin-bottom:45px;
}

h2{
	font-family:Segoe UI, Tahoma, Arial, Helvetica, sans-serif;
	font-weight:lighter;
	color:#4379B3;
	padding:15px 0 0 0;
	font-size:20px;
	text-align:center;
	
}

