a.t5NavigationBar{color:#10939f;white-space:nowrap;margin-right:5px;font-size:12px;font-weight:bold;}

/* --------------------------------------------------------------------- */
.CLASE_LIPU_LOGO{
	  	margin:10px 50px;
}

.CLASE_UTEP_LOGO{
	margin:10px 50px;
}
.CLASE_FASTBUS_LOGO{
	margin:10px 50px;
}

.CLASE_ORIENTE_LOGO{
	margin:10px 50px;
}

.CLASE_PUBLICA_LOGO{
	margin:10px 50px;
}

.CLASE_CORPLIPU_LOGO{
	margin:10px 50px;
}

.CLASE_MEZA_LOGO{
	margin:10px 50px;
}

.CLASE_SETTEPI_LOGO{
	margin:10px 50px;
}



/* --------------------------------------------------------------------- */
/*-----------Region donde Esta el Breadcrumb--------------------------- */
.CLASE_LIPU{
    height: 40px;
	background-color: #e5e5e5;
	border-bottom:3px solid #026937;
}
.CLASE_UTEP{
    height: 40px;
	background-color: black;
	border-bottom:3px solid #fee300;

}

.CLASE_FASTBUS{
    height: 40px;
	background-color: #ff4e03;
	border-bottom:3px solid #fee300;
	border-top: 1px solid white;

}
.CLASE_ORIENTE{
    height: 40px;
	background-color: #251f69;
	border-bottom:3px solid #251f69;
	border-top:1px solid white;
}

.CLASE_PUBLICA{
    height: 40px;
	background-color: #2f3780;
	border-bottom:3px solid #2f3780;
	border-top:1px solid white;
	/* COLOR PUBLICA = 2f3780*/
}

.CLASE_CORPLIPU{
    height: 40px;
	background-color: #e5e5e5;
	border-bottom:3px solid #026937;
}

.CLASE_MEZA{
    height: 40px;
	background-color: black;
	border-bottom:3px solid black;
}

.CLASE_SETTEPI{
    height: 40px;
	background-color: ffd700;
	border-bottom:3px solid #ffd700;
	border-top:1px solid white;
}


/*------------------------------------------------------------------- */

/*----Clase para toda la parte de arriba y abajo que ocupan el fondo de la imagen-----*/ 
.CLASE_LIPU_FONDO{
	background: url(head_background_lipu.jpg);
	background-repeat: repeat-x;
	/*ORG_ID = 81 */
}

.CLASE_UTEP_FONDO{
	background: url(head_background_UTEP.jpg);
	background-repeat: repeat-x;
}

.CLASE_FASTBUS_FONDO{
	background: url(head_background_fastbus.png);
	background-repeat: repeat-x;
}

.CLASE_ORIENTE_FONDO{
	background: url(head_background_oriente.jpg);
	background-repeat: repeat-x;
}

.CLASE_PUBLICA_FONDO{
	background: url(head_background_publica.png);
	background-repeat: repeat-x;
}

.CLASE_CORPLIPU_FONDO{
	background: url(head_background_corplipu.jpg);
	background-repeat: repeat-x;
	/*ORG_ID = 81 */
}
.CLASE_MEZA_FONDO{
	background: url(head_background_meza.jpg);
	background-repeat: repeat-x;
	/*ORG_ID = 81 */
}

.CLASE_SETTEPI_FONDO{
	background: url(head_background_settepi.jpg);
	background-repeat: repeat-x;
	/*ORG_ID = 81 */
}

div.CLASE_LIPU_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}

div.CLASE_UTEP_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}

div.CLASE_FASTBUS_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}

div.CLASE_ORIENTE_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}

div.CLASE_PUBLICA_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}

div.CLASE_CORPLIPU_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}


div.CLASE_MEZA_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}

div.CLASE_SETTEPI_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}
/*------------------------------------------------------------------------------------*/

/*-----------Clase para la parte de Navigation Bar------------------------------------*/
.CLASE_LIPU_NavigationBar {

    white-space: nowrap;
    padding: 2px;
    margin-bottom: 10px;
}

a.CLASE_LIPU_NavigationBar {

    color: #006125;
    font-size: 12px;
    font-weight: bold;
	background-color:#ffffff;
    border:1px solid #006125;
    border-radius:5px;
	margin-right:10px;
	padding:10px 10px 10px 10px;
}

.CLASE_UTEP_NavigationBar {

    white-space: nowrap;
    padding: 2px;
    margin-bottom: 10px;
}

a.CLASE_UTEP_NavigationBar {

    color: BLACK;
    font-size: 12px;
    font-weight: bold;
	background-color:WHITE;
    border:1px solid #fee300;
    border-radius:5px;
	margin-right:10px;
	padding:10px 10px 10px 10px;
}

.CLASE_FASTBUS_NavigationBar {

    white-space: nowrap;
    padding: 2px;
    margin-bottom: 10px;
}

a.CLASE_FASTBUS_NavigationBar {

    color: #8c8c8c;
    font-size: 12px;
    font-weight: bold;
	background-color:WHITE;
    border:1px solid #ff4e03;
    border-radius:5px;
	margin-right:10px;
	padding:10px 10px 10px 10px;
}

.CLASE_ORIENTE_NavigationBar {

    white-space: nowrap;
    padding: 2px;
    margin-bottom: 10px;
}

a.CLASE_ORIENTE_NavigationBar {

    color: #251f69;
    font-size: 12px;
    font-weight: bold;
	background-color:WHITE;
    border:1px solid #251f69;
    border-radius:5px;
	margin-right:10px;
	padding:10px 10px 10px 10px;
}


.CLASE_PUBLICA_NavigationBar {

    white-space: nowrap;
    padding: 2px;
    margin-bottom: 10px;
}

a.CLASE_PUBLICA_NavigationBar {

    color: #2f3780;
    font-size: 12px;
    font-weight: bold;
	background-color:WHITE;
    border:1px solid #2f3780;
    border-radius:5px;
	margin-right:10px;
	padding:10px 10px 10px 10px;
}

.CLASE_CORPLIPU_NavigationBar {

    white-space: nowrap;
    padding: 2px;
    margin-bottom: 10px;
}

a.CLASE_CORPLIPU_NavigationBar {

    color: #006125;
    font-size: 12px;
    font-weight: bold;
	background-color:#ffffff;
    border:1px solid #006125;
    border-radius:5px;
	margin-right:10px;
	padding:10px 10px 10px 10px;
}

.CLASE_MEZA_NavigationBar {

    white-space: nowrap;
    padding: 2px;
    margin-bottom: 10px;
}

a.CLASE_MEZA_NavigationBar {

    color: black;
    font-size: 12px;
    font-weight: bold;
	background-color:#ffffff;
    border:1px solid black;
    border-radius:5px;
	margin-right:10px;
	padding:10px 10px 10px 10px;
}

.CLASE_SETTEPI_NavigationBar {

    white-space: nowrap;
    padding: 2px;
    margin-bottom: 10px;
}

a.CLASE_SETTEPI_NavigationBar {

    color: #005E85;
    font-size: 12px;
    font-weight: bold;
	background-color:#ffffff;
    border:1px solid #005E85;
    border-radius:5px;
	margin-right:10px;
	padding:10px 10px 10px 10px;
}

/*---------------------------------------------------------------------------------*/



/*--------------Breadcrumb --------*/
.CLASE_LIPU_BreadcrumbMenu {
    color: #026937;
    font-weight: bold;
}

.CLASE_LIPU_BreadcrumbMenu a {
    color: #026937;
}

.CLASE_UTEP_BreadcrumbMenu {
    color: white;
    font-weight: bold;
}

.CLASE_UTEP_BreadcrumbMenu a {
    color: white;
}

.CLASE_FASTBUS_BreadcrumbMenu {
    color: white;
    font-weight: bold;
}

.CLASE_FASTBUS_BreadcrumbMenu a {
    color: white;
}

.CLASE_ORIENTE_BreadcrumbMenu {
    color: white;
    font-weight: bold;
}

.CLASE_ORIENTE_BreadcrumbMenu a {
    color: white;
}

.CLASE_PUBLICA_BreadcrumbMenu {
    color: white;
    font-weight: bold;
}

.CLASE_PUBLICA_BreadcrumbMenu a {
    color: white;
}

.CLASE_CORPLIPU_BreadcrumbMenu {
    color: #026937;
    font-weight: bold;
}

.CLASE_CORPLIPU_BreadcrumbMenu a {
    color: #026937;
}

.CLASE_MEZA_BreadcrumbMenu {
    color: white;
    font-weight: bold;
}

.CLASE_MEZA_BreadcrumbMenu a {
    color: white;
}

.CLASE_SETTEPI_BreadcrumbMenu {
    color: #005E85;
    font-weight: bold;
}

.CLASE_SETTEPI_BreadcrumbMenu a {
    color: #005E85;
}

/*---------------------------------*/

/*----------------------------------*/
table.CLASE_LIPU_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:#FFFFFF;
}

a.CLASE_LIPU_ButtonLidcorp{
 background-color:#026937;
 border:1px solid #026937;
 border-radius:4px;
 color:white;
 margin-right:10px;
 padding:4px 7px 4px 7px;
text-decoration: none;
}

table.CLASE_UTEP_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:#FFFFFF;
}

a.CLASE_UTEP_ButtonLidcorp{
	background-color:#FEE300;
	border:1px solid #FEE300;
	border-radius:4px;
	color:black;
	margin-right:10px;
	padding:4px 7px 4px 7px;
	text-decoration: none;
}

table.CLASE_FASTBUS_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:white;
}

a.CLASE_FASTBUS_ButtonLidcorp{
	background-color:#ff4e03;
	border:1px solid #ff4e03;
	border-radius:4px;
	color:white;
	margin-right:10px;
	padding:4px 7px 4px 7px;
	text-decoration: none;
}

table.CLASE_ORIENTE_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:white;
}

a.CLASE_ORIENTE_ButtonLidcorp{
	background-color:#781c95;
	border:1px solid #781c95;
	border-radius:4px;
	color:white;
	margin-right:10px;
	padding:4px 7px 4px 7px;
	text-decoration: none;
}

table.CLASE_PUBLICA_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:white;
}

a.CLASE_PUBLICA_ButtonLidcorp{
	background-color:#2f3780;
	border:1px solid #2f3780;
	border-radius:4px;
	color:white;
	margin-right:10px;
	padding:4px 7px 4px 7px;
	text-decoration: none;
}

