﻿
.FechaUsuarioRol
{
  font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
  font-size: 12px;  
  font-weight: bold;
  color: #FFFFFF;
}

/*General*/
.lblTitulo
{
  font-family: "Trebuchet MS";
  font-size: 12px;
  font-weight: bold;
  color: #003366;
}

.btnEstandar
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  background-color: #2B91C0;
  border-top-color: #FFF;
  border-right-color: #FFF;
  border-bottom-color: #003399;
  border-left-color: #003399;
}

.btnEstandar:hover
{
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1F72BC;
	border: thin solid #B1DDE7;
}

.btnEstandarLogin
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #004080;
	border: thin solid #FFF;
  }

.btnEstandar[disabled=true]
{
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #999;
	border: thin solid #CCC;
}

.labelTit
{
  /*font-size: 10px; 	font-weight: bold;*/
  font-size: 11px;
  color: Black;
  height: 20px;
}

.txtLargo
{
  /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
  font-size: 11px;
  border: #666666 1px solid;
  width: 500px;
}

.txtMediano
{
  /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
  font-size: 11px;
  border: #666666 1px solid;
  width: 350px;
}

.txtPequeno
{
  /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
  font-size: 11px;
  border: #666666 1px solid;
  width: 150px;
}

.txtPequenoMedio
{
  /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
  font-size: 11px;
  border: #666666 1px solid;
  width: 200px;
}

.txtMuyRePequeno
{
  /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
  font-size: 11px;
  border: #666666 1px solid;
  width: 117px;
}

.txtMini
{
  /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
  font-size: 11px;
  border: #666666 1px solid;
  width: 30px;
}

.txtBuscador
{
  font-size: 11px;
  border: #666666 1px solid;
  background-color: gainsboro;
}

.txtMuyPequeno
{
  /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
  font-size: 11px;
  border: #666666 1px solid;
  width: 50px;
}

.txtPequenoComp
{
  /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
  font-size: 11px;
  border: #666666 1px solid;
  width: 100px;
}

.txtPequenoNumerico
{
  font-size: 11px;
  border: #666666 1px solid;
  width: 50px;
  text-align: right;
}

.ddlLargo
{
  /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
  font-size: 11px;
  border: #666666 1px solid;
  width: 509px;
}

.ddlMediano
{
  /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
  font-size: 11px;
  border: #666666 1px solid;
  width: 356px;
}

.ddlPequeno
{
  /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
  font-size: 11px;
  border: #666666 1px solid;
  width: 154px;
}

.ddlDeposito
{
  /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
  font-size: 11px;
  border: #666666 1px solid;
  width: 154px;
  margin-top: 10px;
}

.ddlMuyRePequeno
{
  /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
  font-size: 11px;
  border: #666666 1px solid;
  width: 121px;
}

.ddlMini
{
  /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
  font-size: 11px;
  border: #666666 1px solid;
  width: 50px;
}

.modalPopup /*Se usa para el bloqueo de pantalla*/
{
  display: none;
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: Gray;
  padding: 3px;
  z-index: 10;
  cursor: move;
  position: absolute;
  top: 40%;
  left: 40%;
  background-color: #eeeeee;
}

.modalBackground
{
  background-color: #EEEEEE;
  filter: alpha(opacity=60);
  opacity: 0.6;
  display: none;
  position: absolute;
  z-index: 5;
  top: 0px;
  left: 0px;
  height: 300%;
  width: 100%;
}

.modalPopupAsync /*Se usa para el bloqueo de paneles en llamadas AJAX*/
{
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: Gray;
  padding: 3px;
  z-index: 10;
  cursor: move;
  position: absolute;
  top: 40%;
  left: 40%;
  background-color: #eeeeee;
}

.modalBackgroundAsync
{
  background-color: #EEEEEE;
  filter: alpha(opacity=60);
  opacity: 0.6;
  position: absolute;
  z-index: 5;
  top: 0px;
  left: 0px;
  height: 40px;
  width: 800px;
}

.BackgroundAsync
{
  background-color: #EEEEEE;
  filter: alpha(opacity=60);
  opacity: 0.6;
  z-index: 5;
}

.piePagina
{
  font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #003366;
}

.piePagina:a
{
  font-family: "Trebuchet MS";
  font-size: 10px;
  font-weight: normal;
  color: #003366;
}

.masterNuevo
{
  font-size: 14px;
  font-weight: bold;
  color: #3C64FF;
  vertical-align: top;
}

.masterNuevo:a
{
  color: #3C64FF;
  vertical-align: top;
}

.TextLogin
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: white;
}

.PanelColapsable
{
  color: #777777;
  font-family: "Trebuchet MS"; /*background-color: #000000; background-color: #CCCCCC;*/
  font-weight: bold;
  border-bottom: #777777 2px solid; /*border: #000000 1px solid;*/
}

.panelesBloqueados
{
  background-color: #EEEEEE;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
