* {
font-family: 'Dosis', sans-serif;
/*font-size:18px;*/
}

.clear {
	display: block;
	clear: both;
	font-size: 1px;
	height: 1px;
}

a, a * {
	cursor: pointer;
	text-decoration: none !important;
}

html, body {
	top: 0px;
	left: 0px;
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

body {
	display: none;
}

#bodyContent {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 0;
	background-color: #FFFFFF;
    min-height: 100%;
    background-image: url(./bg.jpg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#block_window {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
	z-index: 1500;
	/*filter: alpha(opacity = 40);
	opacity: .40;*/
}

.all {
	display: block;
	margin: 0 auto;
	height: 100%;
	background-color:rgba(0,0,0,0)
}

.all_plugin .contenido_corto {
	position: relative;
	top: 50px;
	left: 0px;
	float: none;
	margin: 0px 2% 10px 250px;
	display: block;
	min-height: 350px;
	background-color:rgba(0,0,0,0)
}

#block_window_loader {
	top: 50%;
	left: 50%;
	position: absolute;
	width: 50px;
	height: 50px;
	overflow: hidden;
	z-index: 2000;
	/*border: 1px solid #ddd;*/
	background-color:#fff;
	background-image: url(../images/cmp/ajax-loader.gif);
	background-position: center;
	background-repeat: no-repeat;
	margin-left: -60px;
	margin-top: -60px;
	display: none;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	/*filter: alpha(opacity = 40);
	opacity: .40;*/
}

.tb-md {
	margin: 0 0 10px;
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #ccc;
	background: #f7f7f7 /* url(../images/bg-05.jpg) 0 0 repeat-x*/;
}

.tb-md>tr>td, .tb-md>tr>th {
	padding: 5px;
	margin: 0;
}

.tb-md .tittle td, .tb-md .tittle th {
	border: solid 1px #060
}

/* ------------------------------------------ ESTILOS PARA REGISTRO*/
.register-page .panel,.register-page .panel-heading,.register-page .panel-body{
	border:0;
	border-color:transparent;
	background:transparent;	
	box-shadow:none;
}
.register-page .panel-heading{
	text-align:center;
	text-transform: uppercase;
}
.registro {
/*	padding: 3px 1%;
	width: 90%;*/
	display: block;
	margin: 0;
	vertical-align: top;
}

.registro2 {
	padding: 3px 1%;
	width: 90%;
	display: block;
	margin: 0;
	vertical-align: top;
}

.registro p.parrafo_, .pbox p.parrafo_ {
	height: 22px;
	font-size: 11px;
	line-height: 22px;
	padding: 0px 2px;
}

.registro2 p.parrafo_, .pbox p.parrafo_ {
	height: 22px;
	font-size: 11px;
	line-height: 22px;
	padding: 0px 2px;
}

.pbox_table {
	width: 100%;
	border:solid 1px #00f;
}

.pbox_table_valor registro2 {
	min-width: 900px;

}

.pbox_table_item {
	width: 30%;
	vertical-align: top;
	padding: 6px;
	border:solid 1px #fc0;
}

.registro_item {
	display: block;
	margin: 2px;
	text-align: right;
	border:solid 1px #0f0;
}

.registro2_item {
	display: block;
	margin: 2px;
	text-align: right;
}

.registro_valor {
	margin: 2px;
	display: block;
	margin: 0px;
}

.registro_td1, registro_td2 {
	
}

.registro2_td1, registro2_td2 {
	
}

.bloque_pestanas_contenido .registro {
	display: block;
	width: 99%;
	padding: 2px 0;
}

.bloque_pestanas_contenido .registro2 {
	display: block;
	width: 99%;
	padding: 2px 0;
}

.bloque_pestanas_contenido .registro label, .bloque_pestanas_contenido .registro .registro_valor
	{
	width: 38%;
}

.bloque_pestanas_contenido .registro2 label, .bloque_pestanas_contenido .registro2 .registro2_valor
	{
	width: 38%;
}

.bloque_pestanas_contenido .registro .registro_valor {
	width: 58%;
}

.bloque_pestanas_contenido .registro2 .registro2_valor {
	width: 58%;
}
/* -------------------------------------- ESTILOS PARA TABLA */
/*
table.stabla {
	width: 90%;
	margin: 20px 0px 20px 5%;
}

table.stabla tr {
	border-collapse: collapse;;
	border-spacing: 0px;
	border: 0px;
}

table.stabla td {
	border-collapse: collapse;;
	border-spacing: 0px;
	border: 0px;
}

table.tabla {
	top: 0px;
	left: 0px;
	background-color: #fff;
	width: 100%;
	margin: 1.2em 0px;
	border-collapse: collapse;
	border: solid 1px #ccc;
	/*-moz-box-shadow: 0 2px 1px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,.4);
	box-shadow: 0 2px 1px rgba(0,0,0,.4);*/
}

.tabla_borde .tabla_borde {
}
*/
/* */
.tabla_borde,.table-responsive {
	width: 100%;
	margin: 20px 0 !important;
}
.table-responsive table.table {
	margin:0;
    border-bottom: solid 1px #5b5b5b;
}
table.table{
	background-color:#fff;
	margin-bottom: 0px;
}
table.table td{
	font-size:12px;
	text-align: inherit;
	padding: 3px;
	/*border: 1px solid #ccc;*/
}

table.tabla .tabla {
	width: 99%;
	margin: 1% .5%;
	background-color: #fcfcfc;
}


.table .tabla_encabezado td,.table .tabla_encabezado th, table.table thead td, table.table thead th {
	background: #5b5b5b;	
	color: #ccc;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, .1)!important;
	border: none;
	border-collapse: collapse;
	cursor: default;
	font-family: inherit;
	font-weight: 300;
	color: #fff;
	font-size:11px;
	padding: 15px 6px 6px;
	vertical-align: middle;
	text-transform: uppercase;
}
table.table td p,table.table th p {
	margin:1px 0;
}
table.table table.table thead th,table.table table.table thead td{
    background: #709697;
    padding: 4px;	
}
.celda {
	display: block;
	height: 20px;
	margin: 0;
	overflow: hidden;
	padding: 0px;
}

.tabla_encabezado .celda {
	/*font: bold 10px/17px Verdana, Geneva, sans-serif;
	text-transform: uppercase;*/
	
}

.tabla_fila_error {
	background-color: rgba(255, 222, 210, 0.39);	
	cursor: pointer;
	color: #b72929;
}

.tabla_fila {
	background-color: white;
	cursor: pointer;
	color: #333;
	font-size: 12px;
}

.tabla_fila img, .tabla_fila_over img {
	height: 20px;
	margin: 0px 5px;
}

.tabla_fila_over {
	background-color: rgba(232, 232, 232, 0.5);
	outline: none;
	cursor: pointer;
	/*border-bottom: 1px dotted #87C11F;
	color: #333333;
	padding: 3px;*/
}