table.CLASE_CORPLIPU_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:#FFFFFF;
}

a.CLASE_CORPLIPU_ButtonLidcorp{
 background-color:#026937;
 border:1px solid #026937;
 border-radius:4px;
 color:white;
 margin-right:10px;
 padding:4px 7px 4px 7px;
text-decoration: none;
}

table.CLASE_MEZA_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:white;
}

a.CLASE_MEZA_ButtonLidcorp{
	background-color:#f0b500;
	border:1px solid #f0b500;
	border-radius:4px;
	color:white;
	margin-right:10px;
	padding:4px 7px 4px 7px;
	text-decoration: none;
}

table.CLASE_SETTEPI_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:white;
}

a.CLASE_SETTEPI_ButtonLidcorp{
	background-color:#005E85;
	border:1px solid #005E85;
	border-radius:4px;
	color:white;
	margin-right:10px;
	padding:4px 7px 4px 7px;
	text-decoration: none;
}
/*----------------------------------*/

/* ------clase de reporte interactivo---------------- */
.CLASE_LIPU_RegionwithoutTitle {
	margin-top:10px;
	margin-bottom:10px;
	border-top:2px solid #026937;
	}
.CLASE_LIPU_RegionwithoutTitle .ButtonHolder {}
.CLASE_LIPU_RegionwithoutTitle .RegionBody {}

.CLASE_UTEP_RegionwithoutTitle {
	margin-top:10px;
	margin-bottom:10px;
	border-top:2px solid #FEE300;
	}
.CLASE_UTEP_RegionwithoutTitle .ButtonHolder {}
.CLASE_UTEP_RegionwithoutTitle .RegionBody {}

.CLASE_FASTBUS_RegionwithoutTitle {
	margin-top:10px;
	margin-bottom:10px;
	border-top:2px solid #ff4e03;
	}
.CLASE_FASTBUS_RegionwithoutTitle .ButtonHolder {}
.CLASE_FASTBUS_RegionwithoutTitle .RegionBody {}

.CLASE_ORIENTE_RegionwithoutTitle {
	margin-top:10px;
	margin-bottom:10px;
	border-top:2px solid #251f69;
	}
.CLASE_ORIENTE_RegionwithoutTitle .ButtonHolder {}
.CLASE_ORIENTE_RegionwithoutTitle .RegionBody {}

.CLASE_PUBLICA_RegionwithoutTitle {
	margin-top:10px;
	margin-bottom:10px;
	border-top:2px solid #2f3780;
	}
.CLASE_PUBLICA_RegionwithoutTitle .ButtonHolder {}
.CLASE_PUBLICA_RegionwithoutTitle .RegionBody {}

.CLASE_CORPLIPU_RegionwithoutTitle {
	margin-top:10px;
	margin-bottom:10px;
	border-top:2px solid #026937;
	}
.CLASE_CORPLIPU_RegionwithoutTitle .ButtonHolder {}
.CLASE_CORPLIPU_RegionwithoutTitle .RegionBody {}

.CLASE_MEZA_RegionwithoutTitle {
	margin-top:10px;
	margin-bottom:10px;
	border-top:2px solid #f0b500;
	}
.CLASE_MEZA_RegionwithoutTitle .ButtonHolder {}
.CLASE_MEZA_RegionwithoutTitle .RegionBody {}

.CLASE_SETTEPI_RegionwithoutTitle {
	margin-top:10px;
	margin-bottom:10px;
	border-top:2px solid #005E85;
	}
.CLASE_SETTEPI_RegionwithoutTitle .ButtonHolder {}
.CLASE_SETTEPI_RegionwithoutTitle .RegionBody {}

/* ---------------------- ICONOS --------------------------------------------*/

/* ------------------- LIPU  ----------------------------------------------------*/
.t5ListaLinks .ASOCIACION_CFDI_CON_RECIBO_CLASE_LIPU{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/LIPU/ASOCIACION_CFDI_CON_RECIBO_LIPU.png);
}
.t5ListaLinks .ASOCIACION_CFDI_CON_RECIBO_CLASE_LIPU:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/LIPU/ASOCIACION_CFDI_CON_RECIBO_LIPU_HOVER.png);
}

.t5ListaLinks .CAMBIO_CONTRASENA_CLASE_LIPU{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/LIPU/CAMBIO_CONTRASENA_LIPU.png);
}
.t5ListaLinks .CAMBIO_CONTRASENA_CLASE_LIPU:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/LIPU/CAMBIO_CONTRASENA_LIPU_HOVER.png);
}

.t5ListaLinks .CARGA_COMPROBANTES_CLASE_LIPU{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/LIPU/CARGA_COMPROBANTES_LIPU.png);
}
.t5ListaLinks .CARGA_COMPROBANTES_CLASE_LIPU:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/LIPU/CARGA_COMPROBANTES_LIPU_HOVER.png);
}

.t5ListaLinks .COMPROBANTES_ACEPTADOS_CLASE_LIPU{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/LIPU/COMPROBANTES_ACEPTADOS_LIPU.png);
}
.t5ListaLinks .COMPROBANTES_ACEPTADOS_CLASE_LIPU:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/LIPU/COMPROBANTES_ACEPTADOS_LIPU_HOVER.png);
}

.t5ListaLinks .COMPROBANTES_RECHAZADOS_CLASE_LIPU{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/LIPU/COMPROBANTES_RECHAZADOS_LIPU.png);
}
.t5ListaLinks .COMPROBANTES_RECHAZADOS_CLASE_LIPU:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/LIPU/COMPROBANTES_RECHAZADOS_LIPU_HOVER.png);
}

.t5ListaLinks .REPORTE_CFDS_POR_ESTATUS_CLASE_LIPU{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/LIPU/REPORTE_CFDS_POR_ESTATUS_LIPU.png);
}
.t5ListaLinks .REPORTE_CFDS_POR_ESTATUS_CLASE_LIPU:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/LIPU/REPORTE_CFDS_POR_ESTATUS_LIPU_HOVER.png);
}

.t5ListaLinks .REPORTES_CLASE_LIPU{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/LIPU/REPORTES_LIPU.png);
}
.t5ListaLinks .REPORTES_CLASE_LIPU:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/LIPU/REPORTES_LIPU_HOVER.png);
}
/* ------------------- LIPU  ----------------------------------------------------*/


/* ------------------- UTEP  ----------------------------------------------------*/
.t5ListaLinks .ASOCIACION_CFDI_CON_RECIBO_CLASE_UTEP{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/UTEP/ASOCIACION_CFDI_CON_RECIBO_UTEP.png);
}
.t5ListaLinks .ASOCIACION_CFDI_CON_RECIBO_CLASE_UTEP:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/UTEP/ASOCIACION_CFDI_CON_RECIBO_UTEP_HOVER.png);
}

.t5ListaLinks .CAMBIO_CONTRASENA_CLASE_UTEP{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/UTEP/CAMBIO_CONTRASENA_UTEP.png);
}
.t5ListaLinks .CAMBIO_CONTRASENA_CLASE_UTEP:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/UTEP/CAMBIO_CONTRASENA_UTEP_HOVER.png);
}

.t5ListaLinks .CARGA_COMPROBANTES_CLASE_UTEP{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/UTEP/CARGA_COMPROBANTES_UTEP.png);
}
.t5ListaLinks .CARGA_COMPROBANTES_CLASE_UTEP:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/UTEP/CARGA_COMPROBANTES_UTEP_HOVER.png);
}

.t5ListaLinks .COMPROBANTES_ACEPTADOS_CLASE_UTEP{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/UTEP/COMPROBANTES_ACEPTADOS_UTEP.png);
}
.t5ListaLinks .COMPROBANTES_ACEPTADOS_CLASE_UTEP:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/UTEP/COMPROBANTES_ACEPTADOS_UTEP_HOVER.png);
}

.t5ListaLinks .COMPROBANTES_RECHAZADOS_CLASE_UTEP{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/UTEP/COMPROBANTES_RECHAZADOS_UTEP.png);
}
.t5ListaLinks .COMPROBANTES_RECHAZADOS_CLASE_UTEP:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/UTEP/COMPROBANTES_RECHAZADOS_UTEP_HOVER.png);
}

.t5ListaLinks .REPORTE_CFDS_POR_ESTATUS_CLASE_UTEP{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/UTEP/REPORTE_CFDS_POR_ESTATUS_UTEP.png);
}
.t5ListaLinks .REPORTE_CFDS_POR_ESTATUS_CLASE_UTEP:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/UTEP/REPORTE_CFDS_POR_ESTATUS_UTEP_HOVER.png);
}

.t5ListaLinks .REPORTES_CLASE_UTEP{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/UTEP/REPORTES_UTEP.png);
}
.t5ListaLinks .REPORTES_CLASE_UTEP:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/UTEP/REPORTES_UTEP_HOVER.png);
}
/* ------------------- UTEP  ----------------------------------------------------*/

/* ------------------- FASTBUS  ----------------------------------------------------*/
.t5ListaLinks .ASOCIACION_CFDI_CON_RECIBO_CLASE_FASTBUS{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/FASTBUS/ASOCIACION_CFDI_CON_RECIBO_FASTBUS.png);
}
.t5ListaLinks .ASOCIACION_CFDI_CON_RECIBO_CLASE_FASTBUS:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/FASTBUS/ASOCIACION_CFDI_CON_RECIBO_FASTBUS_HOVER.png);
}

.t5ListaLinks .CAMBIO_CONTRASENA_CLASE_FASTBUS{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/FASTBUS/CAMBIO_CONTRASENA_FASTBUS.png);
}
.t5ListaLinks .CAMBIO_CONTRASENA_CLASE_FASTBUS:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/FASTBUS/CAMBIO_CONTRASENA_FASTBUS_HOVER.png);
}

.t5ListaLinks .CARGA_COMPROBANTES_CLASE_FASTBUS{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/FASTBUS/CARGA_COMPROBANTES_FASTBUS.png);
}
.t5ListaLinks .CARGA_COMPROBANTES_CLASE_FASTBUS:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/FASTBUS/CARGA_COMPROBANTES_FASTBUS_HOVER.png);
}

.t5ListaLinks .COMPROBANTES_ACEPTADOS_CLASE_FASTBUS{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/FASTBUS/COMPROBANTES_ACEPTADOS_FASTBUS.png);
}
.t5ListaLinks .COMPROBANTES_ACEPTADOS_CLASE_FASTBUS:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/FASTBUS/COMPROBANTES_ACEPTADOS_FASTBUS_HOVER.png);
}

