body {
	background-color: #F0F0F0;
}

bordes-form {
	border: 3px solid #808080;
}

table tr:nth-child(even) {
  background-color: #7CDEF6;
}

table tr:nth-child(odd) {
  background-color: #FCE190;
}

.tr-sin-bg-color {
	
	background-color: transparent !important;

}

a {
	text-decoration: none;
}


#cargando {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding-top: 20%;
  }
  .loader {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
  }
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }


