/* Estilos para la pagina del callejero */

@import "level2.css";

#gmap {
        display: block;
	clear: both;
	height: 510px;
	margin: 20px 0;
	padding: 0;
	border: 1px solid #E4E4E4;
}

#contenido #gmap img {
	background: transparent !important;
}

#buscador_callejero {
	margin-top: 20px;
	font-size: 12px;
}

#buscador_callejero form {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

#buscador_callejero form label {
	float: left;
	color: #20638E;
	font-weight: bold;
	line-height: 2; 
}

#buscador_callejero form input[type=text] {
	float: left;
	margin-left: 5px;
	border: 3px double #E3E3E3;
	background-color: #fff;
	width: 65%;
}


.formbutton {
	float: right;
	display: inline;
	padding: 1px 1px 4px 1px;
	margin: 2px 0 0 10px;
	width: 150px;
	height: 20px;
	border: none !important;
	background: #20638E url(../images/bot_150px.png) no-repeat !important;
	background-position: left bottom;
	behavior: url(iepngfix.htc);
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}