@charset "utf-8";
/* CSS Document */

#login .logo-container {
    width: 200px !important;
}

.page-header.page-header-small {
    min-height: 40vh;
    max-height: 240px !important;
}

.form-control {
	border: 1px solid #C4C4C4;
}
.send-button {
	padding: 0 !important;
}
.copyright {
	float: none !important;
}
h2.title {
	/*color: rgba(126,126,126,1.00);*/
}
.description {
	color: #666;
	padding-bottom: 30px;
}
.subtitulo {
	color: #3E3E3E;
	border-bottom: solid 1px #B3B3B3;
}


#subir-archivos label {
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	body, table {
		overflow-x: show !important;
	  }
	  img {
		max-width: inherit !important;
	  }
	.margintop {
		margin-top: 30px;
	}
}


.navbar .navbar-nav .nav-link:not(.btn) {
    font-size: 0.9142em;
}
.icono-ver {
	margin-left: 7px;
	padding-left: 7px;
	border-left: solid 1px #666666;
}

.form-group input[type="file"] {
    opacity: 100;
    position: absolute;
    top: 30px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}