@import url(../fonts/GothamBook.css);
@import url(../fonts/GothamBold.css);
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
background: #ccc;
color: #000; 
	
	
	
	
	
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Helvetica';
    font-weight: bold;
    letter-spacing: 1px;
}
h1{
	font-size: 26px;
}
h2{
	font-size: 20px;
}
h3{
	font-size: 18px;
}
h4{
	font-size: 16px;
}
h5{
	font-size: 14px;
}
h6{
	font-size: 12px;
}
p{
	font-family: 'Helvetica';
	letter-spacing: 2px;
	font-size: 12px;
	line-height: 20px;
}
a{
	text-decoration: none;
	font-family: Helvetica;
	letter-spacing: 1px;
}
span {
    font-family: 'GothamBook';
    letter-spacing: 1px;
    font-size: 19px;
    line-height: 20px;
}
header{
	color : #cccccc;
	position: fixed;
	width: 100%;
}
.header{
	color: #000000;
	background: #0D2CF1;
	height: 20%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
}
footer{
 position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #0D2CF1;
   color: white;
   text-align: center;
}
.optionsBar{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.optionsBar span {
    color: #fff;
    font-size: 10pt;
    font-family: 'GothamBook';
    text-transform: uppercase;
    margin-left: 30px;
}
.photouser {
    margin-left: 30px;
    width: 25px;
    height: 25px;
}
.close{
	width: 25px;
    height: 25px;
}
.optionsBar a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-left: 30px;
}
nav ul{
	background: #e1e3ed;
	/*background: #B7950B;*/
	list-style: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: left;
	align-items: center;

}

nav ul > li a{
	position: relative;
}
nav a{
	color: #000;
	display: block;
	font-size: 10pt;
	font-family: 'GothamBook';
	padding: 10px 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: background .5s;
	border-right: 4px solid #555;
}
nav .principal > a{
    background: url(../img/arrow_bottom.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-position: 94% center;
    background-size: 10px;
}
nav ul li:hover ul{
	display: block;

}
nav li ul{
	/*background: #177470;*/
	background:  #e1e3ed;
	display: none;
	flex-direction: column;
	position: absolute;
	align-items: flex-start;
	border-radius: 0 0 0px 0px;
	
}
nav li ul a{
	position: relative;
	padding: 10px 20px;
	border-right: initial;
}
nav li ul a:hover{
	/*background: #2c9595;*/
	background: #0D2CF1;
	 color: #fff;
}
nav li ul li:last-child{
	border-radius: 0 0 0px 0px;
	overflow: hidden;
}
#container{

	padding: 90px 15px 15px;
}
/*****************************************************************/

.form_register{
	background: #ddd;
	width: 750px;
	margin: 0;
	color: #000;
}
.form_validar{
	background: #ddd;
	width: auto;
	margin: 0;
}
.form_tablon{
	background: #ddd;
	width: 1550px;
	margin-left: 20px;
}


.form_nuevo_pia{
	  position: relative;
  width: 740px;
  height: 498px;
  margin: 0 auto;
 
  
  

  /* creamos nuestra malla (grid) */
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1em 1em 1em 1em;
		
}
.form_cerrar{
  position: relative;
  width: 740px; 
  margin: 0 auto;
 
   

  /* creamos nuestra malla (grid) */
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
 
		
}

hr{
	border: 0;
	background: #CCC;
	height: 1px;
	margin: 10px 0;
	display: block;
}
form{
	background: #CCC;
	margin: 0;
	padding: 0px 0px;
	border: 1px solid #d1d1d1;
}
.form_eliminar{
	background: #CCC;
	margin: auto;
	padding: 1% 1%;
	border: 1px solid #d1d1d1;
}
.form_jsp{
	
	margin: auto;
	padding: 1% 1%;
	
	width: 1250px;
	margin: auto;
}
label{
	display: block;
	font-size: 12pt;
	font-family: 'Gothambook';
	margin: 15px auto 5px auto;
}
input,select{
	
	
	font-size: 11pt;
	
	border: 1px solid #85929e;
	border-radius: 0px;
	
}

input{
	
}
.notItemOne option:firstElement-child {
		display: none;
}


.btn_save{
	font-size: 21pt;
	background: #bfbfbf;
	padding: 2px;
	color: #FFF;
	letter-spacing: 1px;
	border: 0;
	cursor: pointer;
	margin: 15px auto;
	text-align: center;
}

.alert{
	width: 100%;
	background: #fff;
	border-radius: 6px;
	margin: 20px auto;
	font-size: 40pt
}
.msg_error{
	color: #e61a1a;
}
.msg_save{
	color: #006600;
}
	.alert p{
		padding: 10px;
}

/*================Lista Empleados======================*/

#container h1{
	font-size: 25pt;
	display: inline-block;
}

.container_ser_pre{

padding: 80px 50px 50px;


}
.btn_new{

	display: inline-block;
	background: #486f85;
	color: #FFF;
	padding: 2px 2px;
	border-radius: 0px;
	margin: 20px;
}

.btn_editar_jsp {

	
	
	
}

.btn_enviar_jsp {
	
}

.btn_imprimir_jsp {
	
	
}

.btn_menu{
	
	
}

.btn_sig{

	
	background: #eee8aa;
	color: #000000;
	
	border-radius: 0px;
	margin: 0px;
	width: 125px;
	font-weight: bold;
}
.btn_validar{
	background: #eee8aa;
	color: #000000;
	padding: 5px 5px;
	border-radius: 0px;
	margin: 2px;
	width: auto;
	font-weight: bold;
}

table{
	border-collapse: collapse;
	font-size: 12pt;
	font-family: Helvetica;
	width: 95%;
  padding: 25px 25px 25px;
}
.tablaVacaciones{
	border-collapse: collapse;
	font-size: 12pt;
	font-family: Helvetica;
	padding: 25px 25px;
	width: 50%;
}

table th{
	
	padding: 1px;
	background: #4c69fc;
	color: #FFF;
	border:1px solid #000;
}
table tr:nth-child(odd){
		background: #FFF;
	border:1px solid #000;
}
table td{
	padding: 1px;
	border:1px solid #000;
}
.link_edit{
	color: #0ca4ce;
}
.link_edit_editar_jsp{
	color:#0ca4ce;
}
.link_edit_enviar_jsp{
	color: #0ca4ce;
}
.link_edit_descargar_jsp{
	color:#0ca4ce;
}
.link_delete{
	color: #f26b6b;
}
.data_delete{

	text-align: center;
}
.data_delete{
	font-size: 12pt;
}
.data_delete span{
	font-weight: bold;
	color: #4f72d4;
	font-size:  12pt;
}
.btn_cancel,.btn_ok{
	width: 250px;
	background: #42b343;
	color: #FFF;
	display: inline-block;
	padding: 0px;
	border-radius: 0px;
	cursor: pointer;
	margin: 15px;
}
.btn_cancel{
	
	background: #bc1339;
}
.data_delete form{
	background: initial;
	margin: 0;
	padding: 0px 0px;
	border: 0;
}
.inici{
	
	/*
	margin: auto;
	padding: 20px 50px;
	color: #000000;
	font-family: 'GothamBook';
    letter-spacing: 1px;
    font-size: 34px;
    line-height: 20px;
	*/
}
h1 .portada{

	font-size: 44px;
}
/* ====================== Paginador ======================== */
.paginador ul{
padding: 15px;
list-style: none;
background: #FFF;
margin-top: 15px;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: flex-end;
}
.paginador a, .pageSelected{
	color: #428bca;
	border: 1px solid #ddd;
	padding: 5px;
	display: inline-block;
	font-size: 14px;
	text-align: center;
	width: 35px;
}
.paginador  a:hover{
	background: #ddd;
}
.pageSelected{
	color: #fff;
	background: #428bca;
	border: 1px solid #2d6a9f; 
}

.centrado {

display: block;
margin: auto; 
width: 320 ;
height:  320 ;
}
h3 .discurs{
	display: block;
margin: auto; 

}
.estado{
	color: #f26b6b;
	font-weight: bold;
}
.tabla2{
  margin-top: 2em;
}

.tabla2 th, .tabla2 td{
  text-align: center;
  padding: .2em .5em;
  border: 1px solid black;
}

.tabla2 caption{
  text-align: left;
  margin-bottom: 5px;
  font-variant: small-caps;
  font-size: 20px;
  letter-spacing: 5px;
}

.tabla2 td{
  text-align: left;
  font-size: .8em;
  padding-bottom: 3em;
  padding-right: 3em;
}

.tabla2 td:hover{
  background-color: red;
  cursor: pointer;
  font-size: 1.6em;
  text-align: center;
  padding: 0;
}

table tbody tr:nth-child(odd) {
	background: #e4e4e4;
}
table tbody tr:nth-child(even) {
	background: #f4f4f4;
}
table thead {
  background: #444;
  color: #fff;
  font-size: 18px;
}
table {
  border-collapse: collapse;
  width: 90%;
}




.menu {
	display: flex;
}

.menu p {
	margin-right: 2rem;
	cursor: pointer;
}

.content {
	margin-top: 2rem;
}

[data-content] {
	display: none;
}

.active[data-content] {
	display: block;
}



/**cabecera del formulario de justificacion de servicio prestado */
.contenedor{
	display: flex;
	justify-content: left;
}
.logo-1{
	width: 130px;
	height: 110px;
	
	margin-right: 200px;
}
.logo-2{
	width: 150px;
	height: 150px;
	margin-left: 380px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.logo-3{
	width: 150px;
	height: 150px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.justificacion_ser{
	margin-left: 150px;
}