.dijitDialogUnderlayWrapper{
	display: none !important;
}
/*mesajes informativos*/
#msgMapGIS_Infor {
    border: none;
    border-radius: 4px;
    box-shadow: 4px 3px 8px rgba(0, 0, 0, 0.43);
}
#msgMapGIS_Infor .dijitDialogPaneContent {
    background: #ffffff repeat-x top left;
    border-top: none;
    padding: 1px;
    position: relative;
}
#msgContenidoinf {
    background-image: url(/mapgis//images/botones/Msg/informacion.png);
    background-repeat: no-repeat;
    background-position: 50% 7px;
    padding-top: 60px;
    background-size: 55px;
}
#msgContenidoinf .conte {
    margin: 5px 20px 10px 20px;
    background: transparent;
    max-width: 400px;
    max-height: 118px;
    overflow: auto;
    text-align: center;
}
#msgContenidoinf .bar {
    margin: 10px;
    text-align: center;
}
#msgMapGIS_Infor .dijitDialogTitleBar{
	display: none !important;
} 
#msgMapGIS_Infor button {
    padding: 2px 15px;
    background: #A8A6A7;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}
#msgMapGIS_Infor button:hover{
	opacity: .7;
}


/*mesajes Advertencia*/
#msgMapGIS_Adver {
    border: none;
    border-radius: 4px;
    box-shadow: 4px 3px 8px rgba(0, 0, 0, 0.43);
}
#msgMapGIS_Adver .dijitDialogPaneContent {
    background: #ffffff repeat-x top left;
    border-top: none;
    padding: 1px;
    position: relative;
}
#msgContenidoAdv {
    background-image: url(/mapgis//images/botones/Msg/adevertencia.png);
    background-repeat: no-repeat;
    background-position: 50% 7px;
    padding-top: 60px;
    background-size: 55px;
}
#msgContenidoAdv .conte {
    margin: 5px 20px 10px 20px;
    background: transparent;
    max-width: 400px;
    max-height: 118px;
    overflow: auto;
    text-align: center;
}
#msgContenidoAdv .bar {
    margin: 10px;
    text-align: center;
}
#msgMapGIS_Adver .dijitDialogTitleBar{
	display: none !important;
} 
#msgMapGIS_Adver button {
    padding: 2px 15px;
    background: #A8A6A7;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}
#msgMapGIS_Adver button:hover{
	opacity: .7;
}
/*mesajes Error*/
#msgMapGIS_Error {
    border: none;
    border-radius: 4px;
    box-shadow: 4px 3px 8px rgba(0, 0, 0, 0.43);
}
#msgMapGIS_Error .dijitDialogPaneContent {
    background: #ffffff repeat-x top left;
    border-top: none;
    padding: 1px;
    position: relative;
}
#msgContenidoError {
    background-image: url(/mapgis//images/botones/Msg/error.png);
    background-repeat: no-repeat;
    background-position: 50% 7px;
    padding-top: 60px;
    background-size: 55px;
}
#msgContenidoError .conte {
    margin: 5px 20px 10px 20px;
    background: transparent;
    max-width: 400px;
    max-height: 118px;
    overflow: auto;
    text-align: center;
}
#msgContenidoError .bar {
    margin: 10px;
    text-align: center;
}
#msgMapGIS_Error .dijitDialogTitleBar{
	display: none !important;
} 
#msgMapGIS_Error button {
    padding: 2px 15px;
    background: #A8A6A7;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
#msgMapGIS_Error button:hover{
	opacity: .7;
}
#btnDetalleE{
    margin-right: 10px;
}
#btnDetalleE .cerrado {
    background: #fff;
    background-image: url('../images//General/spriteArrows.gif');
    background-repeat: no-repeat;
   background-position: -28px 4px;
    height: 13px;
    width: 8px;
    margin-right: 4px;
    left: 11px;
    display: inline-block;
}
#btnDetalleE .abierto {
  
     background-position: -48px 4px;
}
#msgContenidoError #divDetall{
    text-align: center;
}

#divDetall textarea {
    margin: 5px;
    border: 1px solid #666;
    border-radius: 1px;
    width: 86%;
    font-size: 11px;
    color: #000;
    height: auto;
    min-height: 73px;
    max-height: 100px;
    resize: none;
}
/*mesajes confirmativos*/
#msgMapGIS_Conf {
    border: none;
    border-radius: 4px;
    box-shadow: 4px 3px 8px rgba(0, 0, 0, 0.43);
}
#msgMapGIS_Conf .dijitDialogPaneContent {
    background: #ffffff repeat-x top left;
    border-top: none;
    padding: 1px;
    position: relative;
}
#msgContenidoconf {
    background-image: url(/mapgis//images/botones/Msg/Confirmacion.png);
    background-repeat: no-repeat;
    background-position: 50% 7px;
    padding-top: 60px;
    background-size: 55px;
}
#msgContenidoconf .conte {
    margin: 5px 20px 10px 20px;
    background: transparent;
    max-width: 400px;
    max-height: 118px;
    overflow: auto;
    text-align: center;
}
#msgContenidoconf .bar {
    margin: 10px;
    text-align: center;
}
#msgMapGIS_Conf .dijitDialogTitleBar{
	display: none !important;
} 
#msgMapGIS_Conf button {
    padding: 2px 15px;
    background: #A8A6A7;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    margin-right: 5px;
}
#msgMapGIS_Conf button:hover{
	opacity: .7;
}

.mensajes label {
    background: transparent;
}