﻿

.panelAnimacion
{
    display: none;
    position: absolute;
    z-index: 3;
    opacity: 0;
    filter: (progid:DXImageTransform.Microsoft.Alpha(opacity=0));
}

/*Estilo Controles */

body
{
    padding-bottom: 5px;
    padding-left: 8px;
    padding-right: 8px;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 75%;
    /*background-image: url(img/imgFondo.jpg);*/
}

h1
{
    padding-bottom: 0px;
    border-bottom: 1px dotted #DC2B2A;
    font-size: 1.8em;
    font-variant: small-caps;
    font-family: Trebuchet MS;
    color: #DC2B2A;
}

h4
{
    font-variant: small-caps;
    font-family: Trebuchet MS;
    color: #483D8B;
}

a:link, a:visited
{
    color: #839ce7;
    text-decoration: none;
    padding-right: 8px;
    top: -.2em;
    left: .25em;
}

a:hover
{
    color: #000099;
}

img
{
    border: none;
}

/*************************************** Fin estilo controles **************************************/


/************************************** Estilo para las tablas **************************************/

tr.footer td
{
    background-image: url(images/imgFondoCabecera.gif);
    height: 1.5em;
}

tr.selected td
{
    background: #fdffb8;
}

th a:link, th a:visited, th a:hover
{
    color: #666666;
}

td a:link, td a:visited
{
    color: #718ABE;
}

td a:hover
{
    color: #000099;
}

.tablaNormal th
{
    background-image: url(images/imgFondoCabecera.gif);
    font-family: Trebuchet MS;
    font-variant: small-caps;
    line-height: 1.1em;
    
    text-align: center;
    font-size: 100%;
    color: #666666;
    border-left: 1px solid #dbddff;
    border-right: 1px solid #dbddff;
    border-bottom: 1px solid #dbddff;
    padding: 1px;
    line-height: 0.7em;
    
    overflow: hidden;
    height: 20px;
}

.tablaGrid, .tablaNormal
{
    border: 1px solid #dbddff;
    border-bottom: 3px solid #dbddff;
    border-collapse: collapse;
    color: #666666;
    font-size: 95%;
    background-color: #FCFDFE;
    text-align: left;
}

.tablaNormal td
{
    padding: 4px 5px 4px 5px;
    border-left: 1px dotted #dadada;
    border-right: 1px dotted #dadada;
    border-bottom: 1px dotted #dadada;
    border-top: 1px dotted #dadada;
    vertical-align: middle;
}

.tablaNormalCentrada
{
    margin-right: auto;
    margin-left: auto;
}

.tablaGrid td
{
    padding: 1px 2px 1px 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
    border-left: 1px dotted #dadada;
    border-right: 1px dotted #dadada;
    border-bottom: 1px dotted #dadada;
    border-top: 1px dotted #dadada;
}

.tablaGrid th
{
    background-image: url(images/imgFondoCabecera.gif);
    font-size: 100%;
    font-variant: small-caps;
    text-align: center;
    color: #666666;
    border-left: 1px solid #dbddff;
    border-right: 1px solid #dbddff;
    border-bottom: 1px solid #dbddff;
    padding: 1px;
    line-height: 0.7em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    top: expression(this.offsetParent.scrollTop -1);
    height: 20px;
    z-index: 20;
    cursor: default; /*table-layout:fixed;	*/
}

.tablaGridHoverTrSelected tr:hover
{
    background-color: #dadada;
    cursor: pointer;
}

.tablaGridHoverThResizable th:hover
{
    border-right: 1px solid #718ABE;
}

/*.tablaGrid
{
	 width: 100%;    
}*/

/* Fin del estilo de las tablas */

.panelPadreGrid
{
    position: relative;
    padding-right: 0px;
    overflow: scroll;
    margin: 0px;
}


/* The following modifies the page number control which exists under the main table */
div.pager
{
    padding: 0px;
    padding-left: 6px;
    padding-right: 6px;
    background-image: url(images/imgFondoCabecera.gif);
}
span.results1
{
    float: left;
}
span.results2
{
    float: right;
}
/* The following modifies the results per page control which exists under the main table */
div.results
{
    display: inline;
    position: relative;
    padding: 0px;
    padding-left: 6px;
    padding-right: 6px;
    margin-top: -1.75em;
    float: right;
}

/* Bottom hyperlink design*/
div.bottomhyperlink
{
    /*font-family:Tahoma; /* Tahoma, Arial, Sans-Serif;*/
    font-size: 100%;
    margin-top: -3px;
}
div.bottomhyperlink a:link, div.bottomhyperlink a:visited
{
    color: #839ce7;
    text-decoration: none; /* font-family: Tahoma, Arial, Sans-Serif;*/
    font-size: 100%;
    margin-top: -3px;
}
div.bottomhyperlink a:hover
{
    color: #000099;
    text-decoration: underline !important; /* font-family: Tahoma, Arial, Sans-Serif;*/
    font-size: 100%;
}
div.bottomhyperlink img
{
    position: relative;
    top: 0em;
    padding-right: .4em;
    border: none;
}

.modalPopup
{
    background-color: #F0F8FF; /*color:Black ;*/
    border-width: 1px;
    border-style: solid;
    border-color: #839ce7;
}

