@CHARSET "UTF-8";
/*
 * PRODETUR
 * Promoción del Desarrollo Económico y del Turismo
 *
 * GMV Soluciones Globales Internet, S.A.
 * Avda. Américo Vespucio, Nº5
 * Edificio Cartuja, Bloque E, 1ª Planta
 * 41092 Sevilla (España)
 * 
 * $Id: georeference.css 3342 2009-07-27 16:50:10Z jjlf $
 */

/* 
Please NOTE: if you want to render your maps properly and see border watching, don't forget to include the following line in your main template in the head section:
    <link href="<cms:link>/system/modules/com.gmv.querquedula.types.georeference/resources/css/georeference.css</cms:link>" rel="stylesheet" type="text/css">

*/

/* BorderWatcher */

.map {
    width: 480px;
    height: 350px;
    border: 6px solid silver;
    margin: 20px;
}

.border-watcher-top {
    border-top: 6px solid #FF3D16;
}

.border-watcher-right {
    border-right: 6px solid #FF3D16;
}

.border-watcher-bottom {
    border-bottom: 6px solid #FF3D16;
}

.border-watcher-left {
    border-left: 6px solid #FF3D16;
}

/* Map canbas styles */


div.google_maps {
    _position:absolute;
}

div.google_maps div#map_canvas {
    margin: 10px auto;
    width: 450px;
    height: 350px;
}

div.google_maps div#map_canvas span {
    visibility: hidden;
}

