@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:500;
}

#map{
	float:left;
	width:550px;
	height:250px;
	margin-top:10px;
	border:1px solid #266C90;
	overflow:auto;
}

#pano{
	width:552px;
	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:#515151;
	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_mapa:link{text-decoration:underline; color:#333;}
.enlace_mapa:visited{text-decoration:underline; color:#333;}
.enlace_mapa:hover{text-decoration:none; color:#333;}

/*   FIN GOOGLE MAP   */