﻿#master_container
{
    margin: 4px auto 0;
    width: 800px;
    background-color: #FFFFFF;
}

#master_header
{
    margin: 0 auto 0;
    border: 1px solid #C0C0C0;
    width: 100%;
    height: 70px;
    background-color: #EAEAEA;
    background-repeat: repeat-x;
}

#main_container
{
    margin: 5px 0 0 0;
    position: relative;
    border: none;
    width: 100%;
    height: 400px;
    background-color: white;
    background-repeat: repeat-x;
}

#map_container
{
    position:absolute;
    left: 0px;
    top: 0px;
    width: 510px;
    height: 500px;
}

#tools_container
{
    position:absolute;
    left: 515px;
    top: 0px;
    width: 285px;
    height: 500px;

}

.ins_panreportes
{
    padding: 5px;
    border: 1px solid #666666;
    margin-bottom: 10px;
}

.ins_panlocalizar
{
    padding: 5px;
    border: 1px solid #666666;
    margin-bottom: 10px;
}

.ins_panlocalizar .title
{
    border-width: 1px;
    border-color: #C0C0C0;
    font-weight: bold;
    width: 270px;
    border-bottom-style: solid;
    margin-bottom: 3px;
}


.ins_panlocalizar .formlabel
{
    width: 95px;
    overflow: hidden;
    float:left;
}

.ins_panlocalizar .formfield
{
    width: 159px;
    margin-bottom: 3px;
}

.ins_panlocalizar .formfieldlist
{
    width: 165px;
    margin-bottom: 3px;
}

.ins_panlocalizar .buttonspanel
{
    margin: 3px;
    width: 100%;
    text-align: center;
}

.ins_panlocalizar .button
{
    padding: 2px;
    margin: 2px;
    color: #0000FF;
    cursor: pointer;
}

.ins_paninfdelito
{
    padding: 5px;
    border: 1px solid #666666;
    background-color: #EBEBEB;
    position: absolute;
    visibility: hidden;
    width: 350px;
    height: 300px;
    z-index: 300;
   
}

.ins_paninfdelito .title
{
    border-width: 1px;
    border-color: #C0C0C0;
    font-weight: bold;
    width: 270px;
    border-bottom-style: solid;
    margin-bottom: 3px;
}


.ins_paninfdelito .formlabel
{
    width: 95px;
    overflow: hidden;
    float:left;
}

.ins_paninfdelito .formfield
{
    width: 159px;
    margin-bottom: 3px;
}

.ins_paninfdelito .formfieldlist
{
    width: 165px;
    margin-bottom: 3px;
}

.ins_paninfdelito .buttonspanel
{
    margin: 3px;
    width: 100%;
    text-align: center;
}

.ins_paninfdelito .button
{
    padding: 2px;
    margin: 2px;
    color: #0000FF;
    cursor: pointer;
}

.ins_newevent_pin
{
    position: absolute;
    width: 16px;
    height: 32px;
	background-image: url('images/pin.png');
	background-repeat: repeat-x;
    z-index:300;
    left:-100px;
    top: -100px;
}
