﻿body, div, p, h1, h2, h3, h4, ul, li, table
{
	margin:0;
	padding:0;
	border:none;
}

body
{
	
	font-family: Tahoma, Arial, sans-serif;
	font-size:70%;
	background-color:#7AC142;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#7AC142', startColorstr='#018643', gradientType='0');
}

.Login_header
{
	vertical-align:text-bottom;
	padding-bottom:20px;
	color:#018643;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.5em;
}

#Login
{
	color: #666666;
}

/* Master Page Layout */
#master_header
{
	margin: -1px auto 0 auto;
	width: 1024px;
	
	border-top: 1px solid #0F2543;
	border-left: 1px solid #0F2543;
	border-right: 1px solid #0F2543;
	border-bottom: 1px solid #0F2543;
	background-color: #FFF;
	line-height: 1.5em;
}

#master_headertop
{
	
}

#master_headerbottom
{
	background: url(../../images/headerbottom_img.png) no-repeat left top;
}

#master_page
{
	margin: 5px auto 20px auto;
	width: 1024px;
}

#master_menu
{
	float: left;
	width: 200px;
	padding-right: 10px;
}

.master_title
{
	text-align:center;
	vertical-align:text-bottom;
	padding-bottom:20px;
	color:#018643;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:2em;	
}

.sidebar
{
	width: 100%;
	margin-bottom: 10px;
}

