﻿body
{  
    height:100%;  
    width:100%;  
    margin:0;  
    padding:0;  
    cursor:default;  
} 

html,form
{  
    height:100%;  
    width:100%;  
    margin:0;  
    padding:0;  
    cursor:default;  
}

.labelstyle1 {
font-family: Verdana;
font-size: .8em;
font-weight: 700;
font-style:normal ;
color: royalblue ;
text-decoration: none;
word-spacing: normal;
letter-spacing: normal;
text-transform: none;
} 

.lblDataStyle {
font-family: Verdana;
font-size: .8em;
font-weight: 700;
font-style:normal ;
text-decoration: none;
word-spacing: normal;
letter-spacing: normal;
text-transform: none;
} 

.lblErrorStyle {
    font-weight:900;
    font-family:Tahoma;
    Color:Red;
}

.lblOkStyle {
    font-weight:900;
    font-family:Tahoma;
    Color:darkgreen;
}


#DivHeader
{  
    height:38px;
    width:100%;
    background-image:url(/Imagenes/DegradeSuperior.jpg);
    background-size: 100% 100%;
    position:relative;  
    background-repeat:repeat;
} 
     
#DivPanelCabeceraWindow
{  
    height:24px;
    width:100%;
    background-color:steelblue;
    /*background-image:url(/Imagenes/PanelCabecera.png);*/
    /*background-size: 100% 100%;*/
    /*background-repeat:repeat;*/
    position:relative;  
} 

.DivPanelCabeceraWindow
{  
    height:24px;
    width:100%;
    background-color:steelblue;
    /*background-image:url(/Imagenes/PanelCabecera.png);*/
    /*background-size: 100% 100%;*/
    /*background-repeat:repeat;*/
    position:relative;  
} 

.LabelAccionCabeceraWindow {
    Color:White;
    font-weight:bold;
}

#DivContenidoMain
{  
    height:100%;
    width:100%;
    background-image:url(/Imagenes/MainBack.png); 
    background-size: 100% 100%;
    position:relative;  
}


#DivContenidoAPP
{  
    height:100%;
    width:100%;
    background-image:url(/Imagenes/AppBack.png); 
    background-size: 100% 100%;
    position:relative;  
} 

#CabeceraWindowApp
{  
    height:700px;
    width:100%;
    position:relative;  
} 


.tableabm {
color:lightcyan;
} 

/*TBODY.igg_Item > TR > TD*/
TBODY.igg_Item > TR.RushCss > TD
{
    background-color:#fb7575;
    color:white; 
    font-weight:900;
}
TBODY.igg_Item > TR.ConfirmadoCSS > TD
{
    background-color:#50ba0f;
    color:white; 
    font-weight:900;
}
TBODY.igg_Item > TR.RushConfirmadoCSS > TD
{
    background-color:#963939;
    color:white; 
    font-weight:900;
}
