/*----------------Contenido-----------*/

.content{
    width: 70%;
    margin: auto;
    text-align: center;
}


#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
}

#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;
}

/*-----------------------------------------------------------
 Login
 -----------------------------------------------------------*/


/*-----------------------------------------------------------
 * 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: "Arial";
	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%); 
	background: linear-gradient(to bottom, #45484d 0%,#000000 100%); 
	color: white;
	border: 1px black solid;
	padding: 10px;
	height: 40px;
	cursor: pointer;
}

#botonSalir {
	background: #ffffff; 
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); 
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); 
	background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); 
	background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); 
	background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%); 
	padding: 5px;
	font-size: 0.8em;
	font-weight: bolder;
	width: 64px;
	height: 30px;
	color: #064B72;
}

#buscarCodigo, .botonAdmin{
	background: #ffffff; 
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); 
	background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); 
	background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); 
	background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%); 
	padding: 2px;
	font-size: 0.75em;
	font-weight: bold;
	width: 64px;
	height: 25px;
	color: #064B72;
}
*/
.bodyplan {
  font: 0.85em/1.2em Verdana, Helvetica, sans-serif;
  background: black url("../imgb/ejec_plan/fondo.png");
  background-size: 120%;
  background-position: center;
  position: relative;
  margin: 0;
  padding: 0;
  color: #000;
  padding-top: 20px;
}

/*---------------------------------------------------------------*/

/*-------------html------------*/
* {
    margin: 0px;
    margin-bottom: 0px;
    font-family: Arial, Helvetica, sans-serif;
}
/*--------Menú derecho---------*/
nav > div > ul > li {
    background: #990000; 
    width: 250px; 
    height: 40px; 
    margin-left: 20px
}

nav > div > ul > li > a > img {
    margin-left: -40px; 
    margin-right: 40px;
}

.logo_Ejecutor_Plan {
    margin-left: 17px;
    margin-bottom:30px;
}

nav > div > ul > li > a {
    font-size: 15px;
}

/*----------------Colmena-----------*/


#franja1 {
   margin-top: -71px;
   margin-left: 250px;
}

.ico{
    margin: 140 auto;
    margin-bottom:70px;
    min-height: 63%;
}

.ico > center > #franja > a {
    text-decoration:none
}

.ico > center > #franja1 > a {
    text-decoration:none
}

p {
    margin: 15px;
}