.t5ListaLinks .COMPROBANTES_RECHAZADOS_CLASE_FASTBUS{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/FASTBUS/COMPROBANTES_RECHAZADOS_FASTBUS.png);
}
.t5ListaLinks .COMPROBANTES_RECHAZADOS_CLASE_FASTBUS:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/FASTBUS/COMPROBANTES_RECHAZADOS_FASTBUS_HOVER.png);
}

.t5ListaLinks .REPORTE_CFDS_POR_ESTATUS_CLASE_FASTBUS{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/FASTBUS/REPORTE_CFDS_POR_ESTATUS_FASTBUS.png);
}
.t5ListaLinks .REPORTE_CFDS_POR_ESTATUS_CLASE_FASTBUS:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/FASTBUS/REPORTE_CFDS_POR_ESTATUS_FASTBUS_HOVER.png);
}

.t5ListaLinks .REPORTES_CLASE_FASTBUS{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/FASTBUS/REPORTES_FASTBUS.png);
}
.t5ListaLinks .REPORTES_CLASE_FASTBUS:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/FASTBUS/REPORTES_FASTBUS_HOVER.png);
}
/* ------------------- FASTBUS  ----------------------------------------------------*/


/* ------------------- ORIENTE  ----------------------------------------------------*/
.t5ListaLinks .ASOCIACION_CFDI_CON_RECIBO_CLASE_ORIENTE{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/ORIENTE/ASOCIACION_CFDI_CON_RECIBO_ORIENTE.png);
}
.t5ListaLinks .ASOCIACION_CFDI_CON_RECIBO_CLASE_ORIENTE:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/ORIENTE/ASOCIACION_CFDI_CON_RECIBO_ORIENTE_HOVER.png);
}

.t5ListaLinks .CAMBIO_CONTRASENA_CLASE_ORIENTE{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/ORIENTE/CAMBIO_CONTRASENA_ORIENTE.png);
}
.t5ListaLinks .CAMBIO_CONTRASENA_CLASE_ORIENTE:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/ORIENTE/CAMBIO_CONTRASENA_ORIENTE_HOVER.png);
}

.t5ListaLinks .CARGA_COMPROBANTES_CLASE_ORIENTE{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/ORIENTE/CARGA_COMPROBANTES_ORIENTE.png);
}
.t5ListaLinks .CARGA_COMPROBANTES_CLASE_ORIENTE:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/ORIENTE/CARGA_COMPROBANTES_ORIENTE_HOVER.png);
}

.t5ListaLinks .COMPROBANTES_ACEPTADOS_CLASE_ORIENTE{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/ORIENTE/COMPROBANTES_ACEPTADOS_ORIENTE.png);
}
.t5ListaLinks .COMPROBANTES_ACEPTADOS_CLASE_ORIENTE:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/ORIENTE/COMPROBANTES_ACEPTADOS_ORIENTE_HOVER.png);
}

.t5ListaLinks .COMPROBANTES_RECHAZADOS_CLASE_ORIENTE{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/ORIENTE/COMPROBANTES_RECHAZADOS_ORIENTE.png);
}
.t5ListaLinks .COMPROBANTES_RECHAZADOS_CLASE_ORIENTE:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/ORIENTE/COMPROBANTES_RECHAZADOS_ORIENTE_HOVER.png);
}

.t5ListaLinks .REPORTE_CFDS_POR_ESTATUS_CLASE_ORIENTE{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/ORIENTE/REPORTE_CFDS_POR_ESTATUS_ORIENTE.png);
}
.t5ListaLinks .REPORTE_CFDS_POR_ESTATUS_CLASE_ORIENTE:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/ORIENTE/REPORTE_CFDS_POR_ESTATUS_ORIENTE_HOVER.png);
}

.t5ListaLinks .REPORTES_CLASE_ORIENTE{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/ORIENTE/REPORTES_ORIENTE.png);
}
.t5ListaLinks .REPORTES_CLASE_ORIENTE:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/ORIENTE/REPORTES_ORIENTE_HOVER.png);
}
/* ------------------- ORIENTE  ----------------------------------------------------*/


/* ------------------- PUBLICA ----------------------------------------------------*/
.t5ListaLinks .ASOCIACION_CFDI_CON_RECIBO_CLASE_PUBLICA{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/PUBLICA/ASOCIACION_CFDI_CON_RECIBO_PUBLICA.png);
}
.t5ListaLinks .ASOCIACION_CFDI_CON_RECIBO_CLASE_PUBLICA:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/PUBLICA/ASOCIACION_CFDI_CON_RECIBO_PUBLICA_HOVER.png);
}

.t5ListaLinks .CAMBIO_CONTRASENA_CLASE_PUBLICA{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/PUBLICA/CAMBIO_CONTRASENA_PUBLICA.png);
}
.t5ListaLinks .CAMBIO_CONTRASENA_CLASE_PUBLICA:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/PUBLICA/CAMBIO_CONTRASENA_PUBLICA_HOVER.png);
}

.t5ListaLinks .CARGA_COMPROBANTES_CLASE_PUBLICA{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/PUBLICA/CARGA_COMPROBANTES_PUBLICA.png);
}
.t5ListaLinks .CARGA_COMPROBANTES_CLASE_PUBLICA:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/PUBLICA/CARGA_COMPROBANTES_PUBLICA_HOVER.png);
}

.t5ListaLinks .COMPROBANTES_ACEPTADOS_CLASE_PUBLICA{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/PUBLICA/COMPROBANTES_ACEPTADOS_PUBLICA.png);
}
.t5ListaLinks .COMPROBANTES_ACEPTADOS_CLASE_PUBLICA:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/PUBLICA/COMPROBANTES_ACEPTADOS_PUBLICA_HOVER.png);
}

.t5ListaLinks .COMPROBANTES_RECHAZADOS_CLASE_PUBLICA{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/PUBLICA/COMPROBANTES_RECHAZADOS_PUBLICA.png);
}
.t5ListaLinks .COMPROBANTES_RECHAZADOS_CLASE_PUBLICA:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/PUBLICA/COMPROBANTES_RECHAZADOS_PUBLICA_HOVER.png);
}

.t5ListaLinks .REPORTE_CFDS_POR_ESTATUS_CLASE_PUBLICA{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/PUBLICA/REPORTE_CFDS_POR_ESTATUS_PUBLICA.png);
}
.t5ListaLinks .REPORTE_CFDS_POR_ESTATUS_CLASE_PUBLICA:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/PUBLICA/REPORTE_CFDS_POR_ESTATUS_PUBLICA_HOVER.png);
}

.t5ListaLinks .REPORTES_CLASE_PUBLICA{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/PUBLICA/REPORTES_PUBLICA.png);
}
.t5ListaLinks .REPORTES_CLASE_PUBLICA:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/PUBLICA/REPORTES_PUBLICA_HOVER.png);
}
/* ------------------- PUBLICA  ----------------------------------------------------*/

/* ------------------- CORPLIPU  ----------------------------------------------------*/
.t5ListaLinks .ASOCIACION_CFDI_CON_RECIBO_CLASE_CORPLIPU{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/CORPLIPU/ASOCIACION_CFDI_CON_RECIBO_CORPLIPU.png);
}
.t5ListaLinks .ASOCIACION_CFDI_CON_RECIBO_CLASE_CORPLIPU:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/CORPLIPU/ASOCIACION_CFDI_CON_RECIBO_CORPLIPU_HOVER.png);
}

.t5ListaLinks .CAMBIO_CONTRASENA_CLASE_CORPLIPU{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/CORPLIPU/CAMBIO_CONTRASENA_CORPLIPU.png);
}
.t5ListaLinks .CAMBIO_CONTRASENA_CLASE_CORPLIPU:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/CORPLIPU/CAMBIO_CONTRASENA_CORPLIPU_HOVER.png);
}

.t5ListaLinks .CARGA_COMPROBANTES_CLASE_CORPLIPU{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/CORPLIPU/CARGA_COMPROBANTES_CORPLIPU.png);
}
.t5ListaLinks .CARGA_COMPROBANTES_CLASE_CORPLIPU:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/CORPLIPU/CARGA_COMPROBANTES_CORPLIPU_HOVER.png);
}

.t5ListaLinks .COMPROBANTES_ACEPTADOS_CLASE_CORPLIPU{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/CORPLIPU/COMPROBANTES_ACEPTADOS_CORPLIPU.png);
}
.t5ListaLinks .COMPROBANTES_ACEPTADOS_CLASE_CORPLIPU:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/CORPLIPU/COMPROBANTES_ACEPTADOS_CORPLIPU_HOVER.png);
}

.t5ListaLinks .COMPROBANTES_RECHAZADOS_CLASE_CORPLIPU{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/CORPLIPU/COMPROBANTES_RECHAZADOS_CORPLIPU.png);
}
.t5ListaLinks .COMPROBANTES_RECHAZADOS_CLASE_CORPLIPU:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/CORPLIPU/COMPROBANTES_RECHAZADOS_CORPLIPU_HOVER.png);
}

.t5ListaLinks .REPORTE_CFDS_POR_ESTATUS_CLASE_CORPLIPU{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/CORPLIPU/REPORTE_CFDS_POR_ESTATUS_CORPLIPU.png);
}
.t5ListaLinks .REPORTE_CFDS_POR_ESTATUS_CLASE_CORPLIPU:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/CORPLIPU/REPORTE_CFDS_POR_ESTATUS_CORPLIPU_HOVER.png);
}

.t5ListaLinks .REPORTES_CLASE_CORPLIPU{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/CORPLIPU/REPORTES_CORPLIPU.png);
}
.t5ListaLinks .REPORTES_CLASE_CORPLIPU:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/CORPLIPU/REPORTES_CORPLIPU_HOVER.png);
}
/* ------------------- CORPLIPU  ----------------------------------------------------*/

/* ------------------- MEZA  ----------------------------------------------------*/
.t5ListaLinks .ASOCIACION_CFDI_CON_RECIBO_CLASE_MEZA{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/MEZA/ASOCIACION_CFDI_CON_RECIBO_MEZA.png);
}
.t5ListaLinks .ASOCIACION_CFDI_CON_RECIBO_CLASE_MEZA:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/MEZA/ASOCIACION_CFDI_CON_RECIBO_MEZA_HOVER.png);
}

