/*====================*/
/*=== Reset Styles ===*/
/*====================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	/*border: 0;*/
	outline: 0;
}

.printOnly {
	display: none;
}

@media print {

	.no-print,
	.no-print * {
		display: none !important;
	}

	.printOnly {
		display: block;
	}
}

#ppal {
	/* background: url('../images/back.jpg') center repeat-y #069;
	background-size: contain;*/
	background-color: #069;
	text-align: center;
}

/* #datos {
	
} */

#logo {
	font-size: 14px;
	padding-top: 22px;
	background-color: #fefefe;
	margin: 15px 20px 0 20px;
	border-radius: 10px 10px 0 0;
}

#pes {
	padding: 10px 10px 5px 10px;
	margin: 0 20px;
	color: #fff;
	background-color: #fefefe;
	font-size: 14px;
}

#fic {
	position: relative;
	margin: 0 20px;
	padding: 0 10px 20px 10px;
	color: #999;
	background-color: #fefefe;
}

#fic .ui-tabs.ui-widget-content {
	border: 1px solid #ccc;
	background: #fff url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;
	color: #222222;
	/*box-shadow: 0 1px 20px rgba(0,0,0,.25);*/
}

#fic .ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #79b7e7;
	background: #fff url(images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #79b7e7;
}

#fic .ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #79b7e7;
	text-decoration: none;
}

#fic .ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 0.5em 1.4em;
	background: none;
}

#listados {
	margin: 0 20px 0 20px;
	padding-bottom: 10px;
	font-size: 11px;
	background-color: #fefefe;
	border-radius: 0 0 10px 10px;
}

#tdatos {
	margin: 0 auto;
}

#pie {
	height: 20px;
	color: #fff;
	background-color: #069;
	padding: 0 0 2px 0;
	text-align: center;
}

#pie a {
	color: #fff;
}

#pie a:hover {
	color: #ccc;
}

#loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 50px;
	margin: 0 auto 0 auto;
	text-align: center;
	z-index: 100;
}

#blogout {
	position: relative;
	top: -30px;
	right: -22px;
	float: right;
	z-index: 100;
	background-color: white;
	border-radius: 50%;
	padding: 4px;
}

@font-face {
	font-family: "Century Gothic";
	src: url("../recursos/fonts/Century Gothic.ttf") format("truetype");
}

@font-face {
	font-family: 'Colaborate-Thin';
	src: url('../recursos/fonts/ColabThi.eot');
	src: local('Colaborate-Thin Regular'), local('Colaborate-Thin'), url('../recursos/fonts/ColabThi.ttf') format('truetype');
}

@font-face {
	font-family: 'Colaborate-Light';
	src: url('../recursos/fonts/ColabLig.eot');
	src: local('ColaborateLightRegular'), local('Colaborate-Light'), url('../recursos/fonts/ColabLig.ttf') format('truetype');
}

a {
	-webkit-transition: color .25s ease-out;
	transition: color .25s ease-out;
}

html,
body {
	font-family: "Circular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	margin: 0;
	padding: 0;
	height: 100vh;
	overflow: hidden;
	background-color: #069;
}

a:link {
	color: #069;
	text-decoration: none
}

a:visited {
	color: #069;
	text-decoration: none
}

a:hover {
	color: #000;
	text-decoration: none
}

a:active {
	color: #069;
	text-decoration: none
}

