#innerheader1{
    width:980px; 
    height:156px; 
    top: 5px; 
    position:relative; 
    margin:0px auto; 
    background-position:center top; 
    background-repeat:no-repeat
}

#logo{
    position: absolute;
    top: 35px;
    left:515px;    
    z-index: 3;
}

#logo1{
    
    top: 35px;      
    z-index: 3;
}

#inicio{
    position: absolute; 
    left:370px; 
    top: 35px
}

#consultas{
    position: absolute; 
    left:520px; 
    top: 35px
}

#lista{
    position: absolute; 
    left:670px; 
    top: 35px
}

#acceso{
    position: absolute; 
    left:820px; 
    top: 35px
}

#franja{
    position: absolute;
    background-color: #000000;
    opacity: 0.7;
    margin-top: 30%;
    //margin-bottom: -30%;
    width: 100%;
    height: 200px;
    z-index: 2;
    font-size: 38px;
    color: #000000;
}

#contenedor {
	position: relative;
	width: 100px;
	margin: 0 auto;
	background-color: white;
	min-height: 600px;
	border-radius: 15px;
	box-shadow: 0px 0px 10px black;
	overflow: overlay;
	
}

/*------------------------------------------
 * Tablas
 -----------------------------------------*/

#tabulacion{
	padding: 20px 0 100px 100px;
}
#tabulacion table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #fff;
	margin: 10px 0;
}

#tabulacion table td, #tabulacion table th {
	text-align: left;
	border: 1px solid #555;
	padding: .4em .8em;
}

#tabulacion table th {
	background: #064B72;
	color: white;
	text-transform: uppercase;
	font-weight: 400;
	border: 1px solid #555;
}

#tabulacion table td {
	border: 1px solid #555;
	background: #f4f4f4;
	color: #555;
}

#tabulacion table tr.even td {
	background: #eee;
	border: none;
}

#tabulacion table tr:hover td {
	background: #003CE2;
	color: white;
}

/*------------------------*/

header {
	width: 100%;
	background-color: #5c74b1;
	height: 140px;
	text-align: center;
	border-radius: 15px 15px 0 0;
	
	
}

header img {
	margin-left: 5%;
	float: left;
}

header #panel-usuario {
	padding: 20px 20px 0 0;
	float: right;
	color: #fff;
}

nav {
	width: 180px;
	float: left;
	padding-top: 20px;
}

#principal {
	float: left;
	width: 700px;
	min-height: 400px;
	padding: 40px 40px 80px 40px;
}

#principal-resultados {
	margin: 0 auto;
	width: 800px;
	min-height: 400px;
	padding: 40px 40px 80px 40px;
}

#encabezado-principal img {
	float: left;
	margin-top: -8px;
	margin-right: 10px;
}

#encabezado-principal h1, h1 {
	font-family: "Calibri";
	text-transform: uppercase;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed gray;
}

#principal p {
	margin-bottom: 10px;
	font-weight: bold;
}

footer {
	width: 100%;
	background-color: #212F3D;
	height: 50px;
	position: absolute;
	bottom: 0;
	color: #fff;
	text-align: center;
	font-size: 0.7em;
}
footer1 {
	width: 100%;
	background-color: #212F3D;
	height: 100px;
	position: absolute;
	bottom: 0;
	color: #fff;
	text-align: center;
	font-size: 0.7em;
}

#mensaje {
	margin: 30px auto;
	width: 350px;
	color: black;
	background-color: #F4F4F4;
	border-radius: 10px;
	padding: 20px;
	border: 1px solid #CCC;
}
#mensaje p {
	margin-bottom: 10px;
}
/*-----------------------------------------------------------
 * Formularios
 -----------------------------------------------------------*/
.contenedor-formulario {
	float: left;
	margin: 40px;
	width: 350px;
	color: black;
	background-color: #F4F4F4;
	border-radius: 10px;
	padding: 20px;
	border: 2px solid #CCC;
}

h2 {
	font-family: "Calibri";
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px dashed gray;
}

.error {
	color: red;
}

input, textarea {

	border-radius: 5px;
	font-size: 12pt;
	margin-bottom: 10px;
}

input[type="submit"], input[type="reset"] {
	background: #0066ff; /* Old browsers */
	background: -moz-linear-gradient(top, #0066ff 0%, #003ce2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0066ff), color-stop(100%,#003ce2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0066ff 0%,#003ce2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0066ff 0%,#003ce2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0066ff 0%,#003ce2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0066ff 0%,#003ce2 100%); /* W3C */
	color: white;
	border: 1px #064B72 solid;
	padding: 10px;
	height: 40px;
	cursor: pointer;
}

input[type="submit"].botonOscuro {
	background: #095aa0; /* Old browsers */
	background: -moz-linear-gradient(top, #095aa0 0%, #064b72 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#095aa0), color-stop(100%,#064b72)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #095aa0 0%,#064b72 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #095aa0 0%,#064b72 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #095aa0 0%,#064b72 100%); /* IE10+ */
	background: linear-gradient(to bottom, #095aa0 0%,#064b72 100%); /* W3C */
}

input[type="reset"] {
	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #45484d 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #45484d 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C */
	color: white;
	border: 1px black solid;
	padding: 10px;
	height: 40px;
	cursor: pointer;
}

#botonSalir {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
	padding: 5px;
	font-size: 0.8em;
	font-weight: bolder;
	width: 64px;
	height: 30px;
	color: #064B72;
}

#buscarCodigo, .botonAdmin{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
	padding: 2px;
	font-size: 0.75em;
	font-weight: bold;
	width: 64px;
	height: 25px;
	color: #064B72;
}

body {
  font: 0.85em/1.2em Verdana, Helvetica, sans-serif;
  background: black url("../imgb/fondo.jpg");
  background-size: 120%;
  background-position: center;
  position: relative;
  margin: 0;
  padding: 0;
  color: #000;
  padding-top: 20px;
  opacity: 0.9;
}
