﻿body {
    background-color: #34495E;
    /* Estilos para el header y footer verifica */
}
.headerimagen
{
    background-image:url(images/fondoinfo.jpg);
    background-repeat: no-repeat;
    background-position:center;
    width:490px;
    height: 110px;
}


.headerfondo
{
    height: 110px;
    background-image:url(images/headerr100.jpg);
    background-repeat: repeat-x;
   
}
.footer
{
    height: 25px;
    background-image:url(images/footer.jpg);
    background-repeat: repeat-x;
   
}


/* Estilos para el login de la página de index */
.lg-body
{
   
    background-color:#e1e1e1;
    border-color:#E6E2D8;
    border-style:solid;
    border-width:1px;
}

.lg-TextBoxStyle
{
    font-size:0.8em;
    
}

.lg-LoginButtonStyle
{
    background-color:#FFFBFF;
    border-color:#CCCCCC;
    border-style:solid;
    border-width:1px;
    font-family:Verdana;
    font-size:1em;
    color:#284775;
}

.lg-InstructionTextStyle
{
    font-style:italic;
    color:Black;
}

.lg-TitleTextStyle
{
    background-color:#0f4a8d;

    font-size:1.5em;
    color:White;
    text-align:center;
    vertical-align:middle;
    font-family:Verdana;
}

/* Estilo para el master, el titulo con el nombre del usuario*/
.titulo
{
    font-size:small;
}

.usuario
{
    font-size:medium;
    color:#FF6600;
    font-weight:bold;
}

/* Estilo para mensajes de tipo informativo */
.msg-info
{
    font-weight: bold;
    font-size:large;
}

/* Estilo para mensaje de error*/
.error
{
    color:Red;
}

/* Estilos para pagina de error*/
.img-error
{
    height:300px;
	background-image:url(images/error.gif);
    background-repeat:no-repeat;
    background-position:center;
}

/* Estilos para la página de inicio*/ 
/*.img-inicio
{
    
    height:125px;
    background-image: url(images/fondo2.jpg);
    background-repeat:no-repeat;
    background-position:center;
  
}*/

/* Estilos de cargar archivo */
.up-DJFileUpload
{
    background-color:White;
}

.up_results
{
}



/* Estilos de los data grid */
.grid-HeaderStyle
{
    background-color:#5D7B9D;
    color:White;
    text-align:center;

}

.grid-FooterStyle
{
    background-color:#5D7B9D;
    color:White;

}

.grid-PagerStyle
{
    background-color:#284775;
    color:White;
	text-align:center;
}

.grid-SelectedRowStyle
{
    background-color:#E2DED6;
    color:#333333;

}

.grid-AlternatingRowStyle
{
    background-color:White;
    color:#284775;
}

.grid-EditRowStyle
{
    background-color:#999999;
}

.grid-GridView
{
    font-size:small;
    color:#333333;
}

.grid-RowStyle
{
    background-color:#F7F6F3;
    color:#333333;
}

.btn-download
{
    height:21px;
    width:21px;
	background-image:url(images/download.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-color:Transparent;
	border:none;
	cursor:pointer;
}

.btn-delete
{
    height:20px;
    width:20px;
	background-image:url(images/delete.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-color:Transparent;
	border:none;
	cursor:pointer;
}

.btn-update {
    height: 34px;
    width: 34px;
    background-image: url(/images/intercambio.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: Transparent;
    border: none;
    cursor: pointer;
}

/* Estilos para la barra de progreso del upload*/
.upProgressContainer
{
    padding-top: 5px;
    padding-bottom: 5px;
}

.upOuterBar
{
    width: 570px;
    height: 32px;
    border: solid 1px #8a8a8a;
    background-color: #fff;
    overflow: hidden;
}

.upInnerBar
{
    width: 0;
    height: 32px;
    background-color: #cccccc;
    position: relative;
}

.upLabel {
    width: 100%;
    background-color: Transparent;
    color: #000000;
    text-align: center;
    z-index: 9999;
    position: relative;
    top: -32px;
    font-family: Arial;
    font-size: 9pt;
}
