﻿body {
}


#Contenedor
{
    margin:0 auto;
    width:800px;
    /*height:600px;*/
    background-color:Navy;
    font-family:Arial;
    padding: 5px 5px 5px 5px;
}

#ContenedorLogin
{
    position:absolute;
    left:50%;
    top:50%;
    width:300px;
    margin-left:-150px;
    height:300px;
    margin-top:-150px;
    background-image:url(fondologin.png);
    background-color:White;
    font-family:Arial;
    
}

#TablaLogin
{
    margin:0 auto;
    width:200px;
    /*height:100px;*/
    background-color:Transparent;
    color:White;
}

#Titulo
{
    display:block;
    height:75px;
    background-color:White;
    background-image:url(fondoLavin2.png);
    color:White;
    padding:5px 5px 5px 5px;
    margin-bottom:5px;
    height:140px;
}

#ContenedorMenu
{
    margin:0 auto;
    width:300px;
    height:400px;
    background-image:url("fondoLavin.png");
}

a 
{
    color:White;
    font-size:10pt;
}
a hover
{
    color:Aqua;
}

#Menu
{
    display:block;
    height:35px;
    background-image:url("fondo_tit_pie.png");    
    background-color:Red;
    margin-bottom:5px;
    padding:5px 5px 5px 5px; 
    color:White;  
}

#Menu2
{
    display:block;
    height:35px;
    background-image:url("fondo_tit_pie2.png");    
    background-color:Red;
    margin-bottom:5px;
    padding:5px 5px 5px 5px; 
    color:White;  
}

#Cuerpo
{
    display:block;
    /*height:430px;*/
    background-color:White;
    margin-bottom:5px;    
    padding:5px 5px 5px 5px;
    font-size:x-small;
    text-decoration:none;
}

#Pie
{
    display:block;
    height:35px;
    background-image:url("fondo_tit_pie.png");    
    background-color:Red;
    color:White;
    margin-bottom:5px;    
    padding:5px 5px 5px 5px;
}

#Pie2
{
    display:block;
    height:35px;
    background-image:url("fondo_tit_pie2.png");    
    background-color:Red;
    color:White;
    margin-bottom:5px;    
    padding:5px 5px 5px 5px;
}

.PanelPopup
{
    background-color:Silver;
    border-width:1px;
    border-style:solid;
    border-color:Red;
    padding:3px;
    width:150px;
    /*height:250px;*/
    /*visibility:hidden;*/
}


.ModalBackground
{
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.TextBoxCss
{
    border:solid 1px red;
    font-size:x-small;
}


.ClaseTabla
{
    width: 890px;
    text-align: left;
    font-size: xx-small;
    background-color: #e6e6fa;
}


.ClaseTabla2
{
    width: 890px;
    text-align: left;
    font-size: xx-small;
    background-color: #e6e6fa;
}


.ClaseTextBox
{
    width:17px;
    height:15px;
    font-size:xx-small;
    font-family:Arial;
    border:solid 1px gray;
    text-align:center;
}

.ClaseTextBoxProd
{
    width:290px;
    height:15px;
    font-size:xx-small;
    font-family:Arial;
    border:solid 0px gray;    
}

.ClaseTextBoxDis
{
    width:17px;
    height:15px;
    font-size:xx-small;
    font-family:Arial;
    border:solid 0px blue;
    text-align:center;
    color:Gray;
}

.ClaseTextBoxPrincipal
{
    width:47px;
    height:15px;
    font-size:xx-small;
    font-family:Arial;
    border:solid 1px red;
    text-align:center;
    color:Gray;
}

.ClaseTextBoxProdDis
{
    width:170px;
    height:15px;
    font-size:xx-small;
    font-family:Arial;
    border:solid 0px blue;    
    color:Gray;
}

/*.FondoAplicacion
        {
            background-color: Gray;
            filter: alpha(opacity=70);
            opacity: 0.7;
        }*/

.BotonesNavegacion
{
    border: solid 1px Gray;
    font-size:small;
}        

.TextPopup
{
    text-align:center;
    height:16px;
    width:75px;
    font-family:Verdana;
    font-size:12px;
    border:solid 1px black;
}

.BotonPopup
{
    border: solid 1px red;
    background-color: Gray;
    color:white;
    width:75px;
    height:20px;
    font-size:12px;
}        