.tabla_fila .row-btn, .tabla_fila_over .row-btn {
	margin: 0px;
	padding:0px;
	border: 0px;
}

.tabla td, .tabla_fila td, .tabla_fila_over td {
	padding: 4px 4px;
	vertical-align: middle!important;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
}


.tabla_fila_rowspan {
	vertical-align: middle !important;
	text-align: center;
}

.tabla .btn {
	font-size: 12px;
	padding: 4px 10px;
	text-indent: -2px;
}

/* ------------------------------------------ ESTILOS PARA PAGINACION ---- */
.paginacion {
	text-align: center;
	font: normal normal bold 11px/1.4em Tahoma, Geneva, sans-serif;
	background-color: transparent;
	background-repeat: repeat-x;
	width: 100%;
	height: auto;
	border-top: 0px;
	margin-bottom: 10px;
}

.paginacion p {
	display: block;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #006600;
}

.tabla_paginacion {
	margin-left: auto;
	margin-right: auto;
}

.tabla_paginacion tr {
	border: 0px !important;
	padding: 0px !important;
}

.tabla_paginacion td {
	border: 0px !important;
	padding: 0px !important;
}

.tabla_paginacion img {
	margin-top: 4px;
}

/* -------------------------------------------ESTILOS PARA VENTANA */
.bloqueo_ventana {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index: 1000;
}

.bloqueo_ventana_fondo {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	/*filter: alpha(opacity = 60);
	opacity: .60;*/
}

.bloqueo_ventana_base {
    position: absolute;
    top: 30px;
    left: 50%;
    margin: 0px;
    margin-left: -25%;
    width: 50%;
    min-height: 200px;
    /* border: 1px solid #ccc; */
    background-color: #fff;
    padding: 0px;
	border-radius: 6px;
}

.ventana_titulo {
    /* top: 0px; */
    /* left: 0px; */
    position: relative;
    cursor: default;
    background:#709697;
    border: 1px solid #709697;
    color: #fff;
}

.ventana_titulo h1 {
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 13px;
    padding: 0px;
    margin: 0;
    cursor: default;
    background-position: bottom left;
}

.contenido_ventana {
    /* background-color: #fff; */
    padding: 15px;
    position: relative;
    /* top: 0px; */
    /* left: 0px; */
    /* width: auto; */
    border: none;
    border-radius: 6px;
}

/* ------------------------------------- ESTILOS PARA PESTA?AS */
.bloque_pestanas_area {
	display: block;
	height: auto;
	clear: both;
}

.bloque_pestanas_titulos_area {
	top: 0px;
	left: 0px;
	position: relative;
	display: block; #
	float: left;
	width: 100%;
	height: 50px;
	/*background: #efefef;*/
	padding: 0 1%;
	margin: 0;
	border-bottom: solid 1px #888;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.bloque_pestanas_pestana, .bloque_pestanas_pestana_over {
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	float: left;
	width: auto;
	height: 40px;
	cursor: pointer;
	padding: 0;
	margin: 10px 3px -1px;
	border: solid 1px #ccc;
	border-bottom: none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.bloque_pestanas_pestana {
	
}

.bloque_pestanas_pestana div, .bloque_pestanas_pestana:hover div {
	display: block;
	color: #666;
	font: normal normal bold 13px/1.3em Tahoma, Geneva, sans-serif;
	margin: 0;
    padding: 12px 8px;
    font-size: 11px;
    font-weight: normal;
}

.bloque_pestanas_pestana_over div, .bloque_pestanas_pestana_over:hover div
	{
	display: block;
	color: #242E3A;	
	margin: 0;
    padding: 12px 8px;
    font-size: 11px;
    font-weight: normal;
}

.bloque_pestanas_pestana:hover div, .bloque_pestanas_pestana_over:hover div
	{
	color: #242E3A; /*text-decoration: underline;*/
}

.bloque_pestanas_pestana { /*	border-top: 1px solid #4691CA;*/
	/*background: transparent url(../images/back/pestana_over.png) 0 0 repeat-x ;*/
	
}

.bloque_pestanas_pestana_over {
	border: solid 1px #888;
	border-bottom: none;
	/*background: #69A0CC url(../images/componentes/pestana_over.png) 0 0 repeat-x ;*/
	background: #fff;
}

.bloque_pestanas_separador {
	display: block;
	clear: both;
}

.bloque_pestanas_contenido_area {
	display: inline-block;
	width:100%;
	background: #fff;
	padding: 40px 20px;
	border: 1px solid #ccc;
	border-top: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

/* ------------------------------------------- ESTILOS PARA BLOQUE */
td .bloqueestilo_ .bloqueestilo_ {
	display: block;
	width: 98%;
}

.bloqueestilo_base_ayuda {
	width: auto;
	padding-right: 180px;
	background-color: #fff;
}

.bloqueestilo_grupo {
	/*background-color: #f7f7f7;
	border-bottom: dotted 1px #ccc;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;*/
	
}

.bloqueestilo_grupo .bloqueestilo_grupo {
	background-color: #fcfcfc;
	border-bottom: dotted 1px #ccc;
	width: 92%;
	margin-left: 4%;
}

.bloqueestilo_grupo .bloqueestilo_grupo .bloqueestilo_grupo {
	background-color: #f7f7f7;
}

.bloqueestilo_grupo .bloqueestilo_grupo .bloqueestilo_grupo .bloqueestilo_grupo
	{
	background-color: #fcfcfc;
}

.bloqueestilo_grupo .bloqueestilo_grupo .bloqueestilo_grupo .bloqueestilo_grupo .bloqueestilo_grupo
	{
	background-color: #f7f7f7;
}

.bloqueestilo_grupo:hover {
	/* background-image: url("../images/back/backbloquegrupo.png");
border-right: 2px solid #054F05;*/
	
}

.bloqueestilo_grupo h2 {
	font-family: inherit;
	font-weight: 400;
	font-size: 1em;
	margin: 0px 0px 10px 0px;
	padding: 3px 20px;
	background: #384656;
	color: white;
	text-transform: capitalize;
	font-weight: bold;
	border: 1px solid #ccc;
	border-bottom: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/* ------------------------------------------ ESTILOS PARA LOS INPUTS */
.ocultable_oculto, .ocultable_link { /* border:solid 1px #0f0;*/
	padding: 2px 5px;
}

.ocultable_link {
	width: 120px;
	-ms-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	border: solid 1px #060;
	display: inline-block;
	background-color: white;
	text-align: center;
	/*text-shadow: 0 1px 1px #ccc !important;*/
}

.ocultable_link:hover {
	background-color: #deecb3;
}

.cajatexto {
	padding: 3px;
	width: 90%;
}

.control-input {
	
}

.registro label.control-label {
	width: 30%;
}

.registro .control-input {
	width: 70%;
}

#area_resumen label.control-label {
	width: 70%;
}

#area_resumen .control-input {
	width: 30%;
}

input.put, select.put {
	/*background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  font: 12px/12px "Trebuchet MS",Arial,Helvetica,sans-serif;
  padding: 10px;*/
	
}

textarea.put {
	/*width: 90%;
	background: #fff;
	font: normal normal normal 11px/20px "Trebuchet MS", Arial, Helvetica,
		sans-serif;
	border: solid 1px #ccc;*/
	
}

.cajachequeo_area {
	display: inline-block;
}

input.cajachequeo {
	margin-right: 5px !important;
}

.cajachequeo_area input {
	margin-right: 5px;
}

.cajachequeo2_false, .cajachequeo2_true {
	display: inline-block;
	height: 19px;
	width: 21px;
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
}

.cajachequeo2_false {
	background-image: url("../images/componentes/checkbox.png");
}

.cajachequeo2_true {
	background-image: url("../images/componentes/checkbox_over.png");
}
/*
.area_botones {
	padding: 10px;
	text-align: center;
	clear:both;
}

.area_botones h2 {
	font-size: 14px;
}

.boton {
	display: inline-block;
	margin: 2px;
	padding: 4px 15px;
	background: #384656 url(../images/menu/bg-menu.jpg) 2px 0 repeat-x;
	text-align: center;
	color: #fff;
font: normal normal bold 12px/14px "Trebuchet MS", Arial, Helvetica,
		sans-serif;
	-ms-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	min-width: 90px;
}

.tabla .tabla .boton {
	min-width: 80px !important;
	width: 80px;
}

a.boton:hover {
	background: #689D1B;
	color: #fff;
	text-decoration: none;
}
*/
.btn {
    margin-right: 4px;
    margin-left: 4px;
    text-transform: uppercase;
}
.btn-xs, .btn-group-xs > .btn,table.table td .btn,table.table td .btn {
    padding: 2px 8px;
    font-size: 12px;
    border-radius: 2px;
    min-height: 24px;
    text-align: center;
    display: inline-block;
    margin: 2px;    
}
.btn-xs .fa{
	font-size:14px;
    position: relative;
    /*left: -2px;
    top: 1px;*/	
}
.btn-default, a.icono24_volver {
	text-shadow: 0 1px 0 #fff;
	background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
	background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff),
		to(#e0e0e0));
	background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',
		endColorstr='#ffe0e0e0', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
	background-repeat: repeat-x;
	border-color: #dbdbdb;
	color: #333;
}

.btn-default:hover, a.icono24_volver:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
	background-color: #e0e0e0;
	background-position: 0;
}