.t5ListaLinks .CAMBIO_CONTRASENA_CLASE_MEZA{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/MEZA/CAMBIO_CONTRASENA_MEZA.png);
}
.t5ListaLinks .CAMBIO_CONTRASENA_CLASE_MEZA:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/MEZA/CAMBIO_CONTRASENA_MEZA_HOVER.png);
}

.t5ListaLinks .CARGA_COMPROBANTES_CLASE_MEZA{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/MEZA/CARGA_COMPROBANTES_MEZA.png);
}
.t5ListaLinks .CARGA_COMPROBANTES_CLASE_MEZA:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/MEZA/CARGA_COMPROBANTES_MEZA_HOVER.png);
}

.t5ListaLinks .COMPROBANTES_ACEPTADOS_CLASE_MEZA{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/MEZA/COMPROBANTES_ACEPTADOS_MEZA.png);
}
.t5ListaLinks .COMPROBANTES_ACEPTADOS_CLASE_MEZA:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/MEZA/COMPROBANTES_ACEPTADOS_MEZA_HOVER.png);
}

.t5ListaLinks .COMPROBANTES_RECHAZADOS_CLASE_MEZA{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/MEZA/COMPROBANTES_RECHAZADOS_MEZA.png);
}
.t5ListaLinks .COMPROBANTES_RECHAZADOS_CLASE_MEZA:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/MEZA/COMPROBANTES_RECHAZADOS_MEZA_HOVER.png);
}

.t5ListaLinks .REPORTE_CFDS_POR_ESTATUS_CLASE_MEZA{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/MEZA/REPORTE_CFDS_POR_ESTATUS_MEZA.png);
}
.t5ListaLinks .REPORTE_CFDS_POR_ESTATUS_CLASE_MEZA:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/MEZA/REPORTE_CFDS_POR_ESTATUS_MEZA_HOVER.png);
}

.t5ListaLinks .REPORTES_CLASE_MEZA{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/MEZA/REPORTES_MEZA.png);
}
.t5ListaLinks .REPORTES_CLASE_MEZA:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/MEZA/REPORTES_MEZA_HOVER.png);
}
/* ------------------- MEZA  ----------------------------------------------------*/


/* ------------------- SETTEPI  ----------------------------------------------------*/
.t5ListaLinks .ASOCIACION_CFDI_CON_RECIBO_CLASE_SETTEPI{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/SETTEPI/ASOCIACION_CFDI_CON_RECIBO_SETTEPI.png);
}
.t5ListaLinks .ASOCIACION_CFDI_CON_RECIBO_CLASE_SETTEPI:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/SETTEPI/ASOCIACION_CFDI_CON_RECIBO_SETTEPI_HOVER.png);
}

.t5ListaLinks .CAMBIO_CONTRASENA_CLASE_SETTEPI{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/SETTEPI/CAMBIO_CONTRASENA_SETTEPI.png);
}
.t5ListaLinks .CAMBIO_CONTRASENA_CLASE_SETTEPI:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/SETTEPI/CAMBIO_CONTRASENA_SETTEPI_HOVER.png);
}

.t5ListaLinks .CARGA_COMPROBANTES_CLASE_SETTEPI{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/SETTEPI/CARGA_COMPROBANTES_SETTEPI.png);
}
.t5ListaLinks .CARGA_COMPROBANTES_CLASE_SETTEPI:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/SETTEPI/CARGA_COMPROBANTES_SETTEPI_HOVER.png);
}

.t5ListaLinks .COMPROBANTES_ACEPTADOS_CLASE_SETTEPI{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/SETTEPI/COMPROBANTES_ACEPTADOS_SETTEPI.png);
}
.t5ListaLinks .COMPROBANTES_ACEPTADOS_CLASE_SETTEPI:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/SETTEPI/COMPROBANTES_ACEPTADOS_SETTEPI_HOVER.png);
}

.t5ListaLinks .COMPROBANTES_RECHAZADOS_CLASE_SETTEPI{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/SETTEPI/COMPROBANTES_RECHAZADOS_SETTEPI.png);
}
.t5ListaLinks .COMPROBANTES_RECHAZADOS_CLASE_SETTEPI:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/SETTEPI/COMPROBANTES_RECHAZADOS_SETTEPI_HOVER.png);
}

.t5ListaLinks .REPORTE_CFDS_POR_ESTATUS_CLASE_SETTEPI{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/SETTEPI/REPORTE_CFDS_POR_ESTATUS_SETTEPI.png);
}
.t5ListaLinks .REPORTE_CFDS_POR_ESTATUS_CLASE_SETTEPI:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/SETTEPI/REPORTE_CFDS_POR_ESTATUS_SETTEPI_HOVER.png);
}

.t5ListaLinks .REPORTES_CLASE_SETTEPI{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/SETTEPI/REPORTES_SETTEPI.png);
}
.t5ListaLinks .REPORTES_CLASE_SETTEPI:hover{
	display: inline-block;
	width: 113px;
	height: 121px;
	background: url(ICONOS/SETTEPI/REPORTES_SETTEPI_HOVER.png);
}
/* ------------------- SETTEPI  ----------------------------------------------------*/



/* ------------------------------------------------------------------------- */

/* ------------------------------------- iconos normales --------------------------*/

/*---------------------------------*/
/*ICONOS/ */
.t5ListaLinks .ACCESOS_USUARIOS{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/ACCESOS_USUARIOS.png);
}
.t5ListaLinks .ACCESOS_USUARIOS:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/ACCESOS_USUARIOS_HOVER.png);
}

.t5ListaLinks .ADMINISTRADOR{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/ADMINISTRADOR.png);
}
.t5ListaLinks .ADMINISTRADOR:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/ADMINISTRADOR_HOVER.png);
}
.t5ListaLinks .AGRUPACIONES_CANCELADAS_CFDI_RECIBO{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/AGRUPACIONES_CANCELADAS_CFDI_RECIBO.png);
}
.t5ListaLinks .AGRUPACIONES_CANCELADAS_CFDI_RECIBO:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/AGRUPACIONES_CANCELADAS_CFDI_RECIBO_HOVER.png);
}
.t5ListaLinks .AREAS{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/AREAS.png);
}
.t5ListaLinks .AREAS:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/AREAS_HOVER.png);
}
.t5ListaLinks .ASOCIACION_CFDI_CON_CC{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/ASOCIACION_CFDI_CON_CC.png);
}
.t5ListaLinks .ASOCIACION_CFDI_CON_CC:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/ASOCIACION_CFDI_CON_CC_HOVER.png);
}
.t5ListaLinks .ASOCIACION_CFDI_CON_RECIBO{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/ASOCIACION_CFDI_CON_RECIBO.png);
}
.t5ListaLinks .ASOCIACION_CFDI_CON_RECIBO:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/ASOCIACION_CFDI_CON_RECIBO_HOVER.png);
}

.t5ListaLinks .AUTORIZACION_CFDI_CON_RECIBO{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/AUTORIZACION_CFDI_CON_RECIBO.png);
}
.t5ListaLinks .AUTORIZACION_CFDI_CON_RECIBO:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/AUTORIZACION_CFDI_CON_RECIBO_HOVER.png);
}
.t5ListaLinks .AUTORIZADORES{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/AUTORIZADORES.png);
}
.t5ListaLinks .AUTORIZADORES:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/AUTORIZADORES_HOVER.png);
}
.t5ListaLinks .BLOQUEO_PROVEEDORES{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/BLOQUEO_PROVEEDORES.png);
}
.t5ListaLinks .BLOQUEO_PROVEEDORES:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/BLOQUEO_PROVEEDORES_HOVER.png);
}
.t5ListaLinks .CAMBIAR_TIPO_FACTURA{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/CAMBIAR_TIPO_FACTURA.png);
}
.t5ListaLinks .CAMBIAR_TIPO_FACTURA:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/CAMBIAR_TIPO_FACTURA_HOVER.png);
}


.t5ListaLinks .CAMBIO_CONTRASENA{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/CAMBIO_CONTRASENA.png);
}
.t5ListaLinks .CAMBIO_CONTRASENA:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/CAMBIO_CONTRASENA_HOVER.png);
}

.t5ListaLinks .CANCELAR_AGRUPACIONES_CFDI_RECIBO{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/CANCELAR_AGRUPACIONES_CFDI_RECIBO.png);
}
.t5ListaLinks .CANCELAR_AGRUPACIONES_CFDI_RECIBO:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/CANCELAR_AGRUPACIONES_CFDI_RECIBO_HOVER.png);
}
.t5ListaLinks .CARGA_COMPROBANTES{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/CARGA_COMPROBANTES.png);
}
.t5ListaLinks .CARGA_COMPROBANTES:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/CARGA_COMPROBANTES_HOVER.png);
}

.t5ListaLinks .CATALOGOS{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/CATALOGOS.png);
}
.t5ListaLinks .CATALOGOS:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/CATALOGOS_HOVER.png);
}
.t5ListaLinks .CFDI_CON_RECIBO_RECHAZOS_OPENINTERFACE{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/CFDI_CON_RECIBO_RECHAZOS_OPENINTERFACE.png);
}
.t5ListaLinks .CFDI_CON_RECIBO_RECHAZOS_OPENINTERFACE:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/CFDI_CON_RECIBO_RECHAZOS_OPENINTERFACE_HOVER.png);
}
.t5ListaLinks .CFDI_SIN_RECIBO_RECHAZOS_OPENINTERFACE{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/CFDI_SIN_RECIBO_RECHAZOS_OPENINTERFACE.png);
}
.t5ListaLinks .CFDI_SIN_RECIBO_RECHAZOS_OPENINTERFACE:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/CFDI_SIN_RECIBO_RECHAZOS_OPENINTERFACE_HOVER.png);
}
.t5ListaLinks .COMPLEJOS{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/COMPLEJOS.png);
}
.t5ListaLinks .COMPLEJOS:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/COMPLEJOS_HOVER.png);
}
.t5ListaLinks .COMPROBANTES_ACEPTADOS{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/COMPROBANTES_ACEPTADOS.png);
}
.t5ListaLinks .COMPROBANTES_ACEPTADOS:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/COMPROBANTES_ACEPTADOS_HOVER.png);
}

