@charset "UTF-8";
/* 			Tabla de consulta 				*/
.Tabla {
 
 	text-align: center;
	margin:3%;
	width:94%;
	overflow: auto;
}

.Tabla table{
 
 
 width:100%;
 
 
}
.Tabla tr{
	width:100%;
}

.Tabla tr:last-child td:last-child {
 -moz-border-radius-bottomright:10px;
 -webkit-border-bottom-right-radius:10px;
 border-bottom-right-radius:10px;
}

.Tabla tr:first-child td:first-child {
 -moz-border-radius-topleft:10px;
 -webkit-border-top-left-radius:10px;
 border-top-left-radius:10px;
}

.Tabla tr:first-child td:last-child {
 -moz-border-radius-topright:10px;
 -webkit-border-top-right-radius:10px;
 border-top-right-radius:10px;
}

.Tabla tr:last-child td:first-child{
 -moz-border-radius-bottomleft:10px;
 -webkit-border-bottom-left-radius:10px;
 border-bottom-left-radius:10px;
}


.Tabla tr:nth-child(odd) td{ 
	background-color:#E3E6E3;
	cursor:pointer; }
.Tabla tr:nth-child(odd):hover td{
	background-color:#D9D9D2; }

.Tabla tr:nth-child(even) td{ 
	background-color:#ffffff;
	cursor:pointer; }
.Tabla tr:nth-child(even):hover td{ 
	background-color:#D9D9D2; }

.Tabla tr:first-child:hover td{
	background-color:#112B40;
	cursor:default;
}
.Tabla tr:nth-child(2):hover td{
	background-color:#6D9ABF;
	cursor:default;
}

.Tabla td{
 vertical-align:middle;
 border:1px solid #000000;
 border-width:0px 1px 1px 0px;
 text-align:center;
 padding:7px;
 font-size:35px;
 font-family:Arial;
 font-weight:normal;
 color:#000000;
}

.Tabla tr:last-child td{
 border-width:0px 1px 0px 0px;
}

.Tabla tr:nth-child(2) td{
 background-color:#6D9ABF;

 
 border:1px solid #000000;
 border-width:0px 1px 1px 0px;
 text-align:center;
 
 font-size:35px;
 font-family:Arial;
 font-weight:bold;
 color:#000000;
}

.Tabla tr td:last-child{
 border-width:0px 0px 1px 0px;
}



.Tabla tr:last-child td:last-child{
 border-width:0px 0px 0px 0px;
}

.Tabla tr:first-child td{
 background-color:#112B40;
 border:0px solid #000000;
 text-align:center;
 font-size:45px;
 font-family:Arial;
 font-weight:bold;
 color:#ffffff;
}

/* 			Tabla de alta 				*/
.TablaAlta {
 
 	text-align: center;
	margin:3%;
	width:94%;
	overflow: auto;
	
	
}

.TablaAlta table{
 
 
 width:100%;
 
 
 
}


.TablaAlta tr:last-child td:last-child {
 -moz-border-radius-bottomright:10px;
 -webkit-border-bottom-right-radius:10px;
 border-bottom-right-radius:10px;
}

.TablaAlta tr:first-child td:first-child {
 -moz-border-radius-topleft:10px;
 -webkit-border-top-left-radius:10px;
 border-top-left-radius:10px;
}

.TablaAlta tr:first-child td:last-child {
 -moz-border-radius-topright:10px;
 -webkit-border-top-right-radius:10px;
 border-top-right-radius:10px;
}

.TablaAlta tr:last-child td:first-child{
 -moz-border-radius-bottomleft:10px;
 -webkit-border-bottom-left-radius:10px;
 border-bottom-left-radius:10px;
}




.TablaAlta td{
 
 vertical-align:middle;
 text-align:left;
 padding:7px;
 font-size:45px;
 font-family:Arial;
 font-weight:bold;
 color:#000000;
}



.TablaAlta tr td{
 background-color:#6D9ABF;
 border-left:0px;
 text-align:center;
 font-size:45px;
 font-family:Arial;
 font-weight:bold;
 color:#000000;
 
}


.TablaAlta tr td:nth-child(2){
	border-right:0px;
}

.TablaAlta tr td:last-child{
 border-left:0px;
 widht:80%;
 color:red;
 font-size:10px;
 font-family:Arial;
 font-weight:bold;
 text-align:left;
}






.TablaAlta tr:first-child td{
 background-color:#112B40;
 text-align:center;
 font-size:45px;
 font-family:Arial;
 font-weight:bold;
 color:#ffffff;
}

/* 			Tabla consulta 				*/
.TablaConsulta {
 
 	text-align: center;
	margin:3%;
	width:94%;
	overflow: auto;
	
	
}

.TablaConsulta table{
 
 
 width:100%;
 
 
 
}


.TablaConsulta tr:last-child td:last-child {
 -moz-border-radius-bottomright:10px;
 -webkit-border-bottom-right-radius:10px;
 border-bottom-right-radius:10px;
}

.TablaConsulta tr:first-child td:first-child {
 -moz-border-radius-topleft:10px;
 -webkit-border-top-left-radius:10px;
 border-top-left-radius:10px;
}

.TablaConsulta tr:first-child td:last-child {
 -moz-border-radius-topright:10px;
 -webkit-border-top-right-radius:10px;
 border-top-right-radius:10px;
}

.TablaConsulta tr:last-child td:first-child{
 -moz-border-radius-bottomleft:10px;
 -webkit-border-bottom-left-radius:10px;
 border-bottom-left-radius:10px;
}




.TablaConsulta td{
 
 vertical-align:middle;
 text-align:left;
 padding:7px;
 font-size:35px;
 font-family:Arial;
 font-weight:normal;
 color:#000000;
}



.TablaConsulta tr td{
 background-color:#6D9ABF;
 border-left:0px;
 text-align:center;
 font-size:35px;
 font-family:Arial;
 font-weight:bold;
 color:#000000;
 
}



.TablaConsulta tr:first-child td{
 background-color:#112B40;
 text-align:center;
 font-size:45px;
 font-family:Arial;
 font-weight:bold;
 color:#ffffff;
}


/* 			Tabla detalle 				*/
.TablaDetalle {
 
 	text-align: center;
	margin:20px;
	
	
}

.TablaDetalle table{
 
 
 width:100%;
 
 
 
}


.TablaDetalle tr:last-child td:last-child {
 -moz-border-radius-bottomright:10px;
 -webkit-border-bottom-right-radius:10px;
 border-bottom-right-radius:10px;
}

.TablaDetalle tr:first-child td:first-child {
 -moz-border-radius-topleft:10px;
 -webkit-border-top-left-radius:10px;
 border-top-left-radius:10px;
}

.TablaDetalle tr:first-child td:last-child {
 -moz-border-radius-topright:10px;
 -webkit-border-top-right-radius:10px;
 border-top-right-radius:10px;
}

.TablaDetalle tr:last-child td:first-child{
 -moz-border-radius-bottomleft:10px;
 -webkit-border-bottom-left-radius:10px;
 border-bottom-left-radius:10px;
}




.TablaDetalle td{
 
 vertical-align:middle;
 text-align:left;
 padding:7px;
 font-size:35px;
 font-family:Arial;
 font-weight:normal;
 color:#000000;
}


.TablaDetalle tr td{
 
 background-color:#6D9ABF;
 text-align:left;
 font-size:35px;
 font-family:Arial;
 font-weight:bold;
 color:#000000;
 
}

.TablaDetalle tr td:last-child{
 
 background-color:#E3E6E3;
 margin:5px;
 text-align:left;
 font-size:35px;
 font-family:Arial;
 font-weight:bold;
 color:#000000;
 
}

.TablaDetalle tr:first-child td{
font-size:45px;
}








.TablaDetalle tr:first-child td{
 background-color:#112B40;
 text-align:center;
 font-size:45px;
 font-family:Arial;
 font-weight:bold;
 color:#ffffff;
}




/* 			Tabla de LIQUIDACION 				*/
.TablaLiq {
 
 	text-align: center;
	margin:3%;
	width:94%;
	overflow: auto;
	
}

.TablaLiq table{
 
 
 width:100%;
 
 
}


.TablaLiq tr:last-child td:last-child {
 -moz-border-radius-bottomright:10px;
 -webkit-border-bottom-right-radius:10px;
 border-bottom-right-radius:10px;
}

.TablaLiq tr:first-child td:first-child {
 -moz-border-radius-topleft:10px;
 -webkit-border-top-left-radius:10px;
 border-top-left-radius:10px;
}

.TablaLiq tr:first-child td:last-child {
 -moz-border-radius-topright:10px;
 -webkit-border-top-right-radius:10px;
 border-top-right-radius:10px;
}

.TablaLiq tr:last-child td:first-child{
 -moz-border-radius-bottomleft:10px;
 -webkit-border-bottom-left-radius:10px;
 border-bottom-left-radius:10px;
}


.TablaLiq tr:nth-child(odd) td{ 
	background-color:#E3E6E3;
	}


.TablaLiq tr:nth-child(even) td{ 
	background-color:#ffffff;
	}


.TablaLiq td{
 vertical-align:middle;
 
 
 border:1px solid #000000;
 border-width:0px 1px 1px 0px;
 text-align:center;
 padding:7px;
 font-size:35px;
 font-family:Arial;
 font-weight:bold;
 color:#000000;
}

.TablaLiq tr:last-child td{
 border-width:0px 1px 0px 0px;
}
.TablaLiq tr td:first-child{
 background-color:#6D9ABF;
 font-size:35px;
 font-weight:bold;
 text-align:right;
}

.TablaLiq tr:nth-child(2) td{
 background-color:#6D9ABF;

 
 border:1px solid #000000;
 border-width:0px 1px 1px 0px;
 text-align:center;
 font-size:35px;
 font-weight:bold;
 font-family:Arial;
 color:#000000;
}

.TablaLiq tr td:last-child{
 border-width:0px 0px 1px 0px;
}





.TablaLiq tr:last-child td:last-child{
 border-width:0px 0px 0px 0px;
}

.TablaLiq tr:first-child td{
 background-color:#112B40;
 border:0px solid #000000;
 text-align:center;
 font-size:45px;
 font-family:Arial;
 font-weight:bold;
 color:#ffffff;
}
.TablaLiq tr:last-child td{
 background-color:#112B40;
 font-size:45px;
 font-weight:bold;
 font-family:Arial;
 color:#ffffff;
}


/* 			Tabla de justificantes 				*/
.TablaJust {
 
 	text-align: center;
	margin:3%;
	width:94%;
	overflow: auto;
	
	
}

.TablaJust table{
 
 
 width:100%;
 
 
 
}


.TablaJust tr:last-child td:last-child {
 -moz-border-radius-bottomright:10px;
 -webkit-border-bottom-right-radius:10px;
 border-bottom-right-radius:10px;
 text-align:center;
}

.TablaJust tr:first-child td:first-child {
 -moz-border-radius-topleft:10px;
 -webkit-border-top-left-radius:10px;
 border-top-left-radius:10px;
 
}

.TablaJust tr:first-child td:last-child {
 -moz-border-radius-topright:10px;
 -webkit-border-top-right-radius:10px;
 border-top-right-radius:10px;
}

.TablaJust tr:last-child td:first-child{
 -moz-border-radius-bottomleft:10px;
 -webkit-border-bottom-left-radius:10px;
 border-bottom-left-radius:10px;
}




.TablaJust td{
 border:5px solid #B8BFAC;
 vertical-align:middle;
 
 padding:7px;
 font-size:45px;
 font-family:Arial;
 font-weight:normal;
 color:#000000;
}



.TablaJust tr td{
 background-color:#6D9ABF;
 border-left:0px;
 text-align:center;
 font-size:45px;
 font-family:Arial;
 font-weight:bold;
 color:#000000;
 
}

.TablaJust tr td:nth-child(2){
	border-right:0px;
}

.TablaJust tr td:last-child{
 border-left:0px;
 widht:80%;
 color:red;
 font-size:45px;
 font-family:Arial;
 font-weight:bold;
 
}


.TablaJust a{
	color:white;
}



.TablaJust tr:first-child td{
 background-color:#112B40;
 text-align:center;
 font-size:45px;
 font-family:Arial;
 font-weight:bold;
 color:#ffffff;
}