a.lnk_menu {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a.lnk_menu:hover {
	font-size: 12px;
	color: #000000;
}

a.lnk_ficha {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

a.lnk_ficha:hover {
	font-size: 12px;
	color: #069;
}

a.mm {
	font-size: 10px;
	color: #fff;
}

a.mm:hover {
	font-size: 10px;
	color: #6CF;
}

.Estilo1 {
	color: #000000
}

.Normal {
	font-size: 11px;
	color: #333;
}

.Grande {
	font-size: 2em
}

.Peque {
	font-size: 11px
}

.Mediana {
	font-size: 1.3em
}

#opciones {
	position: absolute;
	top: 6px;
	right: 10px;
	z-index: 999;
	background-color: #fff;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	-khtml-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.opc {
	width: 30px;
	float: right;
}

.opc_lnk {
	margin-top: 5px;
}

IMG,
DIV {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

TD {
	vertical-align: middle;
	font-weight: normal;
	padding: 9px;
	margin: 2px;
}

TH {
	color: #000;
	font-weight: normal;
}

INPUT,
TEXTAREA,
SELECT {
	background-color: #efefef;
	border: 0px solid #ccc;
	color: #069;
	padding: 5px 0 5px 5px;
	text-align: left;
	outline: none;
	/* border: 1px solid #fff; */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

SELECT {
	height: 23px;
}

/*input[type="text"],
input[type="password"],
select {
	-moz-box-shadow   : inset 1px 1px 1px #ccc;
	-webkit-box-shadow: inset 1px 1px 1px #ccc;
	box-shadow        : inset 1px 1px 1px #ccc;
}*/

/* Estilos para tabla listados */
/* Striping */
tr.alternate {
	background-color: #fff;
}

/* Sorting */
.table-sortable {
	cursor: pointer;
	background-image: url("../images/sortable.gif");
	background-color: #E4ECFF;
	background-position: 12px 11px;
	background-repeat: no-repeat;
	padding: 12px 12px 12px 19px;
	border-right: 1px solid #fff;
}

.table-sorted-asc {
	background-image: url("../images/sorted_up.gif");
	background-color: #E4ECFF;
	background-position: 12px 11px;
	background-repeat: no-repeat;
	padding: 12px 12px 12px 19px;
	border-right: 1px solid #fff;
}

.table-sorted-desc {
	background-image: url("../images/sorted_down.gif");
	background-color: #E4ECFF;
	background-position: 12px 11px;
	background-repeat: no-repeat;
	padding: 12px 12px 12px 19px;
	border-right: 1px solid #fff;
}

.for {
	background-color: #fff;
	border: 1px solid #efefef;
	color: #069;
	padding: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

.boton_info {
	background-color: #007BB7;
	font-size: 9px;
	padding: 1px 3px 0 3px;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.boton_cerrar {
	float: right;
	font-family: "Arial Black", Arial, Gadget, sans-serif;
	padding: 2px 5px;
	margin: -11px -10px 0 0;
	font-weight: bold;

}

.boton_info span {
	color: #FFF
}

.elim {
	padding-left: 0;
	padding-right: 0;
}

.cuadro_info {
	display: none;
	position: absolute;
	z-index: 999;
	/* width: 160px; */
	padding: 10px;
	background-color: #E8F1FF;
	/*border:1px solid #5792B0;*/
	color: #069;
	font-size: 10px;
	border-radius: 5px;
	box-shadow: 1px 1px 15px #999;
}

.hidden {
	display: none;
	visibility: hidden;
	opacity: 0;
}

.field-icon {
	float: right;
	margin-right: 48px;
	margin-top: -18px;
	position: relative;
	z-index: 2;
}

.tabInt {
	max-height: 350px;
	overflow-y: auto;
	text-align: center;
}

[id^=tabInt] {
	padding: 0 !important;
}

.ui-datepicker {
	z-index: 1000 !important;
}

#datosg0 {
	text-align: center;
}

#datosg0 table {
	table-layout: fixed;
}

#datosg0 td {
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
}

#datosg0 .b_opera,
#datosg0 .b_mira {
	text-align: center;
}

[id^=tabPes] table {
	table-layout: fixed;
}

[id^=tabPes] td {
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
}

[id^=tabPes] .b_opera,
[id^=tabPes] .b_mira {
	text-align: center;
}

[id^=ficha_int] {
	max-height: 425px;
	overflow-y: auto;
	text-align: center;
}

[id^=ficha_int] table {
	table-layout: fixed;
}

[id^=ficha_int] td {
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
}

.clase_tr {
	text-align: left;
}

.div_estado {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 3px;
}

.est {
	color: white;
	border-radius: 5px;
	padding: 2px 5px;
}

.est.per {
	background-color: #690;
}

.est.bc {
	background-color: #a0000d;
}

.est.np {
	background-color: #069;
}

.est.venta {
	background-color: #999;
}

.est.sa {
	background-color: #ccc;
}

.tox-editor-header {
	padding: 0 !important;
}

.tox-toolbar__primary {
	transform: scale(0.8) !important;
	transform-origin: left;
}

.tox-statusbar {
	display: none !important;
}

.tox-edit-area__iframe {
	background-color: #efefef !important;
}

.tox-tinymce--disabled .tox-edit-area__iframe {
	background-color: #e4ecff !important;
}