.t5ListaLinks .COMPROBANTES_RECHAZADOS{
	display: inline-block;
	width: 1147px;
	height: 174px;
	background: url(ICONOS/COMPROBANTES_RECHAZADOS.png);
}
.t5ListaLinks .COMPROBANTES_RECHAZADOS:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/COMPROBANTES_RECHAZADOS_HOVER.png);
}


.t5ListaLinks .CONFIGURACION{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/CONFIGURACION.png);
}
.t5ListaLinks .CONFIGURACION:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/CONFIGURACION_HOVER.png);
}
.t5ListaLinks .CORREO_ELECTRONICO{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/CORREO_ELECTRONICO.png);
}
.t5ListaLinks .CORREO_ELECTRONICO:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/CORREO_ELECTRONICO_HOVER.png);
}
.t5ListaLinks .DIRECTORIOS_FTP{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/DIRECTORIOS_FTP.png);
}
.t5ListaLinks .DIRECTORIOS_FTP:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/DIRECTORIOS_FTP_HOVER.png);
}
.t5ListaLinks .DISTRIBUCIONES_CONTABLES{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/DISTRIBUCIONES_CONTABLES.png);
}
.t5ListaLinks .DISTRIBUCIONES_CONTABLES:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/DISTRIBUCIONES_CONTABLES_HOVER.png);
}
.t5ListaLinks .EMPRESAS{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/EMPRESAS.png);
}
.t5ListaLinks .EMPRESAS:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/EMPRESAS_HOVER.png);
}
.t5ListaLinks .EXCLUIR_METODOS_PAGO{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/EXCLUIR_METODOS_PAGO.png);
}
.t5ListaLinks .EXCLUIR_METODOS_PAGO:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/EXCLUIR_METODOS_PAGO_HOVER.png);
}
.t5ListaLinks .MAPEO_METODOS_PAGO{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/MAPEO_METODOS_PAGO.png);
}
.t5ListaLinks .MAPEO_METODOS_PAGO:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/MAPEO_METODOS_PAGO_HOVER.png);
}
.t5ListaLinks .MONEDAS{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/MONEDAS.png);
}
.t5ListaLinks .MONEDAS:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/MONEDAS_HOVER.png);
}
.t5ListaLinks .MONITOR_CARGA_MASIVA{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/MONITOR_CARGA_MASIVA.png);
}
.t5ListaLinks .MONITOR_CARGA_MASIVA:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/MONITOR_CARGA_MASIVA_HOVER.png);
}
.t5ListaLinks .PANTALLAS{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/PANTALLAS.png);
}
.t5ListaLinks .PANTALLAS:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/PANTALLAS_HOVER.png);
}
.t5ListaLinks .PARAMETROS{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/PARAMETROS.png);
}
.t5ListaLinks .PARAMETROS:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/PARAMETROS_HOVER.png);
}
.t5ListaLinks .PERFILES{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/PERFILES.png);
}
.t5ListaLinks .PERFILES:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/PERFILES_HOVER.png);
}
.t5ListaLinks .PERMISOS{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/PERMISOS.png);
}
.t5ListaLinks .PERMISOS:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/PERMISOS_HOVER.png);
}
.t5ListaLinks .PROVEEDORES{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/PROVEEDORES.png);
}
.t5ListaLinks .PROVEEDORES:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/PROVEEDORES_HOVER.png);
}
.t5ListaLinks .REPORTE_CFDI_CON_ASIGNACION_CONTABLE{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/REPORTE_CFDI_CON_ASIGNACION_CONTABLE.png);
}
.t5ListaLinks .REPORTE_CFDI_CON_ASIGNACION_CONTABLE:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/REPORTE_CFDI_CON_ASIGNACION_CONTABLE_HOVER.png);
}
.t5ListaLinks .REPORTE_CFDS_HISTORICO{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/REPORTE_CFDS_HISTORICO.png);
}
.t5ListaLinks .REPORTE_CFDS_HISTORICO:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/REPORTE_CFDS_HISTORICO_HOVER.png);
}
.t5ListaLinks .REPORTE_CFDS_POR_ESTATUS{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/REPORTE_CFDS_POR_ESTATUS.png);
}
.t5ListaLinks .REPORTE_CFDS_POR_ESTATUS:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/REPORTE_CFDS_POR_ESTATUS_HOVER.png);
}

.t5ListaLinks .REPORTE_FACTURAS_MANUALES_SIN_RECIBO{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/REPORTE_FACTURAS_MANUALES_SIN_RECIBO.png);
}
.t5ListaLinks .REPORTE_FACTURAS_MANUALES_SIN_RECIBO:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/REPORTE_FACTURAS_MANUALES_SIN_RECIBO_HOVER.png);
}
.t5ListaLinks .REPORTE_GRUPOS_TRANSFERIDOS_AP_VS_FACTURAS_AP{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/REPORTE_GRUPOS_TRANSFERIDOS_AP_VS_FACTURAS_AP.png);
}
.t5ListaLinks .REPORTE_GRUPOS_TRANSFERIDOS_AP_VS_FACTURAS_AP:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/REPORTE_GRUPOS_TRANSFERIDOS_AP_VS_FACTURAS_AP_HOVER.png);
}
.t5ListaLinks .REPORTE_MULTICARGA{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/REPORTE_MULTICARGA.png);
}
.t5ListaLinks .REPORTE_MULTICARGA:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/REPORTE_MULTICARGA_HOVER.png);
}

.t5ListaLinks .REPORTES{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/REPORTES.png);
}
.t5ListaLinks .REPORTES:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/REPORTES_HOVER.png);
}

.t5ListaLinks .SEGURIDAD{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/SEGURIDAD.png);
}
.t5ListaLinks .SEGURIDAD:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/SEGURIDAD_HOVER.png);
}
.t5ListaLinks .SERVICIO_CORREO{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/SERVICIO_CORREO.png);
}
.t5ListaLinks .SERVICIO_CORREO:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/SERVICIO_CORREO_HOVER.png);
}
.t5ListaLinks .TAREAS_PROGRAMADAS{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/TAREAS_PROGRAMADAS.png);
}
.t5ListaLinks .TAREAS_PROGRAMADAS:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/TAREAS_PROGRAMADAS_HOVER.png);
}
.t5ListaLinks .TIPOS_FACTURAS{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/TIPOS_FACTURAS.png);
}
.t5ListaLinks .TIPOS_FACTURAS:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/TIPOS_FACTURAS_HOVER.png);
}
.t5ListaLinks .TOLERANCIA{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/TOLERANCIA.png);
}
.t5ListaLinks .TOLERANCIA:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/TOLERANCIA_HOVER.png);
}
.t5ListaLinks .USUARIOS{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/USUARIOS.png);
}
.t5ListaLinks .USUARIOS:hover{
	display: inline-block;
	width: 147px;
	height: 174px;
	background: url(ICONOS/USUARIOS_HOVER.png);
}

.t5ListaLinks .CANCELAR_CC{
	display: inline-block;
	width: 147px;
	height: 156px;
	background: url(ICONOS/CANCELAR_CC1.png);
}
.t5ListaLinks .CANCELAR_CC:hover{
	display: inline-block;
	width: 147px;
	height: 161px;
	background: url(ICONOS/CANCELAR_CC.png);
}

.t5ListaLinks .DESASOCIAR{
	display: inline-block;
	width: 147px;
	height: 161px;
	background: url(ICONOS/DESASOCIAR1.png);
}
.t5ListaLinks .DESASOCIAR:hover{
	display: inline-block;
	width: 147px;
	height: 161px;
	background: url(ICONOS/DESASOCIAR.png);
}
/* -------------------------------------------------------------------------------- */

.CLASE_TRAXI_LOGO{
	  	margin:10px 50px;
}

.CLASE_SAP_UNIDAD_0001_LOGO{
	  	margin:10px 50px;
}
.CLASE_SAP_UNIDAD_0002_LOGO{
	  	margin:10px 50px;
}
.CLASE_SAP_UNIDAD_0003_LOGO{
	  	margin:10px 50px;
}
.CLASE_SAP_UNIDAD_0004_LOGO{
	  	margin:10px 50px;
}
.CLASE_SAP_UNIDAD_0005_LOGO{
	  	margin:10px 50px;
}
.CLASE_SAP_UNIDAD_1000_LOGO{
	  	margin:10px 50px;
}
.CLASE_SAP_UNIDAD_1001_LOGO{
	  	margin:10px 50px;
}
.CLASE_SAP_UNIDAD_1002_LOGO{
	  	margin:10px 50px;
}
.CLASE_SAP_UNIDAD_1003_LOGO{
	  	margin:10px 50px;
}
.CLASE_SAP_UNIDAD_1004_LOGO{
	  	margin:10px 50px;
}
.CLASE_SAP_UNIDAD_1005_LOGO{
	  	margin:10px 50px;
}
.CLASE_SAP_UNIDAD_1006_LOGO{
	  	margin:10px 50px;
}
.CLASE_SAP_UNIDAD_1008_LOGO{
	  	margin:10px 50px;
}
.CLASE_SAP_UNIDAD_1055_LOGO{
	  	margin:10px 50px;
}
.CLASE_SAP_UNIDAD_2001_LOGO{
	  	margin:10px 50px;
}
.CLASE_SAP_UNIDAD_2003_LOGO{
	  	margin:10px 50px;
}

.CLASE_SAP_UNIDAD_3000_LOGO{
	  	margin:10px 50px;
}
.CLASE_SAP_UNIDAD_3001_LOGO{
	  	margin:10px 50px;
}
.CLASE_SAP_UNIDAD_3002_LOGO{
	  	margin:10px 50px;
}
.CLASE_SAP_UNIDAD_3003_LOGO{
	  	margin:10px 50px;
}
.CLASE_SAP_UNIDAD_3004_LOGO{
	  	margin:10px 50px;
}
.CLASE_SAP_UNIDAD_3005_LOGO{
	  	margin:10px 50px;
}
.CLASE_SAP_UNIDAD_3006_LOGO{
	  	margin:10px 50px;
}
.CLASE_SAP_UNIDAD_3007_LOGO{
	  	margin:10px 50px;
}
.CLASE_SAP_UNIDAD_3008_LOGO{
	  	margin:10px 50px;
}
.CLASE_SAP_UNIDAD_3009_LOGO{
	  	margin:10px 50px;
}
.CLASE_SAP_UNIDAD_3010_LOGO{
	  	margin:10px 50px;
}
.CLASE_SAP_UNIDAD_3011_LOGO{
	  	margin:10px 50px;
}
.CLASE_SAP_UNIDAD_3012_LOGO{
	  	margin:10px 50px;
}

