/*La Ventana de Google Maps*/

#simple_example_window{
  width: 300px;
}
#simple_example_window_contents{
	background-color: #f1f0e7;
	border: 3px solid  #bed73b;
	padding-left: 30px;
	padding-top: 10px;
	font-size:12px;
	color:#2b343d;
	background-image: url(http://www.federacionaspacecyl.org/imagenes/fondo_google_maps.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5em;
}
#simple_example_window_beak{
	width: 28px;
	height: 38px;
	background-color: transparent;
	background-image: url(../imagenes/simple_beak.png);
	background-repeat: no-repeat;
	background-position: left top;
}
* html #simple_example_window_beak{
  /* Alpha transparencies hack for IE */
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imagenes/green_beak.png', sizingMethod='crop');
}
#simple_example_window_tl, #simple_example_window_tr, #simple_example_window_bl, #simple_example_window_br,
#simple_example_window_t,#simple_example_window_l,#simple_example_window_r,#simple_example_window_b{
  height: 0px;
  width: 0px;
}

/*Fin de la Ventana de Google Maps*/