.btn-primary, a.icono24_crear {
	
	/*background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
	background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7),
		to(#265a88));
	background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7',
		endColorstr='#ff265a88', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
	background-repeat: repeat-x;
	border-color: #245580;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px
		rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px
		rgba(0, 0, 0, .075);*/
	color: #fff;
	text-transform:uppercase;
	border-color: #245580;
	background:#245580;
}

.btn-primary:hover, a.icono24_crear:hover {
	color: #fff!important;
	border-color: #204d74!important;
	background-color: #214A7C!important;
}

.btn-danger, a.icono24_cancelar, a.icono24_eliminar {
	/*background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
	background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f),
		to(#c12e2a));
	background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',
		endColorstr='#ffc12e2a', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
	background-repeat: repeat-x;
	border-color: #b92c28;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px
		rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px
		rgba(0, 0, 0, .075);*/
		
	color: #fff;
	text-transform:uppercase;
	border-color: #245580;
	background:#0C1B2D;
}

.btn-danger:hover,.btn-danger:focus, a.icono24_cancelar:hover, a.icono24_eliminar:hover  {
	/*color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
	background-color: #c12e2a;
	background-position: 0 -15px;*/
	background-position: 0!important;;
	color: #fff!important;
	border-color: #204d74!important;
	background-color: #214A7C!important;
}

.btn-info {
	background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
	background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de),
		to(#2aabd2));
	background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',
		endColorstr='#ff2aabd2', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
	background-repeat: repeat-x;
	border-color: #28a4c9;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px
		rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px
		rgba(0, 0, 0, .075);
	color: #fff;
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
	background-color: #2aabd2;
	background-position: 0 -15px;
}

.btn-warning {
	background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
	background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e),
		to(#eb9316));
	background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',
		endColorstr='#ffeb9316', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
	background-repeat: repeat-x;
	border-color: #e38d13;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px
		rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px
		rgba(0, 0, 0, .075);
	color: #fff;
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
	background-color: #eb9316;
	background-position: 0 -15px;
}

.btn-success {
	color: #fff;
	text-transform:uppercase;
	border-color: #709697;
	background:#709697;
}

.btn-success:hover {
	color: #fff!important;
	border-color: #A0B9BAimportant;
	background-color:#A0B9BA!important;
	background-position: 0;
}

.btn-primary,.btn-success,.btn-info,.btn-danger,.btn-warning, .btn-default{
	
}

a.icono24_pdf, a.icono24_pdf:hover, a.icono24_xls, a.icono24_xls:hover {
	display: block-inline;
	float: none;
	width: 32px !important;
	height: 32px !important;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	-ms-border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 0 0 0px #888;
	-webkit-box-shadow: 0 0 0px #888;
	box-shadow: 0 0 0px #888;
	margin: 3px 0px 0px 5px;
}

a.icono24_pdf, a.icono24_pdf:hover {
	background-image: url("../images/tipoarchivo/pdf.png");
}

a.icono24_xls, a.icono24_xls:hover {
	background-image: url("../images/tipoarchivo/xls.png");
}

a.icono24_pdf span, a.icono24_pdf:hover span, a.icono24_xls span, a.icono24_xls:hover span
	{
	display: none;
}
/*
.area_botones_login {
	position: relative;
	margin: 10px auto;
	text-align: center;
	top: 0px;
	left: 30px;
}

.area_botones_barra {
	position: relative;
	margin: 10px auto;
	text-align: right;
	top: 0px;
}
*/
.parrafo_resaltado {
	/*margin: 10px 0;
	padding: 8px 5px 8px 50px;
	font: normal normal normal 11px/1.4em Tahoma, Geneva, sans-serif;
	background-image: url(../images/general/bg-mesg2.gif);
	background-position: 10px 6px;
	background-repeat: no-repeat;
	text-align: left;
	color: #000;
	background-color: #fff;
	border: dashed 1px #ddd;
	-ms-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;*/
	padding: 10px 15px !important;
	margin: 15px !important;
	text-align: inherit;
	border-radius: 4px;
	border: none;
}

.parrafo_resaltado b {
	font-weight: bold;
	font-size: 12px;
}

