body {
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 20px;
}

@media screen and (min-width: 768px) {
	.regresar {
		margin-right: 5px !important;
	}	
}

.logo img {
	display: block;
	height: 100px;
	margin-left: 5px;
}

.btn-estado-cuenta {
	width: 200px;
	margin-bottom: 10px;
}

.contenedor-btn {
	margin-top: 30px;	
}

.navbar-right {
	margin-right: 0px;
}

.login {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border:2px solid;
	-webkit-box-shadow: #B3B3B3 4px 4px 4px;
	-moz-box-shadow: #B3B3B3 4px 4px 4px; 
	box-shadow: #B3B3B3 4px 4px 4px;
	padding: 20px;
	margin-top: 20px;
}

.login-alert {
	text-align:justify;
	margin-top: 15px;
}

.login-olvido {
	font-size: 12px;
}

.panel {
	border: 2px solid;
}

.panel-heading {
	padding: 1px 15px;
}

.cabecera-panel-boton {
	margin-bottom: -20px;	
}

.table > thead > tr > th {
    border-bottom: 2px solid;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid;
}

.divTable {
	border-top: 1px solid;
	padding: 15px 5px;
}

.jumbotron h2 a:hover {
	text-decoration: none;
}

.upload {
	border: 2px dashed #eee;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;	
}

.enlace a:hover, .enlace-default a:hover {
	text-decoration: none;
}

.enlace a {
	color: #fff;
}

.enlace-default a {
	color: #000;
}

.monto {
	text-align: right;
}

.titulo-separador {
	line-height: 40px;
	border-bottom: 2px solid;
}

.pointer {
	cursor: pointer;
}

.formulario-pagable, .rubro-proyectado {
	width: 50px;
}

.leyenda {
	font-size: 8px;
	margin-bottom: 0;
}

.leyenda .btn {
	font-size: 6px;
	cursor: default;
	padding: 3px 6px;
}

pre {
	line-height: 14px;
	white-space: pre-wrap;
	word-break: normal;
}

pre p {
	text-align: justify;
}

@media print {
	.cabecera-botones, .imprimir-boton, .finalizar-boton {
    	display: none;
	}
	
	a[href]:after {
		content: none !important;
  	}
}

.esconder-checkbox {
	display: none;	
}
