﻿.updatePanel { 
    width: 100%; 
}

.menu {
    text-align:right;
    height:5%;
    border-top-color:Black;
    border-top-width:thin;
    border-top-style:groove;
    padding-top:2px;
}

.botonMenu { 
    padding: 5;
    margin: 5;
}

.seccionResumen {
    background:#aabbcc;
    width:25%;
    height:100%;
    text-align:left;
    vertical-align:top;
}

.seccionTitulo {
    width:100%;
}

.barraDivisora {
    vertical-align:top;
}

.seccionPrincipal {
    width:75%;
    height:95%;
}

.tablaCentral {
    width:100%;
    height:100%;
    border-color:Black;
    border-style:solid;
    border-width:2px;
}

.tablaControles {
    width:100%;
    height:100%;
}
   
.seccionInterna {
    border-color:Black;
    border-style:inset;
    border-width:3px;
}

.textoSeccionResumen {
    font-family:Arial Narrow;
    font-size:medium;
    font-weight:bold;
    color:#ffffff;
    text-align:left;
    margin-top:20px;
    margin-bottom:0px;
    margin-left:3px;
    margin-right:3px;
}

.cuadroActualizacion {
    position: fixed;
    left: 0%;
    top: 0%;
    height:100%;
    width:100%;
    background-color:Gray;
	filter:alpha(opacity=40);
	opacity:0.4;
}

.imagenActualizacion {
    position: fixed;
    left: 50%;
    top: 50%;
}

.panelLog {
    width:100%;
    height:100%;
}

.columnaContenedorControles {
    width:100%;
    text-align:left;
    height:100%;
    vertical-align:top;
}

.contenedorControles {
    width:100%;
    height:100%;
}

.imagenPrincipal {
    width: 30px; 
    height: 30px;
}

.tablaTitulo {
    width:100%;
}

.seccionImagen {
    width:10%;
}

.seccionEtiquetaTiulo {
    width:90%;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.panelMensajeError
{
    display:none;
    width:350px;
    padding:3px
}

.panelInternoMensaje {
    cursor: move;
    background-color:#DDDDDD;
    border:solid 1px Gray;
    color:White;
    text-align:center;
}

.mensajeErrorPanel {
    width:350px;
    min-height:50px;
    background-color:White;
}

.mensajeError {
    margin:10px;
}

.btnError {
    text-align:right;
}
