*{
	margin: 0px;
	padding: 0px;
	
	justify-content:center;
}
html{
	background: #ccc;
}
.usuario{
	position: absolute;
	margin-left: 550px;
	margin-top: -22px;
	color: #fff;
	font-family: arial;
	font-weight: normal;
	font-size: 15px;
	min-width: 370px; 

}
input:hover{
	border: 1px solid blue;
}
select:hover{
	border: 1px solid blue;
}
.contenedor_general{
	background: #fff;
	width: 1002px;
	margin:auto;
	height:auto;
	border-left: 2px solid #ccc;
	min-height: auto;
	border: 1px solid #0088cc;
}
.h_2{
	background: #424242;
	color:#fff;
	margin-top: 2px;

	width: 980px;
	/*margin: 1%;*/
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 20px;
	border-bottom: 2px solid orange;
	border-right: 2px solid grey;
	box-shadow: 1px 1px 3px #000;
	margin-left: 0px;
	font-family: batang, arial;
	margin-bottom: 0px;
}
.header{
	margin-left: 1%;
	width: 1000px;
	height: 90px;
	background-image: url('../img/degradados/degradado66.jpg');
	border-top:2px solid rgba(0,0,0,.5);
	border-bottom:3px solid grey;
	padding:1px;
	margin:auto;
	margin-top: 3px;
}
span.fuente_encabezado{
	font-family: arial;
	display: block;
	width: 700px;
	position: absolute;
	padding-top: 20px;
	margin-left: 65px;

	font-size: 40px;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
}
div.footer{
	width: 92%;
 	height: 4%;
 	bottom: 0;
 	min-width: 500px;
 	margin-left: 4%;

 	position: relative;
 	/*background-color: rgba(0,0,0,.65);color: #fff;font-family: apajarita;*/
 	color: #808b96;
 	font-family: verdana;
 	text-align: center;
 	font-size: 90%;
 	
 	padding-top: 3px;
 	padding-left: 1%;
 	border-top: 2px solid rgba(255,128,0,.7);
 	border-top-left-radius:50px;
 	border-top-right-radius:50px;
 }
  span.texto1_footer{
 	color: orange;
 	font-size: 120%;
 }
div.texto_chico{
	margin-top: 64px;
	margin-left: 600px;
	position: absolute;
	display: block;
	overflow: hidden;
	padding:2px 5px 2px 19px;
	font-size: 18px;
	color: #fff;
	background: #000;
	width: 220px;
	
	
}
.para_imagen{
	width: 900px;
	height: 70%;
	/*background-image: url('../img/degradados/siluetasedit22.png');*/
	background-size: cover;

	position: absolute;

	margin-top:-20px;
	margin-left: 50px;
}
.contenedor_principal{
	margin-left: 1.5%;
    position: relative;
    width: 97%;
    height: auto;
    border: 1px solid #0088cc;
    min-height: 70%;
    margin-bottom: 25px;
    margin-right: 1%;
}
.casilleros{
	margin-left: 5px;
	padding: 5px;
	width: 50px;

}
.margen_izq{
	position: relative;
	margin-top: 25px;
	margin-left: 25px;
}
.marco_arriba{
	margin-top: 3px;
	margin-left: 2px;
	margin-right: 2px;
	background:#2e86c1;
	width: 965px;
	height: 30px;
	color: #fff;
}
.titulo_encab{
	position: absolute;
	margin-top: 5px;
	margin-left: 10px;
	font-size: 14px;
	font-family: verdana;
	font-weight: bold;
		
}

.estilo-hr{
    border: 0;
    width: 500px; 
    height: 2px; 
    background-image: linear-gradient(to right, rgba(0,128,255,0.75),rgba(0,0,0,0));
    margin-bottom: 25px;
    padding: 0.7px;
}
.ubicar_titulo{
	margin-top: 20px;
	margin-left: 25px;
}
.info_imp{
	font-family: verdana;
	font-size: 90%;
}
.filasA{
	font-family: verdana;
	font-size: 80%;
	padding-top: 2px;
	text-align: right;
}
.filas{
	text-align: center;
	padding-top: 5px;
	width: 98%;
}
.encabezado_tablas{
	padding: 15px 0px 15px 0px;
	margin-bottom: 10px;
	background:  #2471a3;
	font-family: verdana;
	font-size: 90%;
	color:#fff;

}

.botones_estilo{
    font-size: 12px;
    border: 1px solid #0088cc;
    background: #2e86c1;
    width: 150px;
    height: 25px; 
    color: #FFFFFF !important;
    padding: 3px;
    font-weight: bold;
    border-radius: 3px;
    position: relative;
    margin:20px 10px 15px 10px !important;
    box-shadow: 2px 2px 1px #aaaaaa; 


}
.botones_estilo_cancelar{
    font-size: 12px;
    border: 1px solid #0088cc;
    background: #2e86c1;
    width: 150px;
    height: 25px; 
    color: #FFFFFF !important;
    padding: 3px;
    font-weight: bold;
    border-radius: 3px;
    position: relative;
    margin:40px 5px 40px 0px;
}
p{
	margin-top: 15px;
	margin-left: 25px;
	margin-bottom: 15px;
	font-family: verdana;
	font-size: 90%;
	font-weight: bold;
	padding: -15px;
}

p input{
	padding: 5px;
	font-family: verdana;
	font-size: 80%;
	font-weight: bold;
	width: 200px;
	text-align: center;
	border: 1px solid   #7f8c8d;
}

.contenedor_fecha{
	position: relative;
	margin-top: 20px;
	border: 1px solid #2471a3;
	height: auto;
	width: 963px;
	margin-left: 2px;


}
table {
	min-width: 70%;
	margin-bottom: 40px;
}

.formato_datos{
}

.formato_col{
	background: #abebc6;
	text-align: center;
}

.formato_col_sub{
	background: #f7dc6f ;
	text-align: center;
}

.estilo-hr{
	margin-bottom: 10px !important;
}

.fecha_rendicion{
	position:fixed;
    width:18.6%;
    height:auto;
    background-color:#2471a3;
    left:67%;
    top:57.5%;
    font-size: 90%;
    font-family: verdana;
    padding: 5px 0px 4px 3px;
    text-align: center;
    color:#fff;
    font-weight: bold;
    border-bottom: 2px solid orange;
    box-shadow: 8px 8px 5px #aaaaaa;
}

.pos_boton_volver{
	margin-left: 13%;
}

.columna_acciones{
	font-size: 50px;
	background: #ccc;
	padding: 3px;
	border-right: 1px solid grey;
}

.boton_editar_rendicion{
	width: 95%;
	background:#14A0F9E6;
	color: #fff;
	font-family: verdana;
	border-radius: 6px;
	border:1px solid grey;
	padding: 2px 4px 2px 4px;
	font-weight: bold;
	font-size: 100%;
}

}