/**Para el Formulario de Pago **/


header{
  position: fixed;
  width: 100%;
}
.header{
  color: #FFF;
  background: #34495E;
  height: 35px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.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: 11pt;
    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: #058167; Color de la barra  Menu */
  background: #1d5880;
  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 a:hover{
  /*background: #2c9595;*/
  /* color del fondo del menu al seleccionarse */
  background: #437ca3; /* #147556;*/
}

nav ul > li a{
  position: relative;
}
nav a{
  color: #FFF;
  display: block;
  font-size: 10pt;
  font-family: 'GothamBook';
  padding: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: background .5s;
  border-right: 1px solid #4d6351; /** #319B8F; **/

}
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;* color de las OPciones del menu */

  background: #437ca3;  /*  #092659; #2d9872;*/
  display: none;
  flex-direction: column;
  position: absolute;
  align-items: flex-start;
  border-radius: 0 0 10px 10px;
}
nav li ul a{
  position: relative;
  padding: 10px 30px;
  border-right: initial;
}
nav li ul a:hover{
  /*background: #2c9595;*/
  /* color del fondo del Sub menu */
  background: #68696b; /* #147556;*/
}
nav li ul li:last-child{
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

.Tablita {
  border: #b2b2b2 1px solid;
}   

.formulario input[type='submit']{

	border: 1px solid #CED5D7;

	box-shadow:0 0 0 3px #EEF5F7;

	padding: 8px 16px;

	border-radius: 20px;

	font-weight: bold;

	text-shadow: 1px 1px 0px white;

	

	background: #e4f1f6; 

	background: -moz-linear-gradient(top, #e4f1f6 0%, #cfe6ef 100%);

	background: -webkit-linear-gradient(top, #e4f1f6 0%,#cfe6ef 100%); 

}

.formulario input[type='submit']:hover{

	background: #edfcff; 

	background: -moz-linear-gradient(top, #edfcff 0%, #cfe6ef 100%);

	background: -webkit-linear-gradient(top, #edfcff 0%,#cfe6ef 100%); 

}

.formulario input[type='submit']:active{

	background: #cfe6ef; 

	background: -moz-linear-gradient(top, #cfe6ef 0%, #edfcff 100%);

	background: -webkit-linear-gradient(top, #cfe6ef 0%,#edfcff 100%);

}

.error{

	background-color: #BC1010;

	padding: 6px 12px;

	border-radius: 4px;

	color: white;

	font-weight: bold;

	margin-left: 16px;

	margin-top: 6px;

	position: absolute;

}

.error:before{

	content: '';

    border-top: 8px solid transparent;

    border-bottom: 8px solid transparent;

    border-right: 8px solid #BC1010;

    border-left: 8px solid transparent;

    left: -16px;

    position: absolute;

    top: 5px;

}



.mes {

	background-color: #006699;

	font-style:normal; font-size:14px; color:#FFFFFF;

	width:200px; margin-right:20px; margin-left:10px;

}

.banco {

	background-color: #006699;

	font-style:normal; font-size:14px; color:#FFFFFF;

	width:200px; margin-right:20px; margin-left:10px;

}

.lugar_pago {

	background-color: #006699;

	font-style:normal; font-size:14px; color:#FFFFFF;

	width:200px; margin-right:20px; margin-left:10px;

}

.total_remu {

	background-color: #006699;

	font-style:normal; font-size:14px; color:#FFFFFF;

	width:140px; margin-right:20px; margin-left:10px;

}

.anio {

	background-color: #006699;

	font-style:normal; font-size:14px; color:#FFFFFF;

	width:100px; margin-right:20px; margin-left:10px;

}

.total_emp {

	background-color: #006699;

	font-style:normal; font-size:14px; color:#FFFFFF;

	width:70px; margin-right:20px; margin-left:10px;

}

.boton_enviar{
  font-size: 12pt;
  background-color: #056399;
  padding: 10px;
  color: #FFF;
  letter-spacing: 1px; 
  border-radius: 25px;
  cursor: pointer;
  margin: 15px auto; 
}

.boton_regresar{
  font-size: 12pt;
  background-color: #056399;
  padding: 5px;
  color: #FFF;
  letter-spacing: 1px; 
  border-radius: 25px;
  cursor: pointer;
  margin: 15px auto; 
}






#contacto form {
			width: 330px; height: 33px;
			background: #ECEBEB url(../images/search.gif) no-repeat center;
			padding: 1px 0 0 0;
			margin-bottom: 10px;
		}
		#contacto form input {
			float: left;
			border: 0;
			width: 292px;
			font-size: 1.2em;
			font-family: Verdana;
			margin: 4px 4px 8px 10px;
		}
		#contacto form button {
			float: right;
			width: 68px; height: 32px;
			font-size: 0.8em;
			font-family: Verdana;
			font-weight: bold;
			color: #ffffff;
			border: 0;
			background-color: transparent;
			text-transform: uppercase;
		}

.contacto{
	border: 1px solid #CED5D7;
	border-radius: 6px;
	padding: 15px 15px 10px;
	margin-top: 10px;
	box-shadow: 0px 5px 10px #B5C1C5, 0 0 0 10px #EEF5F7 inset;
	background-color: #FFFFFF;
}
.contacto label{
	display: block; 
	font-weight: bold;
}
.contacto div{
	margin-bottom: 5px;
}
.contacto input[type='text'], .contacto textarea{
	padding: 7px 6px;
	width: 400px;
	border: 1px solid #CED5D7;
	resize: none;
	box-shadow:0 0 0 3px #EEF5F7;
	margin: 5px 0;
}
.contacto input[type='text']:focus, .contacto textarea:focus{
	outline: none;
	box-shadow:0 0 0 3px #dde9ec;
}
.contacto input[type='submit']{
	border: 1px solid #CED5D7;
	box-shadow:0 0 0 3px #EEF5F7;
	padding: 8px 16px;
	border-radius: 20px;
	font-weight: bold;
	text-shadow: 1px 1px 0px white;
	
	background: #e4f1f6; 
	background: -moz-linear-gradient(top, #e4f1f6 0%, #cfe6ef 100%);
	background: -webkit-linear-gradient(top, #e4f1f6 0%,#cfe6ef 100%); 
}
.contacto input[type='submit']:hover{
	background: #edfcff; 
	background: -moz-linear-gradient(top, #edfcff 0%, #cfe6ef 100%);
	background: -webkit-linear-gradient(top, #edfcff 0%,#cfe6ef 100%); 
}

.contacto input[type='submit']:active{
	background: #cfe6ef; 
	background: -moz-linear-gradient(top, #cfe6ef 0%, #edfcff 100%);
	background: -webkit-linear-gradient(top, #cfe6ef 0%,#edfcff 100%);
}
.error{
	background-color: #BC1010;
	padding: 6px 12px;
	border-radius: 4px;
	color: white;
	font-weight: bold;
	margin-left: 16px;
	margin-top: 6px;
	position: absolute;
}
.error:before{
	content: '';
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #BC1010;
    border-left: 8px solid transparent;
    left: -16px;
    position: absolute;
    top: 5px;
}
