body {
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	background: #accefa;
}

.contEncab{
	max-width: 600px;
	width: 100%;
	margin: auto;
}

.enlCamCon{
	text-decoration:none;
	padding: 7px;
	font-size: 10px;
	background-color: #022a74;
	color: white;
	border: none;
	text-align:center;
	border-radius: 10px;
	cursor: pointer;
	position: relative;
	left: 350px;
	width: 100px;
}

.enlCerSes{
	text-decoration:none;
	padding: 7px;
	font-size: 12px;
	background-color: #022a74;
	color: white;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	position: absolute;
	top: 5%;
}

.contDatEmp{
	max-width: 600px;
	width: 90%;
	margin: auto;
	background-color: #6f6ff8;
	text-align:center;
	border-radius: 10px;
}
.contPrin{
	max-width: 600px;
	width: 90%;
	margin: auto;
}

.linea {
	border:none;
	margin-top: 0px; 
	margin-bottom: 10px; 
	border-top:3px solid #0c01a5;
	background: none;
	color:none;
}

.linea2 {
	border:none;
	margin-bottom: 5px; 
	border-top:1px dotted #0c01a5;
	background: none;
	color:none;
}

.styLabLog{
	display:inline-block;
	width: 130px;
	height: 13px;
	padding: 8px;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	line-height: 12px;
	line-height: 12px;
	border: 1px solid #accefa;
	vertical-align: center;
	text-align:right;
}

.styText{
	width: 130px;
	height: 14px;
}

.styDate{
	width: 130px;
	height: 14px;
}

.formulario {
	background: #6f6ff8;
	padding: 15px;
	margin-bottom: 10px;
	border-radius: 10px;
}

.formulario input[type="text"],
.formulario input[type="date"]{
	padding: 7px;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	line-height: 12px;
	border: none;
	vertical-align: center;
	border: 1px solid #accefa;
}
.styLblTitPan{
	display:inline-block;
	padding: 5px 15px;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	background: #6f6ff8;
	border-radius: 10px;
}

.styLblEncEpr{
	display:inline-block;
	padding: 10px;
	width: 200px;
	height: 20px;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
}
.styLblPieEpr{
	display:inline-block;
	padding: 10px;
	width:600px;
	height: 20px;
	font-family: 'Raleway', sans-serif;
	font-size: 8px;
	font-weight: bold;
	text-align:right;
}

.styLblNomEpr{
	display:inline-block;
	margin-left: 10px;
	font-family: 'Raleway', sans-serif;
	font-size: 11px;
	line-height: 12px;
	line-height: 12px;
	vertical-align: center;
	text-align:right;
}

.styLblCon{
	display:inline-block;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	vertical-align: center;
	text-align:right;
	padding: 2px;
}

.styLblDat{
	display:inline-block;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	vertical-align: center;
	text-align:left;
	padding: 2px;
	border: 1px solid #accefa;
	margin: 1px;
}

.nota{
	padding: 8px;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	line-height: 12px;
	line-height: 12px;
	vertical-align: center;
	text-align: center;
}

.btn {
	padding: 10px 20px;
	background-color: #022a74;
	color: white;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	
}

.error{
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-style:unset ;
	font-weight: bold;
	color: rgb(255, 246, 124);
}

table{
	border-collapse: collapse;
	font-size: 12px;
	background-color: whitesmoke;
	width: 100%;
}

th, td{
	padding:4px; 
}

thead{
	background-color: rgb(16, 4, 73);
	border-bottom: rgb(16, 4, 73);
	color:whitesmoke;
}
.btnDes {
	padding:3px 10px;
	font-size: 12px;
	background-color: #022a74;
	color: white;
	border: none;
	border-radius: 2px;
	cursor: pointer;
}

a.enlCer{
	text-align: right;
	background-color:#022f81;
	font-size: 10px;
  	color:whitesmoke;
  	padding: 8px;
  	text-decoration:none;
	border-radius: 10px;
	position: relative;
	left: 100px;
	width: 100px;
}

a.enlCer:hover,
a.enlDes:hover,
.enlCerSes:hover,
.enlCamCon:hover,
.btn:hover {
	background: orange;
}
a.enlDes{
	background-color: #022f81;
	font-size: 10px;
  	color:whitesmoke;
  	padding: 3px 10px 3px 10px;
  	text-decoration:none;
	border-radius: 10px;
}
.trEmp{
	font-size: 10px;
}