﻿body
{
}

.modalBackground
{
	background-color: Gray;
	
}
.updateProgress
{
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	position: absolute;
	width: 180px;
	height: 65px;
}

.TextWater
{
	    font-family: Tahoma;
        font-weight:normal ;
        font-size:xx-small;
        font-style:italic ;
}

.TipoTexto
{
	      text-align:left;
  
}

.TipoNumerico
{
	      text-align:center;
	margin-left: 0px;
}

.btnApp
{
               
        font-family: Arial;
        font-size:small;
        color:White;
        background-color:#F67710;
        border-color:White;
        text-align:center ;
        border-style:solid ;
        border-width:1px;
        
}
.btnAppPar
{
               
        font-family: Arial;
        font-size:small;
        color:White;
        background-color:#41C27B;
        border-color:White;
        text-align:center ;
        border-style:solid ;
        border-width:1px;
        
}

.btnAppAnular
{
               
        font-family: Arial;
        font-size:small;
        color:White;
        background-color:#FF5050;
        border-color:White;
        text-align:center ;
        border-style:solid ;
        border-width:1px;
        
}

.btnAppSmall
{
        color:White;       
        font-family: Arial;
        font-size:xx-small;
        background-color:#F67710;
        border-color:White;
        text-align:center ;
        border-style:solid ;
        border-width:1px;
        
}

.btnAppMenu
{
        color:White;       
        font-family:Arial;
        font-size:large;
        background-color:#F67710;
        border-color:White;
        text-align:center ;
        border-style:solid ;
        border-width:1px;
        
}

.invisible { display: none; }