div, input {
    display: block;
    margin: 0;
    padding: 0;
}

#contenedor {
    width: 100%;
    text-align: center;
}

#contenido {
    position: relative;
    left: 29px;
    width: 904px;
    text-align: left;
    margin: 0;
    padding: 0 0 0 0;
}

#datos {
    clear: both;
    width: 898px;
    height: 145px;
    padding-left: 2px;
    margin-bottom: 5px;
    background: #DEDCD9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#mapaMun, #mapaCom, #mapaSat {
    width: 300px;
    height: 132px;
    clear: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#mapaMun, #mapaCom {
    margin-bottom: 3px;
}

#map_canvas {
    float: right;
    margin-right: 0;
    width: 898px;
    height: 410px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#panBusqueda {
    clear: left;
    float: left;
    width: 760px;
}

#panDireccion {
    float: left;
    margin-right: 15px;
}

#Buscar {
    margin-top: 13px;
    width: 70px;
    height: 22px;
}

#panCPais {
    height: 22px;
    margin-top: 0px;
}

#panTitGeo {
    clear: left;
    float: left;
    margin-top: 2px;
    height: 20px;
    width: 523px;
}

#panTitUTM {
    float: left;
    height: 20px;
    margin-top: 2px;
}

#panCoorsGeo {
    clear: left;
    float: left;
    width: 523px;
}

#panCoorGrados {
    clear: left;
    float: left;
}

#coorUTM {
    float: left;
}

.encabezado span {
    display: inline;
}

input[type="text"] {
    width: 140px;
}

#zonaUTM input, #CounCod {
    width: 52px;
}

#gradLat, #decLat, #panX, #panHuso {
    margin-right: 1px;
}

#panCoorGrados, #panCoorDecimal, #coorUTM {
    width: 250px;
    margin-right: 1px;
}

#Direccion {
    width: 667px;
}

#Label120 {
    margin-top: 4px;
    display: inline;
}

#Label10 {
    display: block;
}

#zonaUTM {
    float: left;
}

/* Controles */

.fondo {
        background: #DEDCD9;
    }

    .inputFondo {
        background: #DEDCD9;
        border-color: #667BD0;
        border-width: 2px;
        border-style: solid;
    }

    .labelCabecera {
        color: #FFFFFF;
        font-weight: bold;
        background-color: #667BD0;
        margin-top: 2px;
        font-family: Verdana;
        font-size: 10pt;
    }

    .labelMuestra {
        font-weight: bold;
        font-family: Arial;
        font-size: 8pt;
        display: block;
    }

    .labelCab2 {
        display: inline;
        font-size: 10pt;
        font-weight: bold;
        color: #667BD0;
    }

    .input {
        border-color: #667BD0;
        border-width: 2px;
        border-style: solid;
    }

    .tipo0 {
        padding: 6px;
        position: absolute;
        width: 200px;
        border: 2px solid black;
        background-color: menu;
        font-family: Verdana;
        line-height: 20px;
        cursor: default;
        visibility: hidden;
    }

    .tipo1 {
        padding: 6px;
        cursor: default;
        position: absolute;
        width: 400px;
        background-color: #FFC24E;
        color: MenuText;
        border: 0 solid white;
        visibility: hidden;
        border: 2 outset ButtonHighlight;
    }

    .menuItem {
        margin-bottom: 6px;
    }