input[type=text], input[type=password], input[type=file], textarea, select
{
    padding: 2px;
    border: 1px solid;
    border-color: #abadb3 #dbdfe6 #e3e9ef #e2e3ea;
    border-radius: 1px;
}

input[type=text]:focus, input[type=text]:hover, input[type=password]:focus, input[type=password]:hover, input[type=file]:focus, input[type=file]:hover, textarea:focus, textarea:hover, select:focus, select:hover
{
    border-color: #5794bf #b7d5ea #c7e2f1 #c5daed;
}


input[type=submit], input[type=file], input[type=text], input[type=password], textarea, select, label
{
    /*font-family: Tahoma, Arial, Sans-Serif;*/
    font-size: .95em;
    color: #666666;
}

input[type=file]:focus, input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus
{
    background-color: #F6FFFF;
}

input[type=submit]:hover
{
    color: Black;
}

.modalBackground
{
    background-color: Black;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.tituloDrag
{
    text-align: center;
    align: center;
    cursor: move;
    font-variant: small-caps;
}

.divPrincipal
{
    /*position: absolute;*/ /*margin-left:auto; 	margin-right:auto; 	/*align:center; 	text-align:center;	*/ /*margin:0 auto 0 auto; */
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-color: Transparent;
}

/*#ctl00_contentPlaceHolder_upPrincipal
{
	background-color:Transparent;
}*/


/* Estilo para el menu */
.menu a:link, .menu a:visited
{
    background: url(Imagenes/imgBotonMenuDefecto.png) left bottom no-repeat;
    color: White;
    float: right;
    text-decoration: none;
    display: block;
    width: 150px;
    height: 15px;
    font-size: smaller;
    text-align: center;
}

.menu a:hover, .menu a:active
{
    color: #FFF;
    font-size: smaller;
    background: url(Imagenes/imgBotonMenuActivo.png) left bottom no-repeat;
    text-decoration: none;
}

.menu tr, .menu td, .menu a
{
    text-decoration: none;
    width: 0px;
    padding: 0px;
    margin: 0px;
    background-color: Transparent;
}

.menu table
{
    width: 150px;
}

.menu img
{
    width: 0px;
    height: 0px;
    padding-left: 2px;
    padding-right: 1px;
}

/* Fin del estilo del menu */


/* Estilo para quitar el estilo demtro del estilo tablaNormal */
.tdSinEstiloEnDetailsTable tr td
{
    padding: 0px;
    margin: 0px;
    border: none 0px;
}

.tdSinEstiloEnDetailsTable tr td:hover
{
    padding: 0px;
    margin: 0px;
    background-color: #dbddff;
    border: none 0px;
}

.tdSinEstiloEnDetailsTable tr
{
    padding: 0px;
    margin: 0px;
    border: none 0px;
}

.tdSinEstiloEnDetailsTable
{
    z-index: 1000;
    position: relative;
    padding: 0px;
    margin: 0px;
}

.tdSinEstiloEnDetailsTable table
{
    padding: 0px;
    border-bottom: solid 1px #dbddff;
    border-top: solid 1px #dbddff;
    margin: 0px;
}

.tdSinEstiloEnDetailsTable > div
{
    padding: 0px;
    margin: 0px;
    background-color: White;
    border: solid 1px #dbddff;
}

.tdSinEstiloEnDetailsTable table > thead > tr
{
    text-align: center;
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
    background-color: #dbddff;
    cursor: default;
}

.tdSinEstiloEnDetailsTable table > thead > tr > td > div
{
    text-align: center;
    vertical-align: middle;
}



.labelError
{
    color: Red;
    background-image: url(imagenes/imgError.png);
}

#footer
{
    border-top: 1px dotted #bbbbbb;
    clear: both;
    color: gray;
    font-size: 0.9em;
    line-height: 1.6em;
    margin: 50px auto;
    padding: 8px 0;
    text-align: right;
}

#footer a
{
    color: #808080;
}


.labelProgreso
{
    border-style: solid;
    border-width: 1px;
    border-color: #abadb3 #dbdfe6 #e3e9ef #e2e3ea;
    height: 9px;
    width: 0px;
    background-image: url(Imagenes/imgProgreso.gif);
    text-align: left;
}

.botonCerrar
{
    top: 0px;
    right: 0px;
    position: absolute;
    cursor: auto;
    z-index: 10;
    margin: 5px;
}

.botonMaximizar
{
    top: 0px;
    right: 22px;
    position: absolute;
    cursor: auto;
    z-index: 10;
    margin: 5px;
}

.text_gris
{
    color: #483D8B;
    font-family: "Trebuchet MS,Arial,Verdana";
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
}

.boton_cerrar
{
    padding-bottom:2px;
padding-left:10px;
padding-right:10px;
padding-top:2px;
}

.panel_buscar
{
    background-color: #ececec;
    height:30px;
    margin-top:3px;
    margin-bottom:10px;
}

.watermarked {
background-color:#F0F8FF;
border:1px solid #BEBEBE;
color:gray;
padding:2px 0 0 2px;
}

.texto_rojo
{
    color:#DC2B2A;
    font-family:"Trebuchet MS,Arial,Verdana";
font-size:14px;
font-style:normal;
font-variant:normal;
font-weight:normal;
padding:4px;
padding-top:10px;
}

.ajustada
{
    white-space:pre-wrap;
}