.mesg2 {
	width: 50%;
	margin: 10px 0px 10px 25%;
	padding: 5px;
	font: normal normal normal 11px/1.4em Tahoma, Geneva, sans-serif;
	background-image: url(../images/general/bg-mesg2.gif);
	background-position: 6px 7px;
	background-repeat: no-repeat;
	text-align: left;
	background-color: white;
	border: dashed 1px #efefef;
}

.mesg2 p {
	width: auto;
	margin: 0;
	margin-left: 30px;
	padding: 6px 10px;
	background: #f7f7f7;
	color: #000;
}

p.nota {
	font-size: 11px;
}

/* colores y pics */
.
#color40 # {
	background-image: url(../images/general/bg-alert.gif);
}

.
#color40 # p {
	background-color: rgb(248, 233, 239);
	color: red;
}

p .#color40 # {
	background-color: rgb(248, 233, 239);
	background-image: url(../images/general/bg-alert.gif);
	background-position: 3px 2px;
	padding: 6px 6px 6px 35px;
	font-size: 11px;
	min-height: 18px;
	margin: 10px 0;
}

.
#color39 # {
	background-image: url(../images/general/bg-ok.gif);
	background-position: 10px 8px;
	background-repeat: no-repeat;
}

.
#color39 # p {
	background: #BDD8B4;
}

.blue {
	background-color: #ebf1fc;
	border-color: #006699;
	color: #044ebb;
}

.gr1 {
	background-color: #fff;
}

.gr2 {
	background-color: rgb(233, 233, 233);
}

/* ------------------------------------------ ESTILOS PARA EL HEADER */
.header {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 5px 15px 0;
	height: 80px;
	background:#0C1B2D;
	border-top:solid 10px #709697;
}

.header, .footer {
	min-height: 60px;
	padding: 0 15px;
}

}
.col-top {
	height: 150px;
	position: absolute;
	left: 0;
	z-index: 0 !important;
	display: block;
	width: 98%;
	margin: 0 1%;
	padding: 0;
	/*background: url(../images/general/bg-head.gif) 100% 0 no-repeat;*/
	/*background:#fc0 url(../images/general/user.jpg) 360px 5px no-repeat;*/
}

.col-top span {
	
}

.col-top p {
	/*font: normal normal normal 12px/1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	
}

.col-top p.ip {
	height: 15px;
	text-align: right;
	margin: 4px 10px 2px 0;
	overflow: hidden;
	color: #333;
	font-weight: bold;
}

.col-top p.username {
	height: auto;
	text-align: right;
	margin: 0;
	overflow: hidden;
	color: #fff;
	/* font-size: 22px; */
	/* font-weight: bold; */
}

.col-top p.clientname {
	height: auto;
	text-align: right;
	margin: 4px 10px 2px 0;
	overflow: hidden;
	color: #666;
	font-weight: normal;
	font-size: 10px;
}

.col-top .timeout_msg {
	/* height: 15px; */
	text-align: right;
	/* margin: 0; */
	overflow: hidden;
	color: #f00;
	font-size: 10px;
	display: none;
	font-weight: bold;
}

.col-top .last_msg {
	/* height: 15px; */
	text-align: right;
	/* margin: 0; */
	overflow: hidden;
	color: #ccc;
	font-size: 10px;
}

.col-top strong {
	font: normal normal bold 10px/1.2em Tahoma, Geneva, sans-serif;
}

.col-top p.ip strong, .col-top p.date strong, .col-top p.lastv strong {
	display: block;
	text-align: right;
	clear: both;
}

.top-user {
	float: right;
	width: 375px;
	height: 34px;
	padding: 4px 5px 0 40px;
	margin: 35px 0 0 0;
	overflow: hidden;
	background: #666 url(../images/general/bg-top-user.gif) 0 0
		no-repeat;
	-ms-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
}

.top-user p {
	margin-top: 7px;
	width: 300px;
	height: 15px;
	overflow: hidden;
	color: #fff;
}

.top-user p.lastv {
	float: right;
	text-align: right;
	width: 140px;
	font-size: 11px;
}

.col-top p.name {
	
}

.col-top p.cliente {
	
}

.col-top p.cliente b {
	
}

#menu-top {
	display: none;
}

/* ------------------------------------------ ESTILOS PARA EL MENU */
.col-left {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	z-index: 120 !important;
}

#menu {
	display: block;
	height: 40px;
	background-color: #384656;
	border-bottom: 1px solid #384656;
	border-top: 1px solid #384656;
}

#menu .nav {
	position: inherit;
	text-decoration: none;
	list-style: none outside none;
}

.menu_li {
	color: white;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	width: auto;
	height: 38px;
	padding: 0 15px;
	background: transparent;
	cursor: pointer;
	float: left;
	z-index: 120;
	font-size: .9em;
}

.menu_li_hover {
	background: #242E3A;
}

.nav h3 {
	/*font: normal normal normal 12px/12px "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;*/
	font-size: .9em;
	line-height: 1em;
	color: #fff;
	padding: 13px 0px 0px 0px;
	margin: 0px;
}

.nav form {
	display: inline;
}

.menu_li_hover h3 {
	color: white !important;
}

.nav #nav-home, .nav #nav-exit {
	width: 55px;
	padding: 8px 0 0;
	margin: 0;
	text-align: center;
	/* background: url(../images/menu/left.jpg) 0 0 no-repeat; */
	vertical-align: middle;
	align-items: center;
}

.nav #nav-exit {
	/*background: url(../images/menu/exit.jpg) 0 0 no-repeat;*/
	
}

.nav #nav-home.menu_li_hover, .nav #nav-exit.menu_li_hover {
	/*	background: url(../images/menu/left2.jpg) 0 0 no-repeat;*/
	
}

.nav #nav-exit.menu_li_hover {
	/*background: url(../images/menu/exit2.jpg) 0 0 no-repeat;*/
	
}

/* */
nav .navbar-nav.navbar-right {
	margin-right: 0px;
}

.navbar {
	min-height: 30px;
	background: #0C1B2D;
}

.nav .fa {
	font-size: 1.6em;
	line-height: .9em;
	color: #aaa;
	font-weight: normal;
	padding: 4px;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	text-align: center;
	overflow: hidden;
	background: #444;
	vertical-align: middle;
	margin-right: 3px;
}

.nav .fa:hover {
	color: #fff;
}

.nav-perfil p {
	color: #ccc;
	font-size: 11px;
	padding: 1px 15px;
}

.submenu {
	position: absolute;
	top: 38px;
	left: 0px;
	width: 200px;
	height: auto;
	background: #384656;
	border: 1px solid #003300;
	border-top: none;
	z-index: 120;
	display: none;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
}

#submenu_li {
	height: 38px !important;
}

#submenu_submenu {
	top: -18px !important;
}

