<!--
td, th, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2;
	
}


td.label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}
/*
body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #f1f1f1;
}
*/

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1020AA;
}

table.grid {
 	border-width: 1px 0px 1px 0px;
 	border-collapse: collapse;
 	border-style: dashed;
 	border-color: #000000;
	background-color: #FFFFFF;
 	
}

table.grid td { 
 	border: 0px #E0E0E0 solid;
 	padding: 3px 3px 3px 3px;
	 border-collapse: collapse;
	 color: black;
	 font-weight: normal;
	 font-family: sans-serif;
	 color: #444;
} 

table.grid th { 
 	border: 1px #E0E0E0 solid;
 	background-color: #DF9A45;
 	padding: 3px 3px 3px 3px;
} 


table.nolines {
	border-width: 0px;
	border-collapse: collapse;
 	border-style: solid;
 	border-color: #FFFFFF;
}

input.btnrep {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 130px;
}

table.grid li { 
 	border: 1px #E0E0E0 solid;
 	padding: 3px 3px 3px 3px;
 	border-collapse: collapse;
} 

table.grid ol { 
 	border: 1px #E0E0E0 solid;
 	background-color: #DF9A45;
 	padding: 3px 3px 3px 3px;
} 
hr {
    margin: 5px;
}
#login-box {
	border-radius: 0 0 10px 10px;
	border: 0px solid;
	padding: 10px;
	box-shadow: 5px 10px 8px 10px #888888;
}
#blanco {
	background-color: #FFFFFF;
}

select.form-control:not([size]):not([multiple]) {
	height: auto;
}

input[type="date"].form-control, input[type="time"].form-control{
	line-height: 24px;
}
.full-page > .content:first-of-type {
    padding-top: 20vh;
}
.full-page > .content {
    min-height: calc(100vh - 70px);
    z-index: 4;
	position: relative;
	

}
.full-page::before, .full-page::after {

    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;

}
.full-page::before {

    opacity: .5;
    background: 

    #000000;

}
.full-page[data-color="black"]::after {
    background: #797979;
    background: -moz-linear-gradient(top, #797979 0%, #797979 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #797979), color-stop(100%, #797979));
    background: -webkit-linear-gradient(top, #797979 0%, #797979 100%);
    background: -o-linear-gradient(top, #797979 0%, #797979 100%);
    background: -ms-linear-gradient(top, #797979 0%, #797979 100%);
    background: linear-gradient(to bottom, #797979 0%,#797979 100%);
	background-size: auto;
	background-size: 150%, 150%;
}

.full-page[data-image]::after, .full-page.has-image::after {
    opacity: .6;
}

.full-page > .content {
    min-height: calc(100vh - 70px);
	z-index: 4;
	position: relative;
}
.full-page .full-page-background {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
}
.card.card-login {
    box-shadow: 0 25px 30px -13px 
    rgba(40, 40, 40, 0.4);
    border-radius: 0 0 10px 10px;
    padding-top: 10px;
    padding-bottom: 30px;
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
	transition: all 300ms linear;
	padding: 10px;
	box-shadow: 2px 2px 20px 4px #888888;
}

.ml-auto {
    margin-left: auto !important;
}
.mr-auto {
    margin-right: auto !important;
}

.view {
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-box-shadow: 1px 1px 2px #e6e6e6;
			box-shadow: 1px 1px 2px #e6e6e6;
	cursor: default; }

	.view .mask, .view .content {
	position: absolute;
	width: 100%;
	overflow: hidden;
	top: 0;
	left: 0; }

	.view img {
	display: block;
	position: relative; }

	.view .tools {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	padding: 3px;
	background: rgba(0, 0, 0, 0.35);
	margin: 43px 0 0 0; }

	.mask.no-caption .tools {
	margin: 90px 0 0 0; }

	.view .tools a {
	display: inline-block;
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	padding: 0 4px; }

	.view p {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 10px 20px 20px;
	text-align: center; }

	.view a.info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 1px #000;
			box-shadow: 0 0 1px #000; }

	.view-first img {
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear; }

	.view-first .mask {
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out; }

	.view-first .tools {
	-webkit-transform: translateY(-100px);
			transform: translateY(-100px);
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; }

	.view-first p {
	-webkit-transform: translateY(100px);
			transform: translateY(100px);
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear; }

	.view-first:hover img {
	-webkit-transform: scale(1.1);
			transform: scale(1.1); }

	.view-first:hover .mask {
	opacity: 1; }

	.view-first:hover .tools, .view-first:hover p {
	opacity: 1;
	-webkit-transform: translateY(0px);
			transform: translateY(0px); }

	.view-first:hover p {
	-webkit-transition-delay: 0.1s;
			transition-delay: 0.1s; }


	.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 50px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	}

	/* Modal Content */
	.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 50%;
	}

	/* The Close Button */
	.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	}

	.close:hover,
	.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	}



/*.app{

	position: fixed;

	/*nos posicionamos en el centro del navegador
	

	/*determinamos una anchura
	width:500px;

	/*indicamos que el margen izquierdo, es la mitad de la anchura
	margin-left:-250px;

	/*determinamos una altura
	/*height:150px;*
	/*indicamos que el margen superior, es la mitad de la altura
	margin-top:-150px;

}*/

!>
