.infofin-required
{ 
    border-color: #ed5565 !important; 
}

.EtiquetaEmpresaModulos
{
  	color: #999999;
	font-family: Open Sans, Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 13px; 
	font-weight: bold;
    background-color:Transparent;
	vertical-align: middle;
    text-transform: uppercase;
}

.EtiquetaOpcionesBtnModulos
{
  	color: #999999;
	font-family: Open Sans,Arial, Helvetica, sans-serif;
	font-size: 13px; 
	background-color:Transparent;
	vertical-align: middle;
	cursor:default;
}

/* Para el RadGrid */
.RadgridHeaderOrderArrowDesc 
{
  background: transparent url(images/down.png) no-repeat center;
  border-color:transparent;
  border-width:0px; 
  background-color: transparent;
  vertical-align: middle;
  cursor: pointer; 
 
}
.RadgridButtonDetail
{
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border-width:0px;
    width: 25px;
    height: 25px; 
    background-image :url('Images/btn_Detail.png');
   	cursor: pointer;
}
.RadgridButtonEdit
{
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border-width:0px;
    width: 25px;
    height: 25px; 
    background-image :url('Images/btn_Modif.png');
   	cursor: pointer;
}
.RadgridButtonNew
{
    background-repeat: no-repeat;
    background-position: top;
    background-color: transparent;
    border-width:0px;
    width: 25px;
    height: 35px; 
    background-image :url('Images/anadir.png');
   	cursor: pointer;
}
.RadgridButtonDelete
{
    background-repeat: no-repeat;
    background-position:top;
    background-color: transparent;
    border-width:0px;
    width: 25px;
    height: 35px; 
    background-image :url('Images/borrar.png');
   	cursor: pointer;
}

.RadgridHeaderOrderArrowAsc 
{
  background: transparent url(images/up.png) no-repeat center;
  border-color:transparent;
  border-width:0px; 
 background-color: transparent;
  vertical-align: middle;
  cursor: pointer; 
 
}

.RadGridListError
{
  background: transparent url(images/error2.gif) no-repeat center;
  border-color:transparent;
  border-width:0px; 
  background-color: transparent; 
  vertical-align: middle;
  cursor: pointer; 
 
}

table#TableUpdateProgress
{
 width:100%;
}
td#TdUpdateProgress
{
 font-size:small;
 background: url("images/loading3.gif") no-repeat ;

}

.WhiteImage
{
      width:18px;
      height:420px;
      visibility:hidden;
}


.GridHeaderInfofin
{
    background-color:#48b3ec;
    color: white;
    border-color:transparent;
}

.GridCellInfofin
{
      border-color:transparent;
}

.GrinItemTemplateInfofin
{
    background-color:gray;

}

.GrinAlternatingItemTemplateInfofin
{
    background-color:white;
}

.User_name{
     text-transform: capitalize;
}
/*.User_name:first-letter {
    text-transform: uppercase;
}*/

