@media screen and (min-width: 400px) {

.destaque_largura {	display: table;	width:1100px;	margin: 0px auto; margin-top: 20px;}

#destaques_titulo { width: 100%; margin: 0px 0px 10px 0px; font-size:2em;}

.box_destaque_container { position: relative; width: 350px; height: 330px; float: left; display: block; }
.destaque_box_animado { position: absolute; left:175px; top: 165px; width: 0px;  height: 0px; opacity:0;  background-image: url('../layout/destaque_home_fundo.png');
	background-repeat: no-repeat; }
.destaque_box             { position: relative; left: 0px;  top: 0px;   width: 350px; height: 330px;  display: block; }
.destaque_box_titulo { z-index: 105;position: absolute; top: 0px; left: 0px; width:100%; height: 35px; display: block;
	background-image: url('../layout/destaque_home_fundo_titulo.png');	background-repeat: repeat;}
.destaque_box_titulo h1 { font-weight: normal; font-size: 1.2em; color: #ffffff; margin: 6px 9px 5px 12px;}

.destaque_box_titulo_hover { background-image: none; }
.destaque_box_titulo_hover h1 { color: #7a1b19; }

.destaque_box_imagem { z-index: 103;position: absolute; top: 0px; left: 0px; 
	width: 350px; height: 330px; display: block; background-color: #ffffff;}

.destaque_box_imagem:hover {   box-shadow: 0 0 0 10px #efefef;  }	
	
	
.destaque_box_imagem  img { 	width: 350px; height: 330px; }

.destaque_resumo { z-index: 101; position: absolute; bottom: 0px; left: 0px;
	width: 320px; height: 90px; display: block;
	padding: 15px;}

.destaque_resumo  h4{ font-weight: normal; font-size: .9em; color: #444444; }

.destaque_box_orcamento { z-index: 104; position: absolute; bottom: 3px; left: 3px; 
	width: 30px; height: 30px; display: block;
}	
.destaque_box_caixa_vermais { z-index: 104; position: absolute; bottom: 3px; right: 3px; 
	width: 30px; height: 30px; display: block;
}


.espaco_entre_blocos { width: 100%; display: block; height:30px; float: left;}
}

@media screen and (max-width: 400px) {

.destaque_largura {	display: table;	width:400px;	margin: 0px auto; margin-top: 20px;}

#destaques_titulo { width: 350px; margin: 0px 0px 20px 15px; font-size:2em;}

.box_destaque_container { margin-left: 10px !important; position: relative; width: 350px; height: 330px; float: left; display: block; }
.destaque_box_animado { position: absolute; left:175px; top: 165px; width: 0px;  height: 0px; opacity:0;  background-image: url('../layout/destaque_home_fundo.png');
	background-repeat: no-repeat; }
.destaque_box             { position: relative; left: 0px;  top: 0px;   width: 350px; height: 330px;  display: block; }

.destaque_box_titulo { z-index: 105;position: absolute; top: 0px; left: 0px; 
	width:100%; height: 35px; display: block;
	background-image: url('../layout/destaque_home_fundo_titulo.png');
	background-repeat: repeat;
}
.destaque_box_titulo h1 { font-weight: normal; font-size: 1.2em; color: #ffffff; margin: 6px 9px 5px 12px;}

.destaque_box_titulo_hover { background-image: none; }
.destaque_box_titulo_hover h1 { color: #7a1b19; }
.destaque_box_imagem { z-index: 103;position: absolute; top: 0px; left: 0px; 
	width: 350px; height: 330px; display: block; background-color: #ffffff;}

.destaque_box_imagem  img { 	width: 350px; height: 330px; }
.destaque_box_imagem:hover {   box-shadow: 0 0 0 10px #efefef;  }	

.destaque_resumo { z-index: 101; position: absolute; bottom: 0px; left: 0px;
	width: 320px; height: 90px; display: block;
	padding: 15px;}

.destaque_resumo  h4{ font-weight: normal; font-size: .9em; color: #444444; }
	
.destaque_box_orcamento { z-index: 104; position: absolute; bottom: 3px; left: 3px; 
	width: 30px; height: 30px; display: block;
}	
.destaque_box_caixa_vermais { z-index: 104; position: absolute; bottom: 3px; right: 3px; 
	width: 30px; height: 30px; display: block;
}

.espaco_entre_blocos { width: 100%; display: block; height:0px; float: left;}

}