.submenu .submenu {
	position: relative;
	top: 0px;
	left: 180px;
	width: 200px;
	height: auto;
	background-color: #384656;
	border: 1px solid #003112;
	z-index: 120;
	padding: 2px 0px 0px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.a_submenu {
	display: block; #
	width: 100%;
	color: white !important;
	display: block !important;
	padding: 8px 2px;
	z-index: 120;
	color: white !important;
	font-size: inherit;
	text-transform: lowercase;
	border-top: 1px dotted #111;
}

.a_submenu div {
	margin: 5px;
	color: white !important;
	font-size: .9em;
}

.a_submenu_hover {
	background-color: #242E3A;
	color: #fff !important;
	text-decoration: none;
}

.a_submenu_hover>div {
	text-decoration: none !important;
}

.a_submenu div {
	margin: 0px 5px;
	color: white !important;
	font-size: .9em;
}

/* dropdown button - submenu bootstrap */
.open > .dropdown-menu {
    display: block;
    border-bottom: solid 5px #709697;
    border-radius: 0;
    background: #F1F1F2;
    border-top: 0;
}
.dropdown-menu, .dropdown-submenu {
	background: #F1F1F2;
}

.dropdown-menu li a, .dropdown-submenu li a {
	color: #666;
	font-size: .9em;
    padding: 8px 15px;
    list-style-type: disc;
    list-style: initial;
    list-style-position: inside;
    display: list-item;
    list-style-type: circle;
}

.dropdown-submenu a.dropdown-toggle {
	color:#709697;
	text-transform:uppercase;
    list-style: none;
    font-size: 14px;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background: rgba(0,0,0, .1);
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

@media ( min-width : 768px) {
}

.navbar-nav>li>a {
	padding-top: 8px;
	padding-bottom: 5px;
	line-height: 1.5em;
    text-transform: uppercase;
   	font-size: 16px;
}


/* ------------------------------------------ ESTILOS PARA LA CAJA DE INGRESO */

.componente_clave_ingreso {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px 15px 0px 15px;
}

.componente_clave_ingreso .caja_ingreso {
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	width: 160px;
	min-height: 160px;
	padding: 20px;
	background: #384656 url("../images/cmp/lock.gif") 100% 100% no-repeat;
	/*background-image: url("../images/cmp/fondo-caja.png");
background-repeat: repeat;*/
	border: solid 1px #008131;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	z-index: 20;
}

h3 { 
color: white
}

.componente_clave_ingreso .fondocaja_ingreso { /*width: 260px;
height: 10px;*/
	
}

.componente_clave_ingreso h1, .componente_clave_ingreso h2,
	.componente_clave_ingreso h3, .componente_clave_ingreso h4,
	.componente_clave_ingreso h5, .componente_clave_ingreso h6 {
	color: #fff;
	margin: 0.5em 0;
}

.componente_clave_ingreso h3 {
	font-size: 11px;
}

.componente_clave_ingreso input {
	font-size: 12px;
	line-height: 18px;
	padding: 2px 0 0;
	width: 100%;
	height: 16px;
	/*border: solid 1px #008131;*/
}

.componente_clave_ingreso .caja_selector {
	position: absolute;
	display: none;
	top: 0px;
	left: -40px;
	width: 30px;
	height: 33px;
	background-color: transparent;
	background-image: url("../images/cmp/fondo-selector-caja.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: 22;
}

.componente_clave_ingreso .caja_teclado {
	position: absolute;
	top: 0px;
	left: 100%;
	width: 60px;
	height: 168px;
	z-index: 0;
}

@media ( max-width : 1200px) {
	.componente_clave_ingreso .caja_teclado {
		display: none;
	}
}

.componente_clave_ingreso .contenido_caja_teclado {
	position: relative;
	top: 0px;
	left: 10px;
	background-color: transparent;
	width: 60px;
	height: 168px;
	overflow: hidden;
}

.componente_clave_ingreso .teclado_grafico {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	width: 430px;
	height: 138px;
	background-color: rgba(0, 0, 0, 0.1)
}

.componente_clave_ingreso a.tecla_teclado, .componente_clave_ingreso a.tecla_teclado:hover
	{
	position: absolute;
	display: block;
	width: 28px;
	height: 28px;
	padding: 4px 0;
	color: white;
	background: url(../images/cmp/bg-tcla.gif) 0 0 no-repeat;
	background-position: center center;
	font: normal normal bold 13px/16px Tahoma, Geneva, sans-serif;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.componente_clave_ingreso a.t2 {
	background: url(../images/cmp/bg-tcla-b.gif) 0 0 no-repeat;
	background-position: center center;
}

.componente_clave_ingreso a.tecla_teclado:hover {
	background: #fff;
	background: url(../images/cmp/bg-tcla2.gif) 0 0 no-repeat;
	color: #384656;
	background-position: center center;
}

.componente_clave_ingreso a.t2:hover {
	background: url(../images/cmp/bg-tcla2-b.gif) 0 0 no-repeat;
	background-position: center center;
}

.estilo_nota {
	background-color: #color35 #6CD;
	padding: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.estilo_nota b {
	font-weight: bold;
}


/* ---------------------------------------------- ESTILO PARA EL CONTENIDO */
.contenido {
	padding: 5px 2% 50px 3% !important;
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
}

@media ( min-width : 768px) {
	.contenido {
		/*padding: 5px 5% 50px 5% !important; */
		
	}
}

.menu_plugins {
	background-color: transparent;
}

.menu_plugins>.bloque_plugin {
	padding: 30px 10px 10px 10px !important;
}

@media ( min-width : 768px) {
	.menu_plugins>.bloque_plugin {
		padding: 20px 7% 20% 4% !important;
	}
}

.contenido_principal_titulo_icono {
	/*font: normal normal normal 26px/1.6em "Trebuchet MS", Arial, Helvetica,sans-serif;*/
	padding-left: 20px;
	padding-bottom: 10px;
	margin: 20px 0px 30px;
	color: #709697;
	border-bottom: 1px solid #709697;
	text-transform:uppercase;
	font-size: 26px;
    font-weight: normal;
}
.titulo_reporte{
	display:none;
}
.box-plu {
	margin-bottom: 10px;
	padding: 0 0 10px 0px;
	background-color: #efefef;
	border: 1px solid #428BCA;
	border-radius: 4px;
}

.box-plu h3 {
	color: white;
	/*font: normal normal bold 13px/28px "Trebuchet MS", Arial, Helvetica,sans-serif;*/
	margin: 0;
	padding: 0 10px;
	height: 28px;
	background-color: #428BCA;
	background-image: linear-gradient(to bottom, #428BCA 0%, #357EBD 100%);
	background-repeat: repeat-x;
}

/* ---------------------------------------------- ESTILOS PARA EL FOOTER */
.foot {
	position: relative;
	border-top: 1px solid #ccc;
	display: block;
	width: 100%;
	margin: 0 auto;
	cursor: default;
}

.foot p {
	border-top: 1px solid #fff;
	background: #F1EDED;
	/*font: normal 10px/15px "Trebuchet MS", "Trebuchet MS", Arial, Helvetica,sans-serif;*/
	color: #666;
	text-align: left;
	margin: 0;
	padding: 1px 0px 1px 30px;
	height: 200px;
}

.foot .rl {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 20px;
	width: 100%;
	text-align: right;
	padding: 1px 40px 1px 0px;
}

.foot .rl, .foot .rl * {
	/*font: normal 10px/15px "Trebuchet MS", "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	color: #666;
}

/* ------------------------------------------------------------------------- */
/*.bloque_contenido_base {
	display: block;
	margin: 0;
	padding: 10px 0;
	background-color: #fff; 
}

.bloque_contenido_contenido {
	display: block;
	margin: 0;
	padding: 10px;
	background: #fff;
	min-height: 60px;
}


.bloque_contenido_titulo {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 3px;
	color: #006600;
	border-bottom: 1px dotted #2E822E;
}*/
/*
.bloqueestilo_columna, .bloque_contenido_base, .bloqueestilo_grupo {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #ddd !important;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	text-align: center;
	padding-bottom: 20px;
}

.panel .panel-body .bloqueestilo_grupo {
	border: none !important;
	border-radius: 0px;
	box-shadow: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.bloqueestilo_columna .panel-heading, .bloque_contenido_base .panel-heading,
	.bloqueestilo_grupo .panel-heading {
	color: #333;
	background: #f7f7f7 !important;
	border-color: #ddd;
	border: none !important;
	margin-bottom: 20px;
	text-align: left;
}

.bloqueestilo_columna .form-group, .bloqueestilo_grupo .form-group {
	border:solid 1px #fc0;
}

@media ( min-width : 951px) and (max-width: 1280px) {
	.bloqueestilo_columna .form-group, .bloqueestilo_grupo .form-group {
	}
}

@media ( min-width : 769px) and (max-width: 950px) {
	.bloqueestilo_columna .form-group, .bloqueestilo_grupo .form-group {
		/*width: 80%;*/
	}
}

@media ( min-width : 280px) and (max-width: 768px) {
	.bloqueestilo_columna, .bloque_contenido_base, .bloqueestilo_grupo {
		
	}
	.bloqueestilo_columna .form-group, .bloqueestilo_grupo .form-group {
		display: table;
		width: 100%;
	}
	.bloqueestilo_columna .form-group label.control-label,
		.bloqueestilo_grupo .form-group label.control-label {
		display: table-row;
		text-align: left;
	}
	.bloqueestilo_columna .form-group div.col-xs-12, .bloqueestilo_grupo .form-group div.col-xs-12
		{
		display: table-row;
	}
	.bloqueestilo_columna .form-group, .bloqueestilo_grupo {
		width: 100%;
	}
}

.bloqueestilo_columna .form-group label {
	/*text-align: right;*/
}
*/
.bloque_contenido_titulo, h1.bloque_contenido_titulo {
	padding: 15px;
	margin: 0;
	border-bottom: 2px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-color: #eff2f7;
	font-size: 14px !important;
	font-weight: 300;
	text-transform: uppercase;
}

.bloque_contenido_contenido {
	padding: 20px 3%;
}

.bloque_contenido_contenido p.parrafo_ {
	padding: 5px 0;
	margin: 0 0 5px;
}

.bloqueestilo_extension_none {
	display: block;
	width: auto;
	height: 32px;
	background-image: url("../images/tipoarchivo/none.png");
	background-repeat: no-repeat;
	background-position: top;
}

.bloqueestilo_extension_xls {
	display: block;
	width: auto;
	height: 32px;
	background-image: url("../images/tipoarchivo/xls.png");
	background-repeat: no-repeat;
	background-position: top;
}

.bloqueestilo_formIn {
	display: block;
	width: 24px;
	height: 24px;
	background-image: url("../images/records/formIn.png");
	background-repeat: no-repeat;
	background-position: center;
}

.bloqueestilo_formOut {
	display: block;
	width: 24px;
	height: 24px;
	background-image: url("../images/records/formOut.png");
	background-repeat: no-repeat;
	background-position: center;
}

.bloqueestilo_area_resultado {
	display: block;
	width: auto;
	height: 200px;
	overflow: auto;
	border-bottom: 1px dotted #color19 #CCC;
	background-color: white;
	margin: 3px;
}

.bloqueestilo_resultado, .bloqueestilo_rol {
	background-color: #f1f1f1;
	border: 1px solid #E1E1E1;
	margin: 5px;
	padding: 0px;
	vertical-align: top;
	cursor: pointer;
}

.bloqueestilo_rol {
	width: 60%;
}

.resultado_descripcion {
	margin: 2px 35px;
}

.bloque-rol, .bloque-rol2 {
	display: inline-block;
	height: 65px;
	width: 40%;
	padding: 5px 1%;
	margin: 0.5%;
	vertical-align: top;
	overflow: auto;
}

.bloque-rol h1 {
	height: 35px;
}

.bloque-rol2 {
	background: #f7f7f7;
	border: solid 1px #ccc;
}

.bloqueestilo_resultado_over {
	background-image: url("../images/bloque/bloque_resultado_fondo.jpg");
	border: 1px solid #FFCC66;
}

.bloqueestilo_resultado h1 {
	display: block;
	color: #color10 #333;
	background: url("../images/general/arrow_right.png") no-repeat scroll
		10px 6px transparent;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin: 0px;
	text-indent: 0px;
	cursor: pointer;
	text-indent: 30px;
}

.bloqueestilo_resultado h2 {
	display: block;
	color: #color10 #333;
	background-image: none;
	font-weight: normal;
	font-size: 10px;
	padding: 0px;
	margin: 2px;
	text-indent: 0px;
	cursor: pointer;
}

.none {
	display: none;
}

.inline-block {
	display: inline-block;
}

.terminos_uso {
	margin: 10px;
}

.area_terminos {
	display: block;
	background-color: #e6e5e6;
	border: 1px solid #ccc;
	overflow: auto;
	height: 270px;
	width: 570px;
	margin: 10px;
	padding: 10px;
}

.area_terminos p {
	margin-bottom: 30px;
}

/* ------------------------------------------ */
.w200i {
	display: inline-block;
	width: 200px;
}
.w200 {width: 200px;}
.w190 {width: 190px;}
.w180 {width: 180px;}
.w170 {width: 170px;}
.w160 {width: 160px;}
.w150 {width: 150px;}
.w140 {width: 140px;}
.w130 {width: 130px;}
.w120 {width: 120px;}
.w110 {width: 110px;}
.w100 {width: 100px;}
.w090 {width: 90px;}
.w080 {width: 80px;}
.w070 {width: 70px;}
.w060 {width: 60px;}
.w050 {width: 50px;}
.w040 {width: 40px;}
.w030 {width: 30px;}
.w020 {width: 20px;}
.w10p {width: 10%;}
.w15p {width: 15%;}
.w20p {width: 20%;}
.w25p {width: 25%;}
.w30p {width: 30%;}
.w35p {width: 35%;}
.w40p {width: 40%;}
.w45p {width: 45%;}
.w50p {width: 50%;}
.w55p {width: 55%;}
.w60p {width: 60%;}
.w65p {width: 65%;}
.w70p {width: 60%;}
.w75p {width: 75%;}
.w80p {width: 80%;}
.w85p {width: 85%;}
.w90p {width: 90%;}
.w95p {width: 95%;}
.noimage {
	background-image: none !important;
}

.money {
	text-align: right;
}

.fondo_rojo {
	background-color: red !important;
	color: white !important;
}

/* estilos para la barra de progreso */
.barra-progreso {
	position: relative;
	top: 0px;
	left: 0px;
	width: 206px;
	border: 1px solid #f49e06;
	padding: 0px;
	margin: 5px 0px;
	height: 10px;
	background-color: white;
	font-size: 1px;
}

.barra-progreso-avance {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 1px;
	border: 1px solid #f49e06;
	padding: 1px;
	height: 4px;
	background-color: #f49e06;
	font-size: 1px;
}

.bg_#color40 # {
	background-color: #ffeeee;
	color: red;
}

.bg_#color39 # {
	background-color: #eeffee;
	color: green;
}

optgroup {
	font-weight: bold;
}

optgroup option {
	text-indent: 20px;
}

option {
	padding: 6px 12px;
	font-size: 14px;
}

/* campo fecha */
.date-pick {
	max-width: 100% !important;
	display: inline-block !important;
	margin-right: 5px;
	background-image: url(../images/general/bg-go.png);
	background-position: 98% 50%;
	background-repeat: no-repeat;	
}

.ui-datepicker {
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
}

.ui-datepicker .ui-state-default {
	border-radius: 4px;
}

.ui-datepicker select {
	color: #333 !important;
	border: 1px solid #ccc !important;
	font-size: 12px !important;
	padding: 4px !important;
	height: 26px !important;
	border-radius: 4px;
}
.form-group img.ui-datepicker-trigger,img.ui-datepicker-trigger {
	display:none;
}

/* simple css-based tooltip */
.tooltip {
	background-color: #f1f1f1;
	border: 1px solid #aaa;
	padding: 5px 8px;
	width: 100px;
	display: none;
	color: #333;
	text-align: left;
	font-size: 10px;
	/* outline radius for mozilla/firefox only */
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	z-index: 2000;
}

.ico_ayuda {
	position: absolute;
	background: url(../images/general/help.png);
	width: 19px;
	height: 19px;
	top: 3px;
	right: 15px;
	cursor: pointer;
}

.area_ayuda {
	position: absolute;
	top: 0px;
	right: -180px;
	display: none;
	width: 180px;
	height: auto;
	background-color: #ddd;
	border-bottom: 1px dotted #color19 #CCC;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.inner_area_ayuda {
	margin: 6px;
}

.inner_area_ayuda h1 {
	font-size: 11px;
	color: #333;
	font-weight: bold;
	margin: 2px 0px;
	padding: 0px;
}

#foot_inactive_bar {
	position: absolute;
	top: 4px;
	left: 5px;
	width: 50px;
	height: 5px;
	border: 1px solid #ccc;
	background-color: #fff;
	overflow: hidden;
	display: none;
}

#foot_inactive {
	position: relative;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 8px;
	border: 0px;
	background-color: #384656;
}

.subtitulo_bloque {
	background: #737373;
	width: 98%;
	margin: 0px auto;
	border-bottom: 1px dotted #87C11F;
	color: #fff;
}

.contenido_ventana .bloqueestilo_, .contenido_ventana .bloqueestilo_grupo
	{
	min-height: 170px;
}

.tabla_simple {
	width: 70%;
	margin: 0px auto;
}

.tabla_simple table {
	width: 100%;
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: #ddd;
	border-collapse: separate;
	background-color: white;
}

.tabla_simple table th {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #ddd;
	background-color: white;
}

.tabla_simple table td {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #ddd;
	background-color: white;
}

.rgh {
	text-align: right;
}

.ERR_VALIDAR {
	background-color: #color35 #1F1 !important;
	border: 1px solid #FFAAAA !important;
	color: red !important;
}

.estado {
	min-width: 100px;
}

.intro {
	
}

.intro .bg2 {
	width: 100%;
	height: 300px;
	overflow: hidden;
	margin: 20px 0;
	/*background-image: url(../images/bg2.jpg);
background-position:50% 50%;*/
	background: url(../images/bg2.jpg) no-repeat center 100% fixed;
	/*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}
/* -------------------------------------- ESTILOS NUEVOS RESPONSIVE */

/*----*/

/* logo */
a.logo {
	background: url(../images/general/logo.png) 50% 50% no-repeat;
	font-weight: normal;
	color: #fff;
	text-indent: -3000px;
	width: 250px;
	height: 70px;
	position: absolute;
	top: 5px;
	left: 5px;
	background-size: auto 90%;
}

a.logo:hover, a.logo:focus {
	text-decoration: none;
	outline: none;
}

a.logo span {
	color: #fff;
	/*position: absolute;
	font-size: 11px;
	font-weight: bold;
	top: 35px;
	left: 0px;
	text-align: right;
	width: 220px;
	display:none;*/
}

/* panels */

.panel-primary{
		border-color: #6D7780!important;
}
.panel-primary>.panel-heading {
	color: #fff;
	background: #6D7780 !important;
	border-color: #6D7780;
	border: none !important;
	text-transform: uppercase;
}

.panel-default{
		border-color: #709697!important;
}
.panel-default>.panel-heading {
	color: #fff;
	background: #709697 !important;
	border-color: #709697;
	border: none !important;
	text-transform: uppercase;
    font-size: 17px;
}

.panel-default .panel-title .fa {
	font-size: 20px;
	color: #ccc;
}
.panel-body {
    padding: 30px 15px 25px;
}
.panel .panel-footer{
	text-align:right!important;
}
.btn{
    outline: none!important;	
}
.btn-add{
 position: relative;
    left: -17px;
    width: 28px;
    height: 28px;
    font-size: 13px;
    line-height: .9em;
    padding: 0px;
    margin: 0;
    text-align: center;
    border-radius: 50px;
    outline: none!important;	
}
.btn-add .glyphicon{
	top:0px;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.row-filter {
	border: solid 1px #ccc;
	padding: 5px 8px;
	text-align: left;
	min-height: 25px;
	background-color: #efefef;
	border-radius: 2px;
	margin: 2px 0;
}
.row-filter.transparent{
	border:none;	
	background:transparent;
	min-height:auto;
	padding:0;
	
}
.row-filter h1 {	
    padding: 0px;
    margin: 0 0 5px;
    font-size: 12px;
    font-weight: bold;
    color:rgba(0,0,0,.4);
    text-align:right;    
}
.row-filter .btn {
	display: inline-block !important;
    padding: 2px 20px 2px 8px !important;
    margin: 2px 0;
    font-size: 11px !important;
    width: auto !important;
    vertical-align: text-bottom;
    color: #fff;
    text-shadow: 0 0 0;
    text-align: left;
    position: relative;
}
.row-filter .btn-block{
    width: 100% !important;	
} 
.row-filter .btn .fa {
    position: absolute;
    right: 5px;
    font-size: 1.2em;
    top: 4px;
}
.bar-btn,.row-btn {
	display: block;
	clear: both;
	text-align: center;
	padding: 1em .5em;
}
.row-box{
	margin: 1em 0;
	display: block;
	clear: both;	
}
.list-group-title{
	margin: -10px -15px 10px;
    padding: 4px 0;
}
.text-center {
    text-align: center!important;
}
.text-right {
    text-align: right!important;
}
.text-left {
    text-align: left!important;
}
td.fa-status{
    text-align: center!important; 	
}
td.fa-status .fa {
	font-size:1.6em;
}
td.fa-status .fa-exclamation-triangle {
	color:#c13939;
}
td.fa-status .fa-check-circle {
    color: #349a4e;	
}
/* input select label */
label.control-label, label {
	max-width: 100%;
	font-weight: normal !important;
	font-size: 14px!important;
	text-transform:uppercase;
	line-height: 1.2em;
	padding-top: 4px;
	padding-left: 15px;
}
input.form-control, select.form-control, textarea.form-control{
	font-size:14px!important;
}
.form-group {
	margin-bottom: 3px;
	/*display: -webkit-box;*/
}

.form-control.form-page {
	display: inline-block;
	vertical-align: bottom;
}

.form-control, input, select, textarea {
	border-radius: 2px !important;
	outline: none !important;
}
input[type="checkbox"], input[type="radio"],.checkbox,.radio{
	display:inline-block!important;	
}
.input-space, .input-space .fa{
    background: transparent!important;
    border: none!important;
    color:#fff;
}

/* alerts */
.alert {
	padding: 8px 10px 8px 32px !important;
    margin: 15px auto !important;
    text-align: inherit;
    border-radius: 4px;
    border: none;
    font-size: .9em;
    position: relative;
    max-width:450px;
}

.alert p {
	display: inline;
	padding-left: 10px;
}

.alert-info {
	background:#DAC9A3!important;
	color:#fff;
	font-size: 14px;
}
.alert-info .fa{
	color:#fff;
}
.alert .fa {
    position: absolute;
    left: 5px;
    top: 9px;
    font-size: 1.4em;
    padding: 0 5px;
}

.modal {
	background-color: rgba(0, 0, 0, 0.7);
}


/* pagination */
.pagination>li>a, .pagination>li>span {
	min-height: 34px;
	color: #0C1B2D;
	font-size: 14px;
	line-height: 1.1;
}

.pagination>li>a .fa, .pagination>li>.fa {
	padding-top: 4px;
	color: #0C1B2D;
}

/* modal, pop-up */
.pop-tittle {
    font-size: 17px;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: solid 1px #ccc;
    margin: 1em 0 2.5em 0;
    padding: .6em;
}

.modal-tab {
	
}

.modal-tab .nav-tabs {
	border: none;
	background:#709697;
	margin: -15px !important;
	color: #aaa;
	padding: 0;
}
.modal-header{
	border: none;
    background: #709697;
    color: #fff;
    padding: 5px 15px;
    min-height: 38px;
    text-transform:uppercase;
}
.modal-footer {
    text-align: center;
}
.modal-tab .nav-tabs>li {
	float: none !important;
	margin-bottom: -1px;
	display: inline-block;
	border-radius: 0px !important;
}

.modal-tab .nav-tabs>li>a {
	border: none !important;
	border-radius: 0 !important;
	color: #fff;
	font-size: 13px;
	text-transform:uppercase;
}
.modal-tab .nav-tabs>li.active>a{
	color:#709697;
	background:#fff;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: rgba(0,0,0,.2);
}

.modal-tab .tab-content {
	min-height: 300px;
	vertical-align: middle;
	padding: 1em;
}

.pic-modal-tab {
	margin: 1em auto;
	width: 150px;
	height: 150px;
	text-align: center;
	background: #8EA3C2;
	color: #fff;
	overflow: hidden;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.pic-modal-tab i.fa {
	font-size: 100px;
	line-height: 150px;
	color: #fff;
}

.modal-tab .close {
	cursor: pointer;
	border: solid 3px #709697;
	border-radius: 50%;
	width: 30px !important;
	height: 30px;
	position: absolute;
	right: -15px;
	top: -15px;
	font-size: 1.2em;
	color: #fff;
	text-shadow: 0 0 0 #000000;
	padding: 2px;
	text-align: center;
	background: #709697;
	filter: alpha(opacity = 100);
	opacity: 1;
	outline: none !important;
}

.modal-tab .close:hover, .modal-tab .close:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity = 100);
	opacity: 1;
	outline: none !important;
}

/* */
.form-add, .form-add-2 {
	padding-right: 50px;
	position: relative;
}

.form-add:first-child {
	padding-left: 0;
	padding-right: 5;
}

.form-add:last-child {
	padding-left: 5;
	padding-right: 0;
}

.form-add .btn-add, .form-add-2 .btn-add {
	position: absolute;
	right: -30px;
	top: 0;
	width: 25px;
	height: 25px;
	padding: 5px;
	margin: 3px 0 0;
	border-radius: 50%;
	z-index: 3;
	font-size: 1em;
	line-height: 25px;
	outline: none;
}
/* */
.page-error .header{
	height:120px;
}
.page-error .logo-error{
	display:block;
	margin:10px 0 10px 20px;
	width:250px;
	height:80px;
	background: url(http://gsccash.globalcdb.com/pix/home/logo4.png) 50% 50% no-repeat;
	background-size:250px auto;
}
.row-error{}
.row-error h1{}
.row-error .big-pic{
	background:#709697;
	padding:20px;
	margin:0 auto;
	width:200px;
	height:200px;
	border-radius:100px;
}
.row-error .fa{
	font-size:11.5em;
	color:#fff;
}

.header_area_logo {
    background-color: transparent;
    background-image: url(./logo2.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    background-size: auto;
}

.header_area {
	
    height: 320px;
    padding: 20px 0px;
}

.footer_area {
    /* background-color: rgba(255,255,255,0.2); */
    background-image: url(./footerlogo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 90%;
    bottom: 0;
    color: #ffffff;
    display: block;
    height: 20px;
    padding: 20px;
    position: absolute;
    width: 100%;
}