/*CSS de Postproceso REP*/
html, body{
	height: 100%;
}
.heig-cien{
	height: 100% !important;	
}
.carga-archivos{
	height: 100%;
	background-color: #DFDFDF;
}
.boton:hover{
	background-color: #AE2C00 !important;
	color: white !important;
}
.boton{
	color: #AE2C00 !important;
	border-color: #AE2C00 !important;
	font-size: 1rem;
}
.gris-oscuro{
	background-color: #BCBCBC;
}
.link-estilo{
	color: #AE2C00;

}
.link-estilo:hover{
	color: #AE2C00;
	text-decoration: underline;
}
.size-letra{
	font-size: 0.6rem;
}
.resultados{
	background-color: white;
}
.borde{
	border-width: 1px;
  	border-style: solid;
  	border-color: #AE2C00;
  	padding-top: 4px;
}
table{
	font-size: 0.5rem !important;
}
.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: rgb(253, 234, 218);
}
.table-striped>tbody>tr:nth-child(even)>td, 
.table-striped>tbody>tr:nth-child(even)>th {
    background-color: white;
}
.table-striped>thead>tr>th {
    background-color: white;
    border-top: rgb(247,150,70);
}

.table-striped-resultados>tbody>tr:nth-child(odd)>td, 
.table-striped-resultados>tbody>tr:nth-child(odd)>th {
    background-color: rgb(242,220,219);
}
.table-striped-resultados>tbody>tr:nth-child(even)>td, 
.table-striped-resultados>tbody>tr:nth-child(even)>th {
    background-color: white;
}
.table-striped-resultados>thead>tr>th {
    background-color: white;
    border-top: rgb(242,220,219);
}

.ortometrico{
	background-color: rgb(255, 242, 204) !important;
}

.imprime-pdf{
	display: none;
}

.icono-pdf{
	font-size: 6rem;
	text-align: center;
	color: #AE2C00;
}

.carga-resultados{
	display: none;
}