#bot_mapa {
	background-image: url(images/fondo_rotulo.gif);
	background-repeat: repeat-x;
	text-align: center;
	height: 22px;
	width: 120px;
	padding-top: 6px;
	margin-top: -5px;
	float: right;
	margin-right: 28px;
	font-size: 12px;
}
#bot_mapa a{
	color: #FFFFFF;	
}
#bot_mapa a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
#enviar {
	width: 120px;
	float: left;
	position: relative;
	top: 232px;
	left: 40px;
}
.enviar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	height: 28px;
	width: 120px;
	color: #FFFFFF;
	background-image: url(images/fondo_rotulo.gif);
	background-repeat: repeat-x;
	background-position: center;
	border-width: 0px;

}
#ErroNombre {
	position: absolute;
	width: 400px;
	left: 0px;
	top: 430px;
	overflow: visible;
	visibility: hidden;
	color: #CC0000;
}
#ErroEmail {
	position: absolute;
	width: 400px;
	left: 0px;
	top: 430px;
	overflow: visible;
	visibility: hidden;
	color: #CC0000;
}
#ErroEmail2 {
	position: absolute;
	width: 400px;
	left: 0px;
	top: 430px;
	overflow: visible;
	visibility: hidden;
	color: #CC0000;
}#envio_ok {
	font-size: 14px;
	float: left;
	width: 499px;
	margin-top: 62px;
	padding: 12px;
	border: 1px solid #666;
	color: #666666;
	background-color: #eee;
}

