@charset "utf-8";
/* CSS Document */

ul{
	list-style:none;
}
ul li.leftLi{
	border-bottom:solid 1px #1D1D1D;
	padding:4px 0 4px 0;
	width:100%;
}
#highlightBox {
	clear:both;
	overflow:hidden;
	padding-bottom:15px;
	background:url(../img/fundoazul.png);
}
#contentHighlight {
	clear:both;
	overflow:hidden;
	padding-bottom:50px;
	background:url(../img/fundoazul.png);
}
#mapBox{
	float:left;
	width:417px;
	position:relative;
	padding: 15px;
}
#listResults{
	float:left;
	width:410px;
	margin-bottom:12px;
	padding:22px 23px;
}
#listResults td{
	border-bottom:solid 1px #2A2832;
	padding:4px 0 4px 3px;
}
input, select {
	background-color: #FFF;
}