.sidebarheader
{
	height: 24px;
	padding: 10px 0 0 15px;
	background: url(../../images/sidebar_header.png) no-repeat left top;
	color: #FFF;
	font-family: Arial, Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

.sidebarcontent
{	
	border: 1px solid #0F2543;
	padding: 20px 20px 20px 5px;
	line-height: 1.5em;
	font-weight: bold;
}

#master_sidebarSamples
{	
	padding-top: 10px;
	background: #FFF;
}

.sidebarcontent a
{
	padding: 2px 5px;
	color: #7AC142;
	text-decoration: none;
}

.sidebarcontent a:hover
{
	background-color: #018643;
	color: #FFF;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#7AC142', startColorstr='#018643', gradientType='0');
}

.sidebarcontent a:visited
{
	font-weight: normal;
}

#master_content
{
	float: left;
	width: 815px;
	margin-right: -815px;
	color: #666666;
}



#master_content ul
{
	margin: 0 25px 0 30px;
}

#master_content ul li ul li
{
	list-style-type: disc;
}

#master_contentheader
{
	/*height: 19px;*/
}

#master_contentplaceholder
{
	padding: 30px 20px 40px 20px;
	border-top: 1px solid #0F2543;
	border-left: 1px solid #0F2543;
	border-right: 1px solid #0F2543;
	border-bottom: 1px solid #0F2543;
	background-color: #EFEFEF;
	line-height: 1.5em;
}

#master_contentplaceholderConsultas
{
	padding: 30px 20px 40px 20px;
	border-top: 1px solid #0F2543;
	border-left: 1px solid #0F2543;
	border-right: 1px solid #0F2543;
	border-bottom: 1px solid #0F2543;
	background-color: #EFEFEF;
	line-height: 1.5em;
}


#master_contentfooter
{
	clear: both;
	padding: 10px 0 5px 10px;
	color: #333;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	text-align:center;
}

/* Content Page Layout */
.demoarea 
{
	padding:20px;
	background:#FFF url(../../images/demotop.png) no-repeat left top;
}

.demoarea p 
{
	padding:5px;
}

.demoheading {
	padding-bottom:20px;
	color:#018643;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.5em;
}

.demobottom {
	height:8px;
	background:#FFF url(../../images/demodown.png) no-repeat left bottom;
}


.heading {
	padding: 1em 0 1em 0;
	color:#018643;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.2em;
}

.subheading{
	padding:.8em 0 0.5em 0;
	color:#7AC142;
	font-weight:bold;
	font-family:Arial, Sans-Serif;
	font-size:1.1em;
}

p {}

em {font-style:italic}

i {font-style: italic;}

strong {font-weight:bold;}

/**Styling information specific to individual content pages**/

/* Accordion */
.accordionHeader
{
    border: 1px solid #7AC142;
    color: white;
    background-color: #018643;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

#Login .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#Login .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color:#7AC142;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#7AC142', startColorstr='#018643', gradientType='0');
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#Login .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

#Login .accordionHeaderSelected a
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: White;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}

.ListSearchExtenderPrompt
{
	
	font-style:italic;
	color:Gray;
	background-color:#EFEFEF;
	border:1px dashed #646464;
}

/*
	Validator Summary
*/
.ValidatorSummary
{
	text-align: left;
}

/* 
	Botones
*/
.Boton
{
    line-height: normal;
    text-transform: none;
    background-color:#7AC142;
    color: #FFFFFF;
    text-decoration: none;
    border-right: white thin solid;
    border-top: white thin solid;
    border-left: white thin solid;
    border-bottom: white thin solid;
    font: bold x-small Verdana, Arial, Helvetica, sans-serif;
    filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#7AC142', startColorstr='#018643', gradientType='0');
}


.BotonConsultar, .BotonConsultarDisabled
 {
    border-top: white thin solid;
    border-left: white thin solid;
    border-right: white thin solid;
    border-bottom: white thin solid;
    /* background-image: url(../../images/Botones/Find.gif); */
    background-image: url(../../images/Botones/Find_h.gif);
    background-repeat: no-repeat;
    background-color: White;
 }
 
.BotonConsultarDisabled
 {
    background-image: url(../../images/Botones/Find_d.gif);
 }
 
.BotonConsultar:hover
 {
   /* background-image: url(../../images/Botones/Find_h.gif);

 */
   border-right: 2px double #666666;
   border-bottom: 2px double #666666; 
   

 }
 

 
 
 
 .BotonNuevo, .BotonNuevoDisabled
 {
	border-top: white thin solid;
    border-left: white thin solid;
    border-right: white thin solid;
    border-bottom: white thin solid;
    /*background-image: url(../../images/Botones/Add.gif);*/
    background-image: url(../../images/Botones/Add_h.gif);
    background-repeat: no-repeat;
    background-color: White;
 }
 
 .BotonNuevoDisabled
 {
    background-image: url(../../images/Botones/Add_d.gif);
 }
 
 .BotonNuevo:hover
 {
    /* background-image: url(../../images/Botones/Add_h.gif); */
   border-right: 2px double #666666;
   border-bottom: 2px double #666666; 
  
 }
 
 .BotonAlta, .BotonAltaDisabled
 {
	border-top: white thin solid;
    border-left: white thin solid;
    border-right: white thin solid;
    border-bottom: white thin solid;
    /*background-image: url(../../images/Botones/Save.gif);*/
    background-image: url(../../images/Botones/Save_h.gif);
    background-repeat: no-repeat;
    background-color: White;
 }
 
  .BotonAltaDisabled
 {
    background-image: url(../../images/Botones/Save_d.gif);
 }
 
  .BotonAlta:hover
 {
   /* background-image: url(../../images/Botones/Save_h.gif);*/
    
   border-right: 2px double #666666;
   border-bottom: 2px double #666666; 
 }
 
  .BotonCambio, .BotonCambioDisabled
 {
	border-top: white thin solid;
    border-left: white thin solid;
    border-right: white thin solid;
    border-bottom: white thin solid;
    /*background-image: url(../../images/Botones/Edit.gif); */
    background-image: url(../../images/Botones/Edit_h.gif);
    background-repeat: no-repeat;
    background-color: White;
 }
 
  .BotonCambioDisabled
 {
    background-image: url(../../images/Botones/Edit_d.gif);
 }
 
  .BotonCambio:hover
 {
   /* background-image: url(../../images/Botones/Edit_h.gif);*/
   border-right: 2px double #666666;
   border-bottom: 2px double #666666; 
 }
 
 
   .BotonBaja, .BotonBajaDisabled
 {
   border-top: white thin solid;
    border-left: white thin solid;
    border-right: white thin solid;
    border-bottom: white thin solid;
    /*background-image: url(../../images/Botones/Delete.gif);*/
    background-image: url(../../images/Botones/Delete_h.gif);
    background-repeat: no-repeat;
    background-color: White;
 }
 
  .BotonBajaDisabled
 {
    background-image: url(../../images/Botones/Delete_d.gif);
 }
 
  .BotonBaja:hover
 {
    /*background-image: url(../../images/Botones/Delete_h.gif);*/
   border-right: 2px double #666666;
   border-bottom: 2px double #666666; 
 }

 .BotonLimpiar, .BotonLimpiarDisabled
 {
	border-top: white thin solid;
    border-left: white thin solid;
    border-right: white thin solid;
    border-bottom: white thin solid;
    /*background-image: url(../../images/Botones/Refresh.gif);*/
    background-image: url(../../images/Botones/Refresh_h.gif);
    background-repeat: no-repeat;
    background-color: White;
 }
 
 .BotonLimpiarDisabled
 {
    background-image: url(../../images/Botones/Refresh_d.gif);
 }
 
 .BotonLimpiar:hover
 {
   /* background-image: url(../../images/Botones/Refresh_h.gif); */
       border-right: 2px double #666666;
   border-bottom: 2px double #666666; 
 }
 
 .BotonReporte, .BotonReporteDisabled
 {
	border-top: white thin solid;
    border-left: white thin solid;
    border-right: white thin solid;
    border-bottom: white thin solid;
    /*background-image: url(../../images/Botones/Report.gif);*/
    background-image: url(../../images/Botones/Report_h.gif);
    background-repeat: no-repeat;
    background-color: White;
 }
 
 .BotonReporteDisabled
 {
    background-image: url(../../images/Botones/Report_d.gif);
 }
 
 .BotonReporte:hover
 {
   /* background-image: url(../../images/Botones/Report_h.gif);*/
   border-right: 2px double #666666;
   border-bottom: 2px double #666666; 
 }
 
 .BotonInactivar, .BotonInactivarDisabled
 {
	border-top: white thin solid;
    border-left: white thin solid;
    border-right: white thin solid;
    border-bottom: white thin solid;
   /* background-image: url(../../images/Botones/Inactive.gif);*/
    background-image: url(../../images/Botones/Inactive_h.gif);
    background-repeat: no-repeat;
    background-color: White;
 }
 
 .BotonInactivarDisabled
 {
    background-image: url(../../images/Botones/Inactive_d.gif);
 }
 
 .BotonInactivar:hover
 {
   /* background-image: url(../../images/Botones/Inactive_h.gif);*/
   border-right: 2px double #666666;
   border-bottom: 2px double #666666; 
 }
 
 
 
 
  .BotonFoto, .BotonFotoDisabled
 {
	border-top: white thin solid;
    border-left: white thin solid;
    border-right: white thin solid;
    border-bottom: white thin solid;
   /*background-image: url(../../images/Botones/Foto.gif);*/
    background-image: url(../../images/Botones/Foto_h.gif);
    background-repeat: no-repeat;
    background-color: White;
 }
 
 .BotonFotoDisabled
 {
    background-image: url(../../images/Botones/Foto_d.gif);
 }
 
 .BotonFoto:hover
 {
    /*background-image: url(../../images/Botones/Foto_h.gif);*/
   border-right: 2px double #666666;
   border-bottom: 2px double #666666; 
 }
 
  .BotonCapturar, .BotonCapturarDisabled
 {
	border-top: white thin solid;
    border-left: white thin solid;
    border-right: white thin solid;
    border-bottom: white thin solid;
    /*background-image: url(../../images/Botones/capturar.gif);*/
    background-image: url(../../images/Botones/capturar_h.gif);
    background-repeat: no-repeat;
    background-color: White;
 }
 
 .BotonCapturarDisabled
 {
    background-image: url(../../images/Botones/capturar_d.gif);
 }
 
 .BotonCapturar:hover
 {
    /* background-image: url(../../images/Botones/capturar_h.gif); */
   border-right: 2px double #666666;
   border-bottom: 2px double #666666; 
 }
 
   .BotonRecortar, .BotonRecortarDisabled
 {
	border-top: white thin solid;
    border-left: white thin solid;
    border-right: white thin solid;
    border-bottom: white thin solid;
    /*background-image: url(../../images/Botones/Recortar.gif); */
    background-image: url(../../images/Botones/Recortar_h.gif);
    background-repeat: no-repeat;
    background-color: White;
 }
 
 .BotonRecortarDisabled
 {
    background-image: url(../../images/Botones/Recortar_d.gif);
 }
 
 .BotonRecortar:hover
 {
    /*background-image: url(../../images/Botones/Recortar_h.gif); */
    border-right: 2px double #666666;
    border-bottom: 2px double #666666; 
 }
 
    .BotonLimpiarFoto, .BotonLimpiarFotoDisabled
 {
	border-top: white thin solid;
    border-left: white thin solid;
    border-right: white thin solid;
    border-bottom: white thin solid;
   /* background-image: url(../../images/Botones/Limpiar.gif);*/
    background-image: url(../../images/Botones/Limpiar_h.gif);
    background-repeat: no-repeat;
    background-color: White;
 }
 
 .BotonLimpiarFotoDisabled
 {
    background-image: url(../../images/Botones/Limpiar_d.gif);
 }
 
 .BotonLimpiarFoto:hover
 {
    /* background-image: url(../../images/Botones/Limpiar_h.gif);*/
    border-right: 2px double #666666;
    border-bottom: 2px double #666666; 
 }
 
  .BotonImportar, .BotonImportarDisabled
 {
	border-top: white thin solid;
    border-left: white thin solid;
    border-right: white thin solid;
    border-bottom: white thin solid;
    /*background-image: url(../../images/Botones/Importar.gif);*/
    background-image: url(../../images/Botones/Importar_h.gif);
    background-repeat: no-repeat;
    background-color: White;
 }
 
 .BotonImportarDisabled
 {
    background-image: url(../../images/Botones/Importar_d.gif);
 }
 
 .BotonImportar:hover
 {
    /*background-image: url(../../images/Botones/Importar_h.gif);*/
    border-right: 2px double #666666;
    border-bottom: 2px double #666666; 
 }
 
  .BotonLog, .BotonLogDisabled
 {
	border-top: white thin solid;
    border-left: white thin solid;
    border-right: white thin solid;
    border-bottom: white thin solid;
   /* background-image: url(../../images/Botones/Log.gif);*/
    background-image: url(../../images/Botones/Log_h.gif);
    background-repeat: no-repeat;
    background-color: White;
 }
 
 .BotonLogDisabled
 {
    background-image: url(../../images/Botones/Log_d.gif);
 }
 
 .BotonLog:hover
 {
    /*background-image: url(../../images/Botones/Log_h.gif);*/
    border-right: 2px double #666666;
    border-bottom: 2px double #666666; 
    
 }
 
  .BotonFirma, .BotonFirmaDisabled
 {
	border-top: white thin solid;
    border-left: white thin solid;
    border-right: white thin solid;
    border-bottom: white thin solid;
    /*background-image: url(../../images/Botones/Firma.gif);*/
    background-image: url(../../images/Botones/Firma_h.gif);
    background-repeat: no-repeat;
    background-color: White;
 }
 
 .BotonFirmaDisabled
 {
    background-image: url(../../images/Botones/Firma_d.gif);
 }
 
 .BotonFirma:hover
 {
   /* background-image: url(../../images/Botones/Firma_h.gif);*/
    border-right: 2px double #666666;
    border-bottom: 2px double #666666; 
   
 }
 
   .BotonHuella, .BotonHuellaDisabled
 {
	border-top: white thin solid;
    border-left: white thin solid;
    border-right: white thin solid;
    border-bottom: white thin solid;
    /*background-image: url(../../images/Botones/capturarHuella.gif);*/
    background-image: url(../../images/Botones/capturarHuella_h.gif);
    background-repeat: no-repeat;
    background-color: White;
 }
 
 .BotonHuellaDisabled
 {
    background-image: url(../../images/Botones/capturarHuella_d.gif);
 }
 
 .BotonHuella:hover
 {
    /*background-image: url(../../images/Botones/capturarHuella_h.gif);*/
    border-right: 2px double #666666;
    border-bottom: 2px double #666666; 
 }
 
   .BotonVerificaHuella, .BotonVerificaHuellaDisabled
 {
	border-top: white thin solid;
    border-left: white thin solid;
    border-right: white thin solid;
    border-bottom: white thin solid;
    /*background-image: url(../../images/Botones/Verificar.gif);*/
    background-image: url(../../images/Botones/Verificar_h.gif);
    background-repeat: no-repeat;
    background-color: White;
 }
 
 .BotonVerificaHuellaDisabled
 {
    background-image: url(../../images/Botones/Verificar_d.gif);
 }
 
 .BotonVerificaHuella:hover
 {
    /*background-image: url(../../images/Botones/Verificar_h.gif);*/
    border-right: 2px double #666666;
    border-bottom: 2px double #666666; 
 }
 
   .BotonImprimir, .BotonImprimirDisabled
 {
	border-top: white thin solid;
    border-left: white thin solid;
    border-right: white thin solid;
    border-bottom: white thin solid;
    /*background-image: url(../../images/Botones/Imprimir.gif);*/
    background-image: url(../../images/Botones/Imprimir_h.gif);
    background-repeat: no-repeat;
    background-color: White;
 }
 
 .BotonImprimirDisabled
 {
    background-image: url(../../images/Botones/Imprimir_d.gif);
 }
 
 .BotonImprimir:hover
 {
    /*background-image: url(../../images/Botones/Imprimir_h.gif);*/
    border-right: 2px double #666666;
    border-bottom: 2px double #666666; 
 }
 
   .BotonRegresar, .BotonRegresarDisabled
 {
	border-top: white thin solid;
    border-left: white thin solid;
    border-right: white thin solid;
    border-bottom: white thin solid;
    /*background-image: url(../../images/Botones/regresar.gif);*/
    background-image: url(../../images/Botones/regresar_h.gif);
    background-repeat: no-repeat;
    background-color: White;
 }
 
 .BotonRegresarDisabled
 {
    background-image: url(../../images/Botones/regresar_d.gif);
 }
 
 .BotonRegresar:hover
 {
    /*background-image: url(../../images/Botones/regresar_h.gif);*/
    border-right: 2px double #666666;
    border-bottom: 2px double #666666; 
 }
 
 .BotonAceptar, .BotonAceptarDisabled
 {
	border-top: white thin solid;
    border-left: white thin solid;
    border-right: white thin solid;
    border-bottom: white thin solid;
    /*background-image: url(../../images/Botones/Aceptar.gif);*/
    background-image: url(../../images/Botones/Aceptar_h.gif);
    background-repeat: no-repeat;
    background-color: White;
 }
 
 .BotonAceptarDisabled
 {
    background-image: url(../../images/Botones/Aceptar_d.gif);
 }
 
 .BotonAceptar:hover
 {
   /* background-image: url(../../images/Botones/Aceptar_h.gif);*/
    border-right: 2px double #666666;
    border-bottom: 2px double #666666; 
 }
 
 .BotonCerrar, .BotonCerrarDisabled
 {
	border-top: white thin solid;
    border-left: white thin solid;
    border-right: white thin solid;
    border-bottom: white thin solid;
    /*background-image: url(../../images/Botones/Cerrar.gif);*/
    background-image: url(../../images/Botones/Cerrar_h.gif);
    background-repeat: no-repeat;
    background-color: White;
 }
 
 .BotonCerrarDisabled
 {
    background-image: url(../../images/Botones/Cerrar_d.gif);
 }
 
 .BotonCerrar:hover
 {
   /* background-image: url(../../images/Botones/Cerrar_h.gif);*/
    border-right: 2px double #666666;
    border-bottom: 2px double #666666; 
 }
 
 .BotonExaminar, .BotonExaminarDisabled
 {
	border-top: white thin solid;
    border-left: white thin solid;
    border-right: white thin solid;
    border-bottom: white thin solid;
    /*background-image: url(../../images/Botones/Examinar.gif);*/
    background-image: url(../../images/Botones/Examinar_h.gif);
    background-repeat: no-repeat;
    background-color: White;
 }
 
 .BotonExaminarDisabled
 {
    background-image: url(../../images/Botones/Examinar_d.gif);
 }
 
 .BotonExaminar:hover
 {
    
       /* background-image: url(../../images/Botones/Examinar_h.gif);*/
    border-right: 2px double #666666;
    border-bottom: 2px double #666666; 
 }
 
   .BotonAddLista, .BotonAddListaDisabled
 {
	border-top: white thin solid;
    border-left: white thin solid;
    border-right: white thin solid;
    border-bottom: white thin solid;
   /* background-image: url(../../images/Botones/AgregarLista.gif);*/
    background-image: url(../../images/Botones/AgregarLista_h.gif);
    background-repeat: no-repeat;
    background-color: White;
 }
 
 .BotonAddListaDisabled
 {
    background-image: url(../../images/Botones/AgregarLista_d.gif);
 }
 
 .BotonAddLista:hover
 {
    /*background-image: url(../../images/Botones/AgregarLista_h.gif);*/
    border-right: 2px double #666666;
    border-bottom: 2px double #666666; 
 }
 
 
  .BotonAddHuellas, .BotonAddHuellasDisabled
 {
	border-top: white thin solid;
    border-left: white thin solid;
    border-right: white thin solid;
    border-bottom: white thin solid;
    /*background-image: url(../../images/Botones/Huellas.gif);*/
    background-image: url(../../images/Botones/Huellas_h.gif);
    background-repeat: no-repeat;
    background-color: White;
 }
 
 .BotonAddHuellasDisabled
 {
    background-image: url(../../images/Botones/Huellas_d.gif);
 }
 
 .BotonAddHuellas:hover
 {
    /* background-image: url(../../images/Botones/Huellas_h.gif); */
    border-right: 2px double #666666;
    border-bottom: 2px double #666666; 
 }
 
 .BotonSeleccionar, .BotonSeleccionarDisabled
 {
	border-top: white thin solid;
    border-left: white thin solid;
    border-right: white thin solid;
    border-bottom: white thin solid;
    /* background-image: url(../../images/Botones/Seleccionar.gif);*/
    background-image: url(../../images/Botones/Seleccionar_h.gif);
    background-repeat: no-repeat;
    background-color: White;
 }
 
 .BotonSeleccionarDisabled
 {
    background-image: url(../../images/Botones/Seleccionar_d.gif);
 }
 
 .BotonSeleccionar:hover
 {
   /* background-image: url(../../images/Botones/Seleccionar_h.gif); */
    border-right: 2px double #666666;
    border-bottom: 2px double #666666; 
 }
 
  .BotonExportarExcelFormato, .BotonExportarExcelFormatoDisabled
 {
	border-top: white thin solid;
    border-left: white thin solid;
    border-right: white thin solid;
    border-bottom: white thin solid;
    /*background-image: url(../../images/Botones/ExportarExcelFormato.gif);*/
    background-image: url(../../images/Botones/ExportarExcelFormato_h.gif);
    background-repeat: no-repeat;
    background-color: White;
 }
 
 .BotonExportarExcelFormatoDisabled
 {
    background-image: url(../../images/Botones/ExportarExcelFormato_d.gif);
 }
 
 .BotonExportarExcelFormato:hover
 {
    /*background-image: url(../../images/Botones/ExportarExcelFormato_h.gif);*/
    border-right: 2px double #666666;
    border-bottom: 2px double #666666; 
 }
 
 
 .BotonExportarExcelSFormato, .BotonExportarExcelSFormatoDisabled
 {
	border-top: white thin solid;
    border-left: white thin solid;
    border-right: white thin solid;
    border-bottom: white thin solid;
    /*background-image: url(../../images/Botones/ExportarExcelSFormato.gif);*/
    background-image: url(../../images/Botones/ExportarExcelSFormato_h.gif);
    background-repeat: no-repeat;
    background-color: White;
 }
 
 .BotonExportarExcelSFormatoDisabled
 {
    background-image: url(../../images/Botones/ExportarExcelSFormato_d.gif);
 }
 
 .BotonExportarExcelSFormato:hover
 {
    /*background-image: url(../../images/Botones/ExportarExcelSFormato_h.gif);*/
    border-right: 2px double #666666;
    border-bottom: 2px double #666666; 
 }
 
 
 .BotonAgregar, .BotonAgregarDisabled
 {
	border-top: white thin solid;
    border-left: white thin solid;
    border-right: white thin solid;
    border-bottom: white thin solid;
    /*background-image: url(../../images/Botones/Agregar.gif);*/
    background-image: url(../../images/Botones/Agregar_h.gif);
    background-repeat: no-repeat;
    background-color: White;
 }
 
 .BotonAgregarDisabled
 {
    background-image: url(../../images/Botones/Agregar_d.gif);
 }
 
 .BotonAgregar:hover
 {
    /*background-image: url(../../images/Botones/Agregar_h.gif);*/
    border-right: 2px double #666666;
    border-bottom: 2px double #666666; 
 }
 
  
 .BotonQuitar, .BotonQuitarDisabled
 {
	border-top: white thin solid;
    border-left: white thin solid;
    border-right: white thin solid;
    border-bottom: white thin solid;
    /*background-image: url(../../images/Botones/Quitar.gif);*/
    background-image: url(../../images/Botones/Quitar_h.gif);
    background-repeat: no-repeat;
    background-color: White;
 }
 
 .BotonQuitarDisabled
 {
    background-image: url(../../images/Botones/Quitar_d.gif);
 }
 
 .BotonQuitar:hover
 {
    /*background-image: url(../../images/Botones/Quitar_h.gif);*/
    border-right: 2px double #666666;
    border-bottom: 2px double #666666; 
 }	
 
 .BotonAsignar, .BotonAsignarDisabled
 {
	border-top: white thin solid;
    border-left: white thin solid;
    border-right: white thin solid;
    border-bottom: white thin solid;
    /*background-image: url(../../images/Botones/Asignar.gif);*/
    background-image: url(../../images/Botones/Asignar_h.gif);
    background-repeat: no-repeat;
    background-color: White;
 }
 
 .BotonAsignarDisabled
 {
    background-image: url(../../images/Botones/Asignar_d.gif);
 }
 
 .BotonAsignar:hover
 {
    /*background-image: url(../../images/Botones/Asignar_h.gif);*/
    border-right: 2px double #666666;
    border-bottom: 2px double #666666; 
 }
 
 .BotonProcesar, .BotonProcesarDisabled
 {
	border-top: white thin solid;
    border-left: white thin solid;
    border-right: white thin solid;
    border-bottom: white thin solid;
    /*background-image: url(../../images/Botones/Procesar.gif);*/
    background-image: url(../../images/Botones/Procesar_h.gif);
    background-repeat: no-repeat;
    background-color: White;
 }
 
 .BotonProcesarDisabled
 {
    background-image: url(../../images/Botones/Procesar_d.gif);
 }
 
 .BotonProcesar:hover
 {
    /*background-image: url(../../images/Botones/Procesar_h.gif);*/
    border-right: 2px double #666666;
    border-bottom: 2px double #666666; 
 }		
 
 
 .BotonBuscarEmpleado, .BotonBuscarEmpleadoDisabled
 {
	border-top: white thin solid;
    border-left: white thin solid;
    border-right: white thin solid;
    border-bottom: white thin solid;
    /*background-image: url(../../images/Botones/BuscarEmpleado.gif);*/
    background-image: url(../../images/Botones/BuscarEmpleado_h.gif);
    background-repeat: no-repeat;
    background-color: White;
 }
 
 .BotonBuscarEmpleadoDisabled
 {
    background-image: url(../../images/Botones/BuscarEmpleado_d.gif);
 }
 
 .BotonBuscarEmpleado:hover
 {
    /*background-image: url(../../images/Botones/BuscarEmpleado_h.gif);*/
    border-right: 2px double #666666;
    border-bottom: 2px double #666666; 
 }		
 
 
  .BotonFump, .BotonFumpDisabled
 {
	border-top: white thin solid;
    border-left: white thin solid;
    border-right: white thin solid;
    border-bottom: white thin solid;
    /*background-image: url(../../images/Botones/Fump.gif);*/
    background-image: url(../../images/Botones/Fump_h.gif);
    background-repeat: no-repeat;
    background-color: White;
 }
 
 .BotonFumpDisabled
 {
    background-image: url(../../images/Botones/Fump_d.gif);
 }
 
 .BotonFump:hover
 {
    /*background-image: url(../../images/Botones/Fump_h.gif);*/
    border-right: 2px double #666666;
    border-bottom: 2px double #666666; 
 }		
 
 
 
  
 .BotonGenera, .BotonGeneraDisabled
 {
	border-top: white thin solid;
    border-left: white thin solid;
    border-right: white thin solid;
    border-bottom: white thin solid;
    /*background-image: url(../../images/Botones/Procesar.gif);*/
    background-image: url(../../images/Botones/Genera_h.gif);
    background-repeat: no-repeat;
    background-color: White;
 }
 
 .BotonGeneraDisabled
 {
    background-image: url(../../images/Botones/Genera_d.gif);
 }
 
 .BotonGenera:hover
 {
    /*background-image: url(../../images/Botones/Procesar_h.gif);*/
    border-right: 2px double #666666;
    border-bottom: 2px double #666666; 
 }		
 
 .BotonEstatus, .BotonEstatusDisabled
 {
	border-top: white thin solid;
    border-left: white thin solid;
    border-right: white thin solid;
    border-bottom: white thin solid;
    /*background-image: url(../../images/Botones/Estatus.gif);*/
    background-image: url(../../images/Botones/Estatus_h.gif);
    background-repeat: no-repeat;
    background-color: White;
 }
 
 .BotonEstatusDisabled
 {
    background-image: url(../../images/Botones/Estatus_d.gif);
 }
 
 .BotonEstatus:hover
 {
    /*background-image: url(../../images/Botones/Estatus_h.gif);*/
    border-right: 2px double #666666;
    border-bottom: 2px double #666666; 
 }		
 
  .BotonHistorial, .BotonHistorialDisabled
 {
	border-top: white thin solid;
    border-left: white thin solid;
    border-right: white thin solid;
    border-bottom: white thin solid;
    /*background-image: url(../../images/Botones/Estatus.gif);*/
    background-image: url(../../images/Botones/HistorialTurnos_h.gif);
    background-repeat: no-repeat;
    background-color: White;
 }
 
 .BotonHistorialDisabled
 {
    background-image: url(../../images/Botones/HistorialTurnos_d.gif);
 }
 
 .BotonHistorial:hover
 {
    /*background-image: url(../../images/Botones/Estatus_h.gif);*/
    border-right: 2px double #666666;
    border-bottom: 2px double #666666; 
 }		
 
   .BotonQuitarEmpleado, .BotonQuitarEmpleadoDisabled
 {
	border-top: white thin solid;
    border-left: white thin solid;
    border-right: white thin solid;
    border-bottom: white thin solid;
    /*background-image: url(../../images/Botones/QuitarEmpleado.gif);*/
    background-image: url(../../images/Botones/QuitarEmpleado_h.gif);
    background-repeat: no-repeat;
    background-color: White;
 }
 
 .BotonQuitarEmpleadoDisabled
 {
    background-image: url(../../images/Botones/QuitarEmpleado_d.gif);
 }
 
 .BotonQuitarEmpleado:hover
 {
    /*background-image: url(../../images/Botones/QuitarEmpleado_h.gif);*/
    border-right: 2px double #666666;
    border-bottom: 2px double #666666; 
 }		
 
  .BotonDocumentoSoporte, .BotonDocumentoSoporteDisabled
 {
	border-top: white thin solid;
    border-left: white thin solid;
    border-right: white thin solid;
    border-bottom: white thin solid;
    /*background-image: url(../../images/Botones/DocumentoSoporte.gif);*/
    background-image: url(../../images/Botones/DocumentoSoporte_h.gif);
    background-repeat: no-repeat;
    background-color: White;
 }
 
 .BotonDocumentoSoporteDisabled
 {
    background-image: url(../../images/Botones/DocumentoSoporte_d.gif);
 }
 
 .BotonDocumentoSoporte:hover
 {
    /*background-image: url(../../images/Botones/DocumentoSoporte_h.gif);*/
    border-right: 2px double #666666;
    border-bottom: 2px double #666666; 
 }		
 
 .TabContainer
{
	font-family: Tahoma, Arial, sans-serif;
	font-size:70%;	
}

.updateProgress
{
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	position: absolute;
	width: 180px;
	height: 65px;
}

.Reporte
{
	text-align:left;
	background-color: white;
}

.Salir
 {
	background: white url(../../images/Menu/cancel16.png) no-repeat 2px center;
	padding: 2px 2px 2px 18px;
 }
 
 .Usuario
 {
	background: white url(../../images/Menu/user_properties16.png) no-repeat 2px center;
	padding: 2px 2px 2px 18px;
 }
 
 .Ayuda
 {
	background: white url(../../images/Menu/favorites16.png) no-repeat 2px center;
	padding: 2px 2px 2px 18px;
 }
 
 .Menu
 {
	background: white url(../../images/Menu/folder_open16.png) no-repeat 2px center;
	padding: 2px 2px 2px 18px;
 }
 
 .Pagina
 {
	background: white url(../../images/Menu/new_document16.png) no-repeat 2px center;
	padding: 2px 2px 2px 18px;
 }
 
 .Reportes
 {
	background: white url(../../images/Menu/print_preview16.png) no-repeat 2px center;
	padding: 2px 2px 2px 18px;
 }
 
 .BotonAutorizar, .BotonAutorizarDisabled
 {
	border-top: white thin solid;
    border-left: white thin solid;
    border-right: white thin solid;
    border-bottom: white thin solid;
    /*background-image: url(../../images/Botones/Autorizar.gif);*/
    background-image: url(../../images/Botones/Autorizar_h.gif);
    background-repeat: no-repeat;
    background-color: White;
 }
 
 .BotonAutorizarDisabled
 {
    background-image: url(../../images/Botones/Autorizar_d.gif);
 }
 
 .BotonAutorizar:hover
 {
    /*background-image: url(../../images/Botones/Autorizar_h.gif);*/
    border-right: 2px double #666666;
    border-bottom: 2px double #666666; 
 }		
 
 .BotonFOMOPE, .BotonFOMOPEDisabled
 {
	border-top: white thin solid;
    border-left: white thin solid;
    border-right: white thin solid;
    border-bottom: white thin solid;
    /*background-image: url(../../images/Botones/FOMOPE.gif);*/
    background-image: url(../../images/Botones/FOMOPE_h.gif);
    background-repeat: no-repeat;
    background-color: White;
 }
 
 .BotonFOMOPEDisabled
 {
    background-image: url(../../images/Botones/FOMOPE_d.gif);
 }
 
 .BotonFOMOPE:hover
 {
    /*background-image: url(../../images/Botones/FOMOPE_h.gif);*/
    border-right: 2px double #666666;
    border-bottom: 2px double #666666; 
 }
 
 
 .BotonNomina, .BotonNominaDisabled
 {
	border-top: white thin solid;
    border-left: white thin solid;
    border-right: white thin solid;
    border-bottom: white thin solid;
    /*background-image: url(../../images/Botones/Nomina.gif);*/
    background-image: url(../../images/Botones/Nomina_h.gif);
    background-repeat: no-repeat;
    background-color: White;
 }
 
 .BotonNominaDisabled
 {
    background-image: url(../../images/Botones/Nomina_d.gif);
 }
 
 .BotonNomina:hover
 {
    /*background-image: url(../../images/Botones/Nomina_h.gif);*/
    border-right: 2px double #666666;
    border-bottom: 2px double #666666; 
 }
 
 .BotonAgregarTodos, .BotonAgregarTodosDisabled
 {
	border-top: white thin solid;
    border-left: white thin solid;
    border-right: white thin solid;
    border-bottom: white thin solid;
    /*background-image: url(../../images/Botones/QuitarTodos.gif);*/
    background-image: url(../../images/Botones/AgregarTodos_h.gif);
    background-repeat: no-repeat;
    background-color: White;
 }
 
 .BotonAgregarTodosDisabled
 {
    background-image: url(../../images/Botones/AgregarTodos_d.gif);
 }
 
 .BotonAgregarTodos:hover
 {
    /*background-image: url(../../images/Botones/AgregarTodos_h.gif);*/
    border-right: 2px double #666666;
    border-bottom: 2px double #666666; 
 }			
 
 .BotonQuitarTodos, .BotonQuitarTodosDisabled
 {
	border-top: white thin solid;
    border-left: white thin solid;
    border-right: white thin solid;
    border-bottom: white thin solid;
    /*background-image: url(../../images/Botones/QuitarTodos.gif);*/
    background-image: url(../../images/Botones/QuitarTodos_h.gif);
    background-repeat: no-repeat;
    background-color: White;
 }
 
 .BotonQuitarTodosDisabled
 {
    background-image: url(../../images/Botones/QuitarTodos_d.gif);
 }
 
 .BotonQuitarTodos:hover
 {
    /*background-image: url(../../images/Botones/QuitarTodos_h.gif);*/
    border-right: 2px double #666666;
    border-bottom: 2px double #666666; 
 }				
 		
 /***************************************************************************************/
.table{
  border-width :1px;
	border-style: solid;
	width: 520px;
	height:auto;
	padding: 30px 20px 40px 20px;
	background:inherit;
}
.td{
margin:0cm;
margin-bottom:.0001pt;
font-size:12.0pt;
}
tr
{
padding:0px;
color:inherit;
font-style:normal;
text-decoration:none;
text-align:inherit;
vertical-align:bottom;
border:none;
white-space:nowrap;
}


