@charset "utf-8";
/*  GOOGLE MAP  */

div.contenedor {
	border:2px solid #CCC;
	width:300px;
	position:absolute;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	padding:0 0 15px 0;
	background-color:#FFF;
	color:#444;
	z-index:9999;
}

#map{
	float:left;
	width:468px;
	height:250px;
	margin-top:10px;
	border:1px solid #266C90;
	overflow:auto;
}

#pano{
	width:470px;
	height:300px;
	float:left;
}

.caja_mapa{
	border:1px solid #CCC;
}

.boton_mapa{
	margin:5px 0 5px 0;
	border:1px solid #333;
	width:80px;
	background:#fff;
	font-weight:bold;
}

div.movible {
	background:#5F5F5F;
	width:300px;
	height:18px;
	text-align:right;
	padding-top:5px;
	cursor: move;
}

.enlace_imprimir:link{text-decoration:none; color:#333; font-weight:bold;}
.enlace_imprimir:visited{text-decoration:none; color:#333; font-weight:bold;}
.enlace_imprimir:hover{text-decoration:none; color:#084961; font-weight:bold;}

.enlace_maps:link{text-decoration:underline; color:#333;}
.enlace_maps:visited{text-decoration:underline; color:#333;}
.enlace_maps:hover{text-decoration:none; color:#333;}

/*   FIN GOOGLE MAP   */