.CLASE_SAP_UNIDAD_3013_LOGO{
	  	margin:10px 50px;
}
.CLASE_SAP_UNIDAD_3014_LOGO{
	  	margin:10px 50px;
}
.CLASE_SAP_UNIDAD_3015_LOGO{
	  	margin:10px 50px;
}
.CLASE_SAP_UNIDAD_3016_LOGO{
	  	margin:10px 50px;
}
.CLASE_SAP_UNIDAD_3017_LOGO{
	  	margin:10px 50px;
}
.CLASE_SAP_UNIDAD_3018_LOGO{
	  	margin:10px 50px;
}
.CLASE_SAP_UNIDAD_3019_LOGO{
	  	margin:10px 50px;
}
.CLASE_SAP_UNIDAD_3020_LOGO{
	  	margin:10px 50px;
}
/* --------------------------------------------------------------------------------------- */

.CLASE_SAP_UNIDAD_0001{
    height: 40px;
	background-color: #D2DF4E;
	border-bottom:3px solid #D2DF4E;
	border-top:1px solid white;
}
.CLASE_SAP_UNIDAD_0002{
    height: 40px;
	background-color: #D2DF4E;
	border-bottom:3px solid #D2DF4E;
	border-top:1px solid white;
}
.CLASE_SAP_UNIDAD_0003{
    height: 40px;
	background-color: #000000;
	border-bottom:3px solid #000000;
	border-top:1px solid white;
}
.CLASE_SAP_UNIDAD_0004{
    height: 40px;
	background-color: #D2DF4E;
	border-bottom:3px solid #D2DF4E;
	border-top:1px solid white;
}

.CLASE_TRAXI{
    height: 40px;
	background-color: #D2DF4E;
	border-bottom:3px solid #D2DF4E;
	border-top:1px solid white;
}

.CLASE_SAP_UNIDAD_0005{
    height: 40px;
	background-color: #D2DF4E;
	border-bottom:3px solid #D2DF4E;
	border-top:1px solid white;
}
.CLASE_SAP_UNIDAD_1000{
    height: 40px;
	background-color: #056bbf;
	border-bottom:3px solid #056bbf;
	border-top:1px solid white;
}
.CLASE_SAP_UNIDAD_1001{
    height: 40px;
	background-color: #FFD700;
	border-bottom:3px solid #FFD700;
	border-top:1px solid white;
}
.CLASE_SAP_UNIDAD_1002{
    height: 40px;
	background-color: #000000;
	border-bottom:3px solid #000000;
	border-top:1px solid white;
}
.CLASE_SAP_UNIDAD_1003{
    height: 40px;
	background-color: #000000;
	border-bottom:3px solid #000000;
	border-top:1px solid white;
}
.CLASE_SAP_UNIDAD_1004{
    height: 40px;
	background-color: #000000;
	border-bottom:3px solid #000000;
	border-top:1px solid white;
}
.CLASE_SAP_UNIDAD_1005{
    height: 40px;
	background-color: #000000;
	border-bottom:3px solid #000000;
	border-top:1px solid white;
}
.CLASE_SAP_UNIDAD_1006{
    height: 40px;
	background-color: #D2DF4E;
	border-bottom:3px solid #D2DF4E;
	border-top:1px solid white;
}
.CLASE_SAP_UNIDAD_1008{
    height: 40px;
	background-color: #D2DF4E;
	border-bottom:3px solid #D2DF4E;
	border-top:1px solid white;
}
.CLASE_SAP_UNIDAD_1055{
    height: 40px;
	background-color: #000000;
	border-bottom:3px solid #000000;
	border-top:1px solid white;
}
.CLASE_SAP_UNIDAD_2001{
    height: 40px;
	background-color: #000000;
	border-bottom:3px solid #000000;
	border-top:1px solid white;
}
.CLASE_SAP_UNIDAD_2003{
    height: 40px;
	background-color: #000000;
	border-bottom:3px solid #000000;
	border-top:1px solid white;
}

.CLASE_SAP_UNIDAD_3000{
    height: 40px;
	background-color: #000000;
	border-bottom:3px solid #000000;
	border-top:1px solid white;
}

.CLASE_SAP_UNIDAD_3001{
    height: 40px;
	background-color: #000000;
	border-bottom:3px solid #000000;
	border-top:1px solid white;
}

.CLASE_SAP_UNIDAD_3002{
    height: 40px;
	background-color: #000000;
	border-bottom:3px solid #000000;
	border-top:1px solid white;
}

.CLASE_SAP_UNIDAD_3003{
    height: 40px;
	background-color: #000000;
	border-bottom:3px solid #000000;
	border-top:1px solid white;
}

.CLASE_SAP_UNIDAD_3004{
    height: 40px;
	background-color: #000000;
	border-bottom:3px solid #000000;
	border-top:1px solid white;
}

.CLASE_SAP_UNIDAD_3005{
    height: 40px;
	background-color: #000000;
	border-bottom:3px solid #000000;
	border-top:1px solid white;
}

.CLASE_SAP_UNIDAD_3006{
    height: 40px;
	background-color: #000000;
	border-bottom:3px solid #000000;
	border-top:1px solid white;
}

.CLASE_SAP_UNIDAD_3007{
    height: 40px;
	background-color: #000000;
	border-bottom:3px solid #000000;
	border-top:1px solid white;
}

.CLASE_SAP_UNIDAD_3008{
    height: 40px;
	background-color: #000000;
	border-bottom:3px solid #000000;
	border-top:1px solid white;
}

.CLASE_SAP_UNIDAD_3009{
    height: 40px;
	background-color: #D2DF4E;
	border-bottom:3px solid #D2DF4E;
	border-top:1px solid white;
}
.CLASE_SAP_UNIDAD_3010{
    height: 40px;
	background-color: #D2DF4E;
	border-bottom:3px solid #D2DF4E;
	border-top:1px solid white;
}
.CLASE_SAP_UNIDAD_3011{
    height: 40px;
	background-color: #D2DF4E;
	border-bottom:3px solid #D2DF4E;
	border-top:1px solid white;
}
.CLASE_SAP_UNIDAD_3012{
    height: 40px;
	background-color: #D2DF4E;
	border-bottom:3px solid #D2DF4E;
	border-top:1px solid white;
}
.CLASE_SAP_UNIDAD_3013{
    height: 40px;
	background-color: #D2DF4E;
	border-bottom:3px solid #D2DF4E;
	border-top:1px solid white;
}
.CLASE_SAP_UNIDAD_3014{
    height: 40px;
	background-color: #CCE5FF;
	border-bottom:3px solid #CCE5FF;
	border-top:1px solid white;
}
.CLASE_SAP_UNIDAD_3015{
    height: 40px;
	background-color: #CCE5FF;
	border-bottom:3px solid #CCE5FF;
	border-top:1px solid white;
}
.CLASE_SAP_UNIDAD_3016{
    height: 40px;
	background-color: #CCE5FF;
	border-bottom:3px solid #CCE5FF;
	border-top:1px solid white;
}
.CLASE_SAP_UNIDAD_3017{
    height: 40px;
	background-color: #CCE5FF;
	border-bottom:3px solid #CCE5FF;
	border-top:1px solid white;
}
.CLASE_SAP_UNIDAD_3018{
    height: 40px;
	background-color: #D2DF4E;
	border-bottom:3px solid #D2DF4E;
	border-top:1px solid white;
}
.CLASE_SAP_UNIDAD_3019{
    height: 40px;
	background-color: #e04d1d;
	border-bottom:3px solid #e04d1d;
	border-top:1px solid white;
}
.CLASE_SAP_UNIDAD_3020{
    height: 40px;
	background-color: #D2DF4E;
	border-bottom:3px solid #D2DF4E;
	border-top:1px solid white;
}

/* ---------------------------------------------------------------------------- */


.CLASE_SAP_UNIDAD_0001_FONDO{
	background: url(head_background_SAP_UNIDAD_0001.jpg);
	background-repeat: repeat-x; 
}
.CLASE_SAP_UNIDAD_0002_FONDO{
	background: url(head_background_SAP_UNIDAD_0002.jpg);
	background-repeat: repeat-x;
}
.CLASE_SAP_UNIDAD_0003_FONDO{
	background: url(head_background_SAP_UNIDAD_0003.jpg);
	background-repeat: repeat-x;
}
.CLASE_SAP_UNIDAD_0004_FONDO{
	background: url(head_background_SAP_UNIDAD_0004.jpg);
	background-repeat: repeat-x;
}

.CLASE_TRAXI_FONDO{
	background: url(head_background_traxi.jpg);
	background-repeat: repeat-x;
}

.CLASE_SAP_UNIDAD_0005_FONDO{
	background: url(head_background_SAP_UNIDAD_0005.jpg);
	background-repeat: repeat-x;
}
.CLASE_SAP_UNIDAD_1000_FONDO{
	background: url(head_background_SAP_UNIDAD_1000.jpg);
	background-repeat: repeat-x;
}
.CLASE_SAP_UNIDAD_1001_FONDO{
	background: url(head_background_SAP_UNIDAD_1001.jpg);
	background-repeat: repeat-x;
}
.CLASE_SAP_UNIDAD_1002_FONDO{
	background: url(head_background_SAP_UNIDAD_1002.jpg);
	background-repeat: repeat-x;
}
.CLASE_SAP_UNIDAD_1003_FONDO{
	background: url(head_background_SAP_UNIDAD_1003.jpg);
	background-repeat: repeat-x;
}
.CLASE_SAP_UNIDAD_1004_FONDO{
	background: url(head_background_SAP_UNIDAD_1004.jpg);
	background-repeat: repeat-x;
}
.CLASE_SAP_UNIDAD_1005_FONDO{
	background: url(head_background_SAP_UNIDAD_1005.jpg);
	background-repeat: repeat-x;
}
.CLASE_SAP_UNIDAD_1006_FONDO{
	background: url(head_background_SAP_UNIDAD_1006.jpg);
	background-repeat: repeat-x;
}
.CLASE_SAP_UNIDAD_1008_FONDO{
	background: url(head_background_SAP_UNIDAD_1008.jpg);
	background-repeat: repeat-x;
}
.CLASE_SAP_UNIDAD_1055_FONDO{
	background: url(head_background_SAP_UNIDAD_1055.jpg);
	background-repeat: repeat-x;
}
.CLASE_SAP_UNIDAD_2001_FONDO{
	background: url(head_background_SAP_UNIDAD_2001.jpg);
	background-repeat: repeat-x;
}
.CLASE_SAP_UNIDAD_2003_FONDO{
	background: url(head_background_SAP_UNIDAD_2003.jpg);
	background-repeat: repeat-x;
}
 
