body {
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 11px;
}

.input_text {
	border: 1px solid #cccccc;
	width: 150px;
	font-size: 11px;	
}

.button {
	border: 1px solid #cccccc;
	font-size: 11px;
}

#map {
position: relative;
float: left;
/*padding-left: 10px;*/
}
#imagen_mapa img{
padding: 7px;
width: 434px;
height: 436px;
margin: 0px;	
}
#rightPanel {
float: left;
margin-left: 20px;
width: 250px;
/** border: 1px solid blue; */
}

#locator {
position: relative;
width: 150px;

}

#locator img {
width: 25px; height: 25px; cursor: pointer; float:left; margin: 0;
}
#locator div img {
margin: 0;
}

#results a {
text-decoration: none;
color:#a0aac0;
}
#results a:hover {
text-decoration: none;
border-bottom: 1px dotted #cccccc;
color:#A9BAD6;
}
div.float {
float: left;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {
	display: block;
	padding-bottom: 15px;
	}
/* End hide from IE-mac */