@charset "utf-8";
/* CSS Document */

body#index{
	background-color: #FFFFFF;
	background-image: none;
}

body#index * {
	padding: 0;
	margin: 0;
	border: 0;
}


body#index div#bloco_entrada_predio_dir{
	float:right;
	width:303px;
	height:601px;

	background-image: url(../images/entrada_predio_dir.png);
}

body#index div#bloco_entrada_predio_esq{
	float:left;
	width:271px;
	height:600px;

	background-image: url(../images/entrada_predio_esq.png);
}

body#index div#bloco_entrada_centro {
	position: absolute;
	width: 500px;
	left: 50%;
	margin-left: -250px;
}

body#index div#bloco_entrada_predio_centro1{
	float:left;
	text-align:center;
	height:200px;
	width:200px;
}

body#index div#bloco_entrada_predio_centro2{
	float:left;
	text-align:center;
}