.CLASE_SAP_UNIDAD_3000_FONDO{
	background: url(head_background_SAP_UNIDAD_3000.jpg);
	background-repeat: repeat-x;
}

.CLASE_SAP_UNIDAD_3001_FONDO{
	background: url(head_background_SAP_UNIDAD_3000.jpg);
	background-repeat: repeat-x;
}

.CLASE_SAP_UNIDAD_3002_FONDO{
	background: url(head_background_SAP_UNIDAD_3000.jpg);
	background-repeat: repeat-x;
}

.CLASE_SAP_UNIDAD_3003_FONDO{
	background: url(head_background_SAP_UNIDAD_3000.jpg);
	background-repeat: repeat-x;
}

.CLASE_SAP_UNIDAD_3004_FONDO{
	background: url(head_background_SAP_UNIDAD_3000.jpg);
	background-repeat: repeat-x;
}

.CLASE_SAP_UNIDAD_3005_FONDO{
	background: url(head_background_SAP_UNIDAD_3000.jpg);
	background-repeat: repeat-x;
}

.CLASE_SAP_UNIDAD_3006_FONDO{
	background: url(head_background_SAP_UNIDAD_3000.jpg);
	background-repeat: repeat-x;
}

.CLASE_SAP_UNIDAD_3007_FONDO{
	background: url(head_background_SAP_UNIDAD_3000.jpg);
	background-repeat: repeat-x;
}

.CLASE_SAP_UNIDAD_3008_FONDO{
	background: url(head_background_SAP_UNIDAD_3000.jpg);
	background-repeat: repeat-x;
}

.CLASE_SAP_UNIDAD_3009_FONDO{
	background: url(head_background_SAP_UNIDAD_3009.jpg);
	background-repeat: repeat-x;
}
.CLASE_SAP_UNIDAD_3010_FONDO{
	background: url(head_background_SAP_UNIDAD_3010.jpg);
	background-repeat: repeat-x;
}
.CLASE_SAP_UNIDAD_3011_FONDO{
	background: url(head_background_SAP_UNIDAD_3010.jpg);
	background-repeat: repeat-x;
}
.CLASE_SAP_UNIDAD_3012_FONDO{
	background: url(head_background_SAP_UNIDAD_3012.jpg);
	background-repeat: repeat-x;
}
.CLASE_SAP_UNIDAD_3013_FONDO{
	background: url(head_background_SAP_UNIDAD_3013.jpg);
	background-repeat: repeat-x;
}
.CLASE_SAP_UNIDAD_3014_FONDO{
	background: url(head_background_SAP_UNIDAD_3014.jpg);
	background-repeat: repeat-x;
}
.CLASE_SAP_UNIDAD_3015_FONDO{
	background: url(head_background_SAP_UNIDAD_3015.jpg);
	background-repeat: repeat-x;
}
.CLASE_SAP_UNIDAD_3016_FONDO{
	background: url(head_background_SAP_UNIDAD_3016.jpg);
	background-repeat: repeat-x;
}
.CLASE_SAP_UNIDAD_3017_FONDO{
	background: url(head_background_SAP_UNIDAD_3017.jpg);
	background-repeat: repeat-x;
}
.CLASE_SAP_UNIDAD_3018_FONDO{
	background: url(head_background_SAP_UNIDAD_3018.jpg);
	background-repeat: repeat-x;
}
.CLASE_SAP_UNIDAD_3019_FONDO{
	background: url(head_background_SAP_UNIDAD_3019.jpg);
	background-repeat: repeat-x;
}
.CLASE_SAP_UNIDAD_3020_FONDO{
	background: url(head_background_SAP_UNIDAD_3020.jpg);
	background-repeat: repeat-x;
}
/* ------------------------------------------------------------------------ */

div.CLASE_SAP_UNIDAD_0001_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}
div.CLASE_SAP_UNIDAD_0002_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}
div.CLASE_SAP_UNIDAD_0003_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}
div.CLASE_SAP_UNIDAD_0004_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}

div.CLASE_TRAXI_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}

div.CLASE_SAP_UNIDAD_0005_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}
div.CLASE_SAP_UNIDAD_1000_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}
div.CLASE_SAP_UNIDAD_1001_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}
div.CLASE_SAP_UNIDAD_1002_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}
div.CLASE_SAP_UNIDAD_1003_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}
div.CLASE_SAP_UNIDAD_1004_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}
div.CLASE_SAP_UNIDAD_1005_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}
div.CLASE_SAP_UNIDAD_1006_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}
div.CLASE_SAP_UNIDAD_1008_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}
div.CLASE_SAP_UNIDAD_1055_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}
div.CLASE_SAP_UNIDAD_2001_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}
div.CLASE_SAP_UNIDAD_2003_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}
div.CLASE_SAP_UNIDAD_3000_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}
div.CLASE_SAP_UNIDAD_3001_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}
div.CLASE_SAP_UNIDAD_3002_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}
div.CLASE_SAP_UNIDAD_3003_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}
div.CLASE_SAP_UNIDAD_3004_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}
div.CLASE_SAP_UNIDAD_3005_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}
div.CLASE_SAP_UNIDAD_3006_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}
div.CLASE_SAP_UNIDAD_3007_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}
div.CLASE_SAP_UNIDAD_3008_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}
div.CLASE_SAP_UNIDAD_3009_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}
div.CLASE_SAP_UNIDAD_3010_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}
div.CLASE_SAP_UNIDAD_3011_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}
div.CLASE_SAP_UNIDAD_3012_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}
div.CLASE_SAP_UNIDAD_3013_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}
div.CLASE_SAP_UNIDAD_3014_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}
div.CLASE_SAP_UNIDAD_3015_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}
div.CLASE_SAP_UNIDAD_3016_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}
div.CLASE_SAP_UNIDAD_3017_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}
div.CLASE_SAP_UNIDAD_3018_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}
div.CLASE_SAP_UNIDAD_3019_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}
div.CLASE_SAP_UNIDAD_3020_FONDO{
	opacity: 0.0;
	height:50px; 
	width:41px;
}
/* --------------------------------------------------------------------------------  */

 
table.CLASE_SAP_UNIDAD_0001_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:white;
}

a.CLASE_SAP_UNIDAD_0001_ButtonLidcorp{
	background-color:#474B55;
	border:1px solid #474B55;
	border-radius:4px;
	color:white;
	margin-right:10px;
	padding:4px 7px 4px 7px;
	text-decoration: none;
}


table.CLASE_SAP_UNIDAD_0002_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:white;
}

a.CLASE_SAP_UNIDAD_0002_ButtonLidcorp{
	background-color:#474B55;
	border:1px solid #474B55;
	border-radius:4px;
	color:white;
	margin-right:10px;
	padding:4px 7px 4px 7px;
	text-decoration: none;
}

table.CLASE_SAP_UNIDAD_0003_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:white;
}

a.CLASE_SAP_UNIDAD_0003_ButtonLidcorp{
	background-color:rgba(126,131,136,0.69);
	border:1px solid rgba(126,131,136,0.69);
	border-radius:4px;
	color:white;
	margin-right:10px;
	padding:4px 7px 4px 7px;
	text-decoration: none;
}

table.CLASE_SAP_UNIDAD_0004_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:white;
}

table.CLASE_TRAXI_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:white;
}



a.CLASE_SAP_UNIDAD_0004_ButtonLidcorp{
	background-color:#474B55;
	border:1px solid #474B55;
	border-radius:4px;
	color:white;
	margin-right:10px;
	padding:4px 7px 4px 7px;
	text-decoration: none;
}


a.CLASE_TRAXI_ButtonLidcorp{
	background-color:#474B55;
	border:1px solid #474B55;
	border-radius:4px;
	color:white;
	margin-right:10px;
	padding:4px 7px 4px 7px;
	text-decoration: none;
}

table.CLASE_SAP_UNIDAD_0005_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:white;
}

a.CLASE_SAP_UNIDAD_0005_ButtonLidcorp{
	background-color:#474B55;
	border:1px solid #474B55;
	border-radius:4px;
	color:white;
	margin-right:10px;
	padding:4px 7px 4px 7px;
	text-decoration: none;
}

table.CLASE_SAP_UNIDAD_1000_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:white;
}

a.CLASE_SAP_UNIDAD_1000_ButtonLidcorp{
	background-color:#056bbf;
	border:1px solid #056bbf;
	border-radius:4px;
	color:white;
	margin-right:10px;
	padding:4px 7px 4px 7px;
	text-decoration: none;
}

table.CLASE_SAP_UNIDAD_1001_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:white;
}

a.CLASE_SAP_UNIDAD_1001_ButtonLidcorp{
	background-color:#055E85;
	border:1px solid #055E85;
	border-radius:4px;
	color:white;
	margin-right:10px;
	padding:4px 7px 4px 7px;
	text-decoration: none;
}

table.CLASE_SAP_UNIDAD_1002_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:white;
}

a.CLASE_SAP_UNIDAD_1002_ButtonLidcorp{
	background-color:rgba(126,131,136,0.69);
	border:1px solid rgba(126,131,136,0.69);
	border-radius:4px;
	color:white;
	margin-right:10px;
	padding:4px 7px 4px 7px;
	text-decoration: none;
}

table.CLASE_SAP_UNIDAD_1003_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:white;
}

a.CLASE_SAP_UNIDAD_1003_ButtonLidcorp{
	background-color:rgba(126,131,136,0.69);
	border:1px solid rgba(126,131,136,0.69);
	border-radius:4px;
	color:white;
	margin-right:10px;
	padding:4px 7px 4px 7px;
	text-decoration: none;
}

table.CLASE_SAP_UNIDAD_1004_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:white;
}

a.CLASE_SAP_UNIDAD_1004_ButtonLidcorp{
	background-color:rgba(126,131,136,0.69);
	border:1px solid rgba(126,131,136,0.69);
	border-radius:4px;
	color:white;
	margin-right:10px;
	padding:4px 7px 4px 7px;
	text-decoration: none;
}

table.CLASE_SAP_UNIDAD_1005_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:white;
}

