﻿/* Estrutura */
	.box { position: relative; }

	.box .te,
	.box .td,
	.box .be,
	.box .bd {
		position: absolute;
		width: 10px;
		height: 10px;
		line-height: 0;
		font-size: 0;
		background-repeat: no-repeat;
		background-image: url(../img/bordas.png);
		z-index: 2;
	}	
	.box .te {
		top: 0;
		left: 0;
		background-position: top left;
	}
	.box .td {
		top: 0;
		right: 0;
		background-position: top right;
	}
	.box .be {
		bottom: 0;
		left: 0;
		background-position: bottom left;
	}
	.box .bd {
		bottom: 0;
		right: 0;
		background-position: bottom right;
	}
	.box .box_cont {
		padding: 10px;
		z-index: 1;
	}

.ie6 .bx_01 .td,
.ie6 .bx_01 .bd { right: -1px; }

.ie6 .bx_01 .be,
.ie6 .bx_01 .bd { bottom: -1px; }

.ie6 .bx_01 .te,
.ie6 .bx_01 .td,
.ie6 .bx_01 .be,
.ie6 .bx_01 .bd { background-image: url(../img/bordas.gif); }

.ie6 .curvyCorners .td,
.ie6 .curvyCorners .bd { right: -1px; }

.ie6 .curvyCorners .be,
.ie6 .curvyCorners .bd { bottom: -1px; }

.ie6 .bx_04 .td,
.ie6 .bx_04 .bd { right: -1px; }

.ie6 .bx_04 .be,
.ie6 .bx_04 .bd { bottom: -1px; }

.ie6 .quem_somos .nav .top { margin-bottom: -5px; }

/* Aparencias Boxes */

.box_w_full { width: 961px; }
/*.ie6 .box_w_full .box_cont { width: 956px; }*/

.bx_01 .box_cont { background-color: #f6f6f0; }

.bx_03 .box_cont { background: #fff url(../img/box_03_bg.jpg) scroll repeat-x 0 0 ; border: solid 1px #f2f2f2; }

.bx_03 .te,
.bx_03 .td,
.bx_03 .be,
.bx_03 .bd { background-image: url(../img/box_03.gif); }

.bx_04 .box_cont { background-color: #f1efe7; }

.bx_04 .bx_05 .te,
.bx_04 .bx_05 .td,
.bx_04 .bx_05 .be,
.bx_04 .bx_05 .bd { background-image: url(../../images/box_05.gif); }	

.bx_04 .bx_05 .box_cont { background-color: #fff; }
	
.ie6 .hackborda_tit .td,
.ie6 .hackborda_tit .bd { right: -1px; }

/*.ie6 .hackborda_imovel .be,
.ie6 .hackborda_imovel .bd { bottom: -1px; } */

/* curvyCorners */

.curvyCorners {
	position: relative;
}

.curvyCorners .te,
.curvyCorners .td,
.curvyCorners .be,
.curvyCorners .bd {
	position: absolute;
	width: 7px;
	height: 7px;
	line-height: 0;
	font-size: 0;
	background-repeat: no-repeat;
	background-image: url(../img/curvyCorners.gif);
	z-index: 2;
}	

.curvyCorners .te {
	top: 0;
	left: 0;
	background-position: top left;
}

.curvyCorners .td {
	top: 0;
	right: 0;
	background-position: top right;
}

.curvyCorners .be {
	bottom: 0;
	left: 0;
	background-position: bottom left;
}

.curvyCorners .bd {
	bottom: 0;
	right: 0;
	background-position: bottom right;
}

.curvyCorners .box_content {
	border: 1px solid #e9ede4;
	z-index: 1;
}

.ie6 .curvyCorners .be,
.ie6 .curvyCorners .bd { bottom: -1px; }

.box_band .box_content {
  height: 38px;
  padding:0 7px;
}

.box_infos {
  width: 260px;
  margin-top: 27px;
}
.box_infos .box_content {
  height: 38px;
  padding: 2px 7px
}
.box_infos .box_content li {
    display: block; 
    width: 90px; 
    float: left;
    font-weight: bold;
}
.box_infos .box_content li.email {
    margin-left: 15px; 
}
.box_infos .box_content li img {
    margin-top: -1px;
}

.ligamosParaVc {
    float: left;
	position: relative;
	top: 0px;
	left: 0px;
	width: 70px;
	padding: 8px 0 4px 45px;
}
.ligamosParaVc img {
	vertical-align: middle;
	width:35px;
	height:35px;
	position: absolute;
	top:4px;
	left:4px;
}

.atendimentoViaEmail {
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	width: 70px;
	padding: 8px 0 4px 45px;
}
.atendimentoViaEmail img {
	vertical-align: middle;
	width:35px;
	height:35px;
	position: absolute;
	top:4px;
	left:4px;
}

.radioCoelho {
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	width: 70px;
	font-weight: bold;
}

.radioCoelho img {
	vertical-align: middle;
	width: 22px;
	height: 22px;
	position: absolute;
	top:8px;
	left:8px;
}

.radioCoelho span {
    float: right;
    margin: 14px 0 0 31px;
    position: absolute;
}