a.CLASE_SAP_UNIDAD_1005_ButtonLidcorp{
	background-color:rgba(126,131,136,0.69);
	border:1px solid rgba(126,131,136,0.69);
	border-radius:4px;
	color:white;
	margin-right:10px;
	padding:4px 7px 4px 7px;
	text-decoration: none;
}

table.CLASE_SAP_UNIDAD_1006_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:white;
}

a.CLASE_SAP_UNIDAD_1006_ButtonLidcorp{
	background-color:#474B55;
	border:1px solid #474B55;
	border-radius:4px;
	color:white;
	margin-right:10px;
	padding:4px 7px 4px 7px;
	text-decoration: none;
}

table.CLASE_SAP_UNIDAD_1008_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:white;
}

a.CLASE_SAP_UNIDAD_1008_ButtonLidcorp{
	background-color:#474B55;
	border:1px solid #474B55;
	border-radius:4px;
	color:white;
	margin-right:10px;
	padding:4px 7px 4px 7px;
	text-decoration: none;
}

table.CLASE_SAP_UNIDAD_1055_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:white;
}

a.CLASE_SAP_UNIDAD_1055_ButtonLidcorp{
	background-color:rgba(126,131,136,0.69);
	border:1px solid rgba(126,131,136,0.69);
	border-radius:4px;
	color:white;
	margin-right:10px;
	padding:4px 7px 4px 7px;
	text-decoration: none;
}

table.CLASE_SAP_UNIDAD_2001_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:white;
}

a.CLASE_SAP_UNIDAD_2001_ButtonLidcorp{
	background-color:rgba(126,131,136,0.69);
	border:1px solid rgba(126,131,136,0.69);
	border-radius:4px;
	color:white;
	margin-right:10px;
	padding:4px 7px 4px 7px;
	text-decoration: none;
}

table.CLASE_SAP_UNIDAD_2003_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:white;
}

a.CLASE_SAP_UNIDAD_2003_ButtonLidcorp{
	background-color:rgba(126,131,136,0.69);
	border:1px solid rgba(126,131,136,0.69);
	border-radius:4px;
	color:white;
	margin-right:10px;
	padding:4px 7px 4px 7px;
	text-decoration: none;
}


table.CLASE_SAP_UNIDAD_3000_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:white;
}

a.CLASE_SAP_UNIDAD_3000_ButtonLidcorp{
	background-color:rgba(126,131,136,0.69);
	border:1px solid rgba(126,131,136,0.69);
	border-radius:4px;
	color:white;
	margin-right:10px;
	padding:4px 7px 4px 7px;
	text-decoration: none;
}

table.CLASE_SAP_UNIDAD_3001_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:white;
}

a.CLASE_SAP_UNIDAD_3001_ButtonLidcorp{
	background-color:rgba(126,131,136,0.69);
	border:1px solid rgba(126,131,136,0.69);
	border-radius:4px;
	color:white;
	margin-right:10px;
	padding:4px 7px 4px 7px;
	text-decoration: none;
}

table.CLASE_SAP_UNIDAD_3002_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:white;
}

a.CLASE_SAP_UNIDAD_3002_ButtonLidcorp{
	background-color:rgba(126,131,136,0.69);
	border:1px solid rgba(126,131,136,0.69);
	border-radius:4px;
	color:white;
	margin-right:10px;
	padding:4px 7px 4px 7px;
	text-decoration: none;
}

table.CLASE_SAP_UNIDAD_3003_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:white;
}

a.CLASE_SAP_UNIDAD_3003_ButtonLidcorp{
	background-color:rgba(126,131,136,0.69);
	border:1px solid rgba(126,131,136,0.69);
	border-radius:4px;
	color:white;
	margin-right:10px;
	padding:4px 7px 4px 7px;
	text-decoration: none;
}

table.CLASE_SAP_UNIDAD_3004_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:white;
}

a.CLASE_SAP_UNIDAD_3004_ButtonLidcorp{
	background-color:rgba(126,131,136,0.69);
	border:1px solid rgba(126,131,136,0.69);
	border-radius:4px;
	color:white;
	margin-right:10px;
	padding:4px 7px 4px 7px;
	text-decoration: none;
}

table.CLASE_SAP_UNIDAD_3005_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:white;
}

a.CLASE_SAP_UNIDAD_3005_ButtonLidcorp{
	background-color:rgba(126,131,136,0.69);
	border:1px solid rgba(126,131,136,0.69);
	border-radius:4px;
	color:white;
	margin-right:10px;
	padding:4px 7px 4px 7px;
	text-decoration: none;
}

table.CLASE_SAP_UNIDAD_3006_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:white;
}

a.CLASE_SAP_UNIDAD_3006_ButtonLidcorp{
	background-color:rgba(126,131,136,0.69);
	border:1px solid rgba(126,131,136,0.69);
	border-radius:4px;
	color:white;
	margin-right:10px;
	padding:4px 7px 4px 7px;
	text-decoration: none;
}

table.CLASE_SAP_UNIDAD_3007_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:white;
}

a.CLASE_SAP_UNIDAD_3007_ButtonLidcorp{
	background-color:rgba(126,131,136,0.69);
	border:1px solid rgba(126,131,136,0.69);
	border-radius:4px;
	color:white;
	margin-right:10px;
	padding:4px 7px 4px 7px;
	text-decoration: none;
}

table.CLASE_SAP_UNIDAD_3008_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:white;
}

a.CLASE_SAP_UNIDAD_3008_ButtonLidcorp{
	background-color:rgba(126,131,136,0.69);
	border:1px solid rgba(126,131,136,0.69);
	border-radius:4px;
	color:white;
	margin-right:10px;
	padding:4px 7px 4px 7px;
	text-decoration: none;
}

table.CLASE_SAP_UNIDAD_3009_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:white;
}

a.CLASE_SAP_UNIDAD_3009_ButtonLidcorp{
	background-color:rgba(126,131,136,0.69);
	border:1px solid rgba(126,131,136,0.69);
	border-radius:4px;
	color:white;
	margin-right:10px;
	padding:4px 7px 4px 7px;
	text-decoration: none;
}

table.CLASE_SAP_UNIDAD_3010_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:white;
}

a.CLASE_SAP_UNIDAD_3010_ButtonLidcorp{
	background-color:rgba(126,131,136,0.69);
	border:1px solid rgba(126,131,136,0.69);
	border-radius:4px;
	color:white;
	margin-right:10px;
	padding:4px 7px 4px 7px;
	text-decoration: none;
}
table.CLASE_SAP_UNIDAD_3011_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:white;
}

a.CLASE_SAP_UNIDAD_3011_ButtonLidcorp{
	background-color:rgba(126,131,136,0.69);
	border:1px solid rgba(126,131,136,0.69);
	border-radius:4px;
	color:white;
	margin-right:10px;
	padding:4px 7px 4px 7px;
	text-decoration: none;
}
table.CLASE_SAP_UNIDAD_3012_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:white;
}

a.CLASE_SAP_UNIDAD_3012_ButtonLidcorp{
	background-color:rgba(126,131,136,0.69);
	border:1px solid rgba(126,131,136,0.69);
	border-radius:4px;
	color:white;
	margin-right:10px;
	padding:4px 7px 4px 7px;
	text-decoration: none;
}

table.CLASE_SAP_UNIDAD_3013_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:white;
}

a.CLASE_SAP_UNIDAD_3013_ButtonLidcorp{
	background-color:rgba(126,131,136,0.69);
	border:1px solid rgba(126,131,136,0.69);
	border-radius:4px;
	color:white;
	margin-right:10px;
	padding:4px 7px 4px 7px;
	text-decoration: none;
}

table.CLASE_SAP_UNIDAD_3014_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:white;
}

a.CLASE_SAP_UNIDAD_3014_ButtonLidcorp{
	background-color:rgba(126,131,136,0.69);
	border:1px solid rgba(126,131,136,0.69);
	border-radius:4px;
	color:white;
	margin-right:10px;
	padding:4px 7px 4px 7px;
	text-decoration: none;
}

table.CLASE_SAP_UNIDAD_3015_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:white;
}

a.CLASE_SAP_UNIDAD_3015_ButtonLidcorp{
	background-color:rgba(126,131,136,0.69);
	border:1px solid rgba(126,131,136,0.69);
	border-radius:4px;
	color:white;
	margin-right:10px;
	padding:4px 7px 4px 7px;
	text-decoration: none;
}

table.CLASE_SAP_UNIDAD_3016_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:white;
}

a.CLASE_SAP_UNIDAD_3016_ButtonLidcorp{
	background-color:rgba(126,131,136,0.69);
	border:1px solid rgba(126,131,136,0.69);
	border-radius:4px;
	color:white;
	margin-right:10px;
	padding:4px 7px 4px 7px;
	text-decoration: none;
}

table.CLASE_SAP_UNIDAD_3017_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:white;
}

a.CLASE_SAP_UNIDAD_3017_ButtonLidcorp{
	background-color:rgba(126,131,136,0.69);
	border:1px solid rgba(126,131,136,0.69);
	border-radius:4px;
	color:white;
	margin-right:10px;
	padding:4px 7px 4px 7px;
	text-decoration: none;
}
 
table.CLASE_SAP_UNIDAD_3018_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:white;
}
table.CLASE_SAP_UNIDAD_3019_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:white;
}
table.CLASE_SAP_UNIDAD_3020_ButtonLidcorp{
	display:inline;
	margin-left:2px;
	color:white;
}

a.CLASE_SAP_UNIDAD_3018_ButtonLidcorp{
	background-color:rgba(126,131,136,0.69);
	border:1px solid rgba(126,131,136,0.69);
	border-radius:4px;
	color:white;
	margin-right:10px;
	padding:4px 7px 4px 7px;
	text-decoration: none;
}

a.CLASE_SAP_UNIDAD_3019_ButtonLidcorp{
	background-color:rgba(126,131,136,0.69);
	border:1px solid rgba(126,131,136,0.69);
	border-radius:4px;
	color:white;
	margin-right:10px;
	padding:4px 7px 4px 7px;
	text-decoration: none;
}

a.CLASE_SAP_UNIDAD_3020_ButtonLidcorp{
	background-color:rgba(126,131,136,0.69);
	border:1px solid rgba(126,131,136,0.69);
	border-radius:4px;
	color:white;
	margin-right:10px;
	padding:4px 7px 4px 7px;
	text-decoration: none;
}