@import url('/css/fonts.css');
@import url('/css/fontello.css');

/* font icon modifiers */
.x2 {
	width:2em;
	line-height:2em;
	font-size:2em;
	vertical-align:middle;
	}
.mas20 {
	width:1.2em;
	line-height:1.2em;
	vertical-align:middle;
	font-size:1.2em;
	}
.d3 {
  text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
}
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.3;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	margin:0;
	padding:0;
	font-size:0.67em;
	font-family:roboto_slabregular,arial,sans-serif;
	color:#303f5f;
	}
input,button,textarea,select {
	font-family:roboto_slabregular;
	font-size:1.2em;
	}
label {font-size:1.2em;}
a.abutton {
	padding:0.5em 1em;
	}
#container {
	min-height:100%;
	position:relative;
	margin-bottom:0 auto -3.8em 0;
}
#push {
	height:4em;
	}
#content {
	clear:both;
	padding:0.1em 0.5em 3.8em 0.5em;
	padding-bottom:4em;
	}
#content p {
	font-size:1.3em;
	line-height:1.3em;
	margin:0.2em 1em 0.6em 1em;
	}
footer {
	position:fixed;
	bottom:0px;
	width:100%;
	background-color:#cc9;
	height:4em;
	margin:0;
	padding:0;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	}
footer div {
	margin-top:auto;
	margin-bottom:auto;
	}
header {
	position:relative;
	height:4.1em;
	font-size:1.1em;
	}

h2.sysname {
	display:inline-block;
	float:right;
	width:auto;
	margin-right:0.5em;
	padding:0.2em;
	background-color:#669966;
	color:#fff;
	}

.centrar {
	margin-left:auto;
	margin-right:auto;
	}
#topmenu ul {
	clear:both;
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:3.6em;
	font-weight:bold;
	/*font-family:Helvetica,Arial,Verdana,sans-serif;*/
	border-bottom:3px solid #353566;
	border-top:2px solid #917171;
}

.logo {
	display:block;
	position:absolute;
	background-color:#fff;
	padding:0.2em;
	top:1em;
	right:1em;
	border:0.4em solid #553535;
	-moz-border-radius:1em;
	border-radius:1em;
	}
#topmenu li ul {
	z-index:100;
	display:none;
	position:absolute;
	width:auto;
	min-width:100%;
	height:auto;
	left:0;
	top:3.6em;
	background-color:#eef;
	background: -moz-linear-gradient(top, #ccf 0%, #eef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccf), color-stop(100%,#eef), color-stop(100%,#000));
	background: -webkit-linear-gradient(top, #ccf 0%,#eef 100%);
	background: -ms-linear-gradient(top, #ccf 0%,#eef 100%);
	border-top:3px solid #000;
	border-bottom:2px solid #000;
	}
#topmenu li{
	display:block;
	float:left;
	width:auto;
	margin:0;
	padding:0;
	position:relative;
	}
#topmenu li ul li {
	float:none;
	/*border-left:0.2em solid #000;
	border-right:0.2em solid #000;*/
	border-left:2px solid #000;
	border-right:2px solid #000;
	}
#topmenu li:hover ul {
	display:block;
	}
#topmenu li a {
	display:block;
	float:left;
	color:#3a3a8c;
	text-decoration:none;
	font-weight:bold;
	padding:1.2em 2em 0 2em;
	height:2.4em;
	width:auto;
	white-space:nowrap;
	/*background:transparent url('img/divider_m.png') no-repeat top right;*/
	}
#topmenu li a:hover {
	background-color:#339;
	background: -moz-linear-gradient(top, #339 0%, #66f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#339), color-stop(100%,#66b), color-stop(100%,#000));
	background: -webkit-linear-gradient(top, #339 0%,#66b 100%);
	color:#fff;
	}
#topmenu li ul li a {
	padding:0.6em 1em 0 1em;
	height:2.0em;
	float:none;
	}
#topmenu li ul li a:hover {
	background-color:#000;
	color:#fff;
	}
/* layout */
article {
	margin:0 1.5em;
	font-size:1.1em;
	}
td {
	padding:0 0.15em;
	}
table.HTREP,
table.detalle-items {
	border-collapse:collapse;
	border:1px solid #cc0;
	background-color:#fff;
	font-size:1.35em;
	margin-left:1em;
	}
table.HTREP td,
table.detalle-items  td {
	padding:0 0.25em;
	}

table.detalle-items th {
	background: linear-gradient(#ececaf,#fcfcef);
}
table.detalle-items td {
	position:relative;
	}
.RECFLD td a i,
td.tabla_encabezado a i {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	vertical-align:middle;
	display:inline-block;
	cursor:pointer;
}
.RECFLD td a:hover i,
td.tabla_encabezado a i,
/*a.growefect:hover i {
	-ms-transform: scale(1.22) ;
	-webkit-transform: scale(1.22);
	-o-transform: scale(1.22);
	-moz-transform: scale(1.22);
	transform: scale(1.22);
	}*/

td.RECFLD a:hover {
	color:#000;
	}
table.detalle-items tr:nth-child(odd) {
	background-color:#fcfcef;
}
tr.color_a {
	background-color:#fcfcef;
	}
tr.RECFLD:hover {
	background-color:#ffd;
	}
.cssutil {
	float:right;
	width:30%;
	overflow:auto;
	}
.hmauto {
	margin-left:auto;
	margin-right:auto;
	}
td.tabla_encabezado {
	text-align:center;
	font-weight:bold;
	font-size:1.35em;
	border-bottom:1px solid #cc0;
	background-color:#fcfcef;
	}
td.tabla_detalles {
	font-weight:bold;
	}

tfoot td {
	border-top:1px solid #cc0;
	}
.box50 {
	width:50%;
	margin:1em auto 1em;
	}
.field30 {
	width:30%;
}
.field33 {
	width:32%;
	margin-left:0.35%;
}
.field33 input,
.field33 select {
	width:97%;
	}
.field40 {
	width:40%;
}
.field50 {
	width:50%;
}
.field70 {
	width:70%;
}
.field30,.field33,.field40 ,.field70, .field50 {
	display:inline-block;
	vertical-align:middle;
}
fieldset {
	border:1px solid #9aa;
	margin-right:0.25em;
	}
legend {
	margin-left:0.3em;
	}
i.required {
	color:red;
	}
.data_panel {
	width:46%;
	margin-top:-1px;
	margin-right:auto;
	margin-left:1%;
	padding-top:1px;
	min-height:10em;
	}
.toolbar {
	padding:1px;
	width:46%;
	height:2em;
	font-weight:bold;
	float:right;
	text-align:right;
	margin-right:21em;
	}
.toolbar [class^=icon-] {
	margin-top:0;
	padding:0;
	}
.toolbar span {
	margin-top:0.25em;
	font-size:1.2em;
	display:inline-block;
	width:auto;
	margin-right:1em;
	}
.toolbar a,
.toolbar a:visited {
	display:inline-block;
	height:1.5em;
	text-decoration:none;
	width:auto;
	border:1px solid #000;
	padding:0.25em;
	background-color:#efefff;
	font-size:1.2em;
	}
.toolbar a:hover {
	border:1px solid #667;
	background-color:#667;
	color:#fff;
	text-decoration:none;
	}

.tooltip {
	border:1px solid #667;
	padding:0.8em 1em;
	background-color:#ddf;
	-moz-border-radius:0.5em;
	border-radius:0.5em;
	position:absolute;
	z-index:1000;
}
/* general text styles */
h1,h2,h3,h4 {
	font-family:exoregular, sans-serif;
	color:#303f5f;
	font-weight:bold;
	}
h1 {
	font-size:2.2em;
}
.ac {
	text-align:center;
}
.ar {
	text-align:right;
	}
.al {
	text-align:left;
	}
.fr {
	float:right;
	}
.fl {
	float:left;
	}
.bold {
	font-weight:bold;
	}
.big20 {
	font-size:1.2em;
	}
.big30 {
	font-size:1.3em;
	}
a:visited {
	color:#339;
	}
a {
	color:#337;
	text-decoration:none;
	}
a:hover {
	color:#77b;
	text-decoration:underline;
	}
.mr1 {
	margin-right:1em;
	}
/* Form styles */
.formcontainer {
	display:block;
	margin:0 ;
	padding-bottom:1.2em;
	}
.formulario td {
	padding:0.2em 0.1em;
	}
.formulario fieldset {
	box-sizing:border-box;
}
span.ferror {
	padding:0 0.2em;
	}
.validation-advice {
	padding:0.5em;
	color:#a03030;
	position:absolute;
	background-color:#ffecec;
	box-shadow: 0.7em 0.9em 0.4em #AAAAAA;
	border:1px solid #a03030;
	}
table.formulario {
	font-size:1.1em;
	background-color:#f0f0d0;
	border:1px solid #436923;
	width:auto;
	/*margin:auto;*/
	border-collapse:collapse;
	border-spacing:0px;
	padding:1px;
	box-shadow: 0.7em 0.9em 0.4em #AAAAAA;
	background: -moz-linear-gradient(top, #f0f0d0 0%, #fafaf0 60%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0d0), color-stop(60%,#fafaf0));
	background: -webkit-linear-gradient(top, #f0f0d0 0%,#fafaf0 60%);
	}
input[type="submit"], input[type="reset"], input[type="button"], a.abutton {
	border-radius:0.25em;
	border:2px groove #799;
	color:#338;
	background-color:#e0e0c0;
	outline:none;
	}
input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus, a.abutton {
	border:2px ridge #677;
	border-radius:0.25em;
}
.msg-error, .ferror {
	border:1px solid #977;
	color:red;
	background-color:#ffefef;
	margin:1em auto;
	padding:0.5em 1em;
	max-width:80em;
	background: -moz-linear-gradient(top, #f0cfcf 0%, #ffefef 3em);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0cfcf), color-stop(3em,#ffefef));
	background: -webkit-linear-gradient(top, #f0cfcf 0%,#ffefef 3em);
	}
.popupform .msg-error {
	border:none;
	margin:0;
	padding:1.2em 1;
}
.msg-error .icon-cancel-circled-1, 
.ferror .icon-cancel-circled-1 {
	float:right;
	color:red;
	font-size:2.5em;
	margin:-0.2em -0.4em;
}
.popupform .icon-cancel-circled-1 {
	display:none;
}

.msg-error h2, .ferror h2 {
	color:red;
	}
.msg-error code, .ferror code {
	font-family:source_code_proregular;
	font-size:1.1em;
	}
.msg-success {
	color:#337;
	background-color:#efefff;
	margin:1em auto;
	margin-top:0;
	padding:0.5em 1em;
	width:80%;
	max-width:80em;
	border:1px solid #559;
	background: -moz-linear-gradient(top, #ccf 0%, #efefff 3em);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccf), color-stop(3em,#efefff), color-stop(100%,#000));
	background: -webkit-linear-gradient(top, #ccf 0%,#efefff 3em);
	clear:both;
	}
.popupform .msg-success {
	border:none;
	margin:0;
	padding:1.5em;
	min-width:25em;
	}
.msg-success .icon-ok-circled-1 {
	float:right;
	font-size:2.5em;
	margin:-0.2em -0.4em;
	color:#0000ff;
}
.msg-warning h2 {
	color:#773;
}
.msg-warning {
	color:#773;
	background-color:#ffffef;
	margin:1em auto;
	padding:0.5em 1em;
	max-width:80em;
	border:1px solid #995;
	background: -moz-linear-gradient(top, #f0f0e0 0%, #ffffef 3em);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0e0), color-stop(3em,#ffffef), color-stop(100%,#000));
	background: -webkit-linear-gradient(top, #f0f0e0 0%,#ffffef 3em);
}
.msg-warning .icon-warning
{
	float:right;
	font-size:2.5em;
	margin:-0.2em -0.4em;
}
h1.main {
	border-bottom:1px solid #BBD;
	margin-top:0.333em;
	}
td.formclean {
	/*border-top:1px solid #339;*/
	text-align:right;
	}
.formtitle {
	text-align:center;
	font-weight:bold;
	background-color:#f0f0d0;
	border-bottom:2px solid #880;
	font-size:1.1em;
	}
td.formtitle {
	padding:0.5em 0.2em;
	}
input:focus,select:focus {
	background-color:#ffffdd;
	}
/* searchbox */
.searchform {
	border:1px solid #339;
	display:inline-block;
	vertical-align:middle;
	border-radius:0.8em;
	padding:0.2em 0 0.2em 0.4em;
	box-shadow: 0px 0px 3px 2px inset;
	background-color:#f9fcfc;
	}
.searchform input,
.searchform input:focus {
	vertical-align:middle;
	border:none;
	background-color:transparent;
	outline:0;
	line-height:1em;
	padding:0;
	}
.searchform button {
	border:none;
	background-color:transparent;
}
/*tabs*/

.tab {
	position:relative;
	/*width:36rem;*/
	}
.tab ul {
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	top:0;
	left:0;
	z-index:2;
	height:1.8rem;
	border-top:1px solid transparent;
	border-bottom:1px solid black;
	width:100%;
}
.tab ul li {
	display:inline-block;
	border:1px solid #000;
	border-bottom:1px solid black;
	padding:0;
	margin:0;
	margin-top:-1px;
	margin-right:0.2em;
	z-index:1000;
	background-color:#fff;
	height:1.8rem;
}
.tab ul li.active {
	border-bottom:0.1rem solid #efefef;
	height:1.8rem;
}
.tab ul li a {
	display:block;
	margin:0;
	padding:0;
	padding:0.4rem;
	height:1rem;
}
.tab ul li a:hover,
.tab ul li.active {
	background-color:#efefef;
	background-image: -webkit-gradient(linear, left top, left bottom,
		color-stop(0, #CFCFDF), color-stop(0.95, #EFEFFF));
	background-image: -o-linear-gradient(bottom, #CFCFDF 0, #EFEFFF 95%);
	background-image: -moz-linear-gradient(bottom, #CFCFDF 0%, #EFEFFF 95%);
	background-image: -webkit-linear-gradient(bottom, #CFCFDF 0%, #EFEFFF 95%);
	background-image: -ms-linear-gradient(bottom, #CFCFDF 0%, #EFEFFF 95%);
	background-image: linear-gradient(to bottom, #CFCFDF 0%, #EFEFFF 95%);
	color:#224;
}
/*.formulario .tab ul li a:hover,
.formulario .tab ul li.active {
	background-color:#E1F6E1
	background-image: -webkit-gradient(linear, left top, left bottom,
		color-stop(0, #CCDDCC), color-stop(0.95, #E1F6E1));
	background-image: -o-linear-gradient(bottom, #CCDDCC 0, #E1F6E1 95%);
	background-image: -moz-linear-gradient(bottom, #CCDDCC 0%, #E1F6E1 95%);
	background-image: -webkit-linear-gradient(bottom, #CCDDCC 0%, #E1F6E1 95%);
	background-image: -ms-linear-gradient(bottom, #CCDDCC 0%, #E1F6E1 95%);
	background-image: linear-gradient(to bottom, #CCDDCC 0%, #E1F6E1 95%);
	color:#224;
}*/
.tab div.wrap {
	position:relative;
	top:0;
	left:0;
	border:1px solid #000;
	border-top:none;
	background-color:#EFEFFF;
	background-image: -webkit-gradient(linear, left top, left bottom,
		color-stop(0, #EFEFFF), color-stop(0.95, #FAFCFF));
	background-image: -o-linear-gradient(bottom, ##EFEFFF, #FAFCFF 65%);
	background-image: -moz-linear-gradient(bottom, ##EFEFFF%, #FAFCFF 65%);
	background-image: -webkit-linear-gradient(bottom, #EFEFFF 0%, #FAFCFF 65%);
	background-image: -ms-linear-gradient(bottom, #EFEFFF 0%, #FAFCFF 65%);
	background-image: linear-gradient(to bottom, #EFEFFF 0%, #FAFCFF 65%);
}
.tab section {
	position:absolute;
	display:block;
	top:0;
	left:0;
	margin:0;
	width:100%;
}

/*Acordeon*/
div.aco_block {
	display:none;
	overflow:hidden;
	background-color:#EFEFFF;
	}

/* Compat
 */
.comp_trans {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* Folder list */
.folderlist {
	border:1px solid #339;
	background-color:#EFEFFF;
	background-image: -webkit-gradient(linear, left top, left bottom,
							color-stop(0, #F0CFFF), color-stop(0.95, #FCFCFF));
	background-image: -o-linear-gradient(top, #F6F6FF, #FAFCFF 65%);
	background-image: -moz-linear-gradient(top, #F6F6FF%, #FAFCFF 65%);
	background-image: -webkit-linear-gradient(top, #F6F6FF 0%, #FAFCFF 65%);
	background-image: -ms-linear-gradient(top, #F6F6FF 0%, #FAFCFF 65%);
	background-image: linear-gradient(to top, #F6F6FF 0%, #FAFCFF 65%);
}
.folderlist ul {
	list-style:none;
	margin:0;
	padding:0;
	}
.folderlist li {
	font-size:1.2em;
	}
.folderlist .curdir {
	font-size:1.3em;
	font-weight:bold;
	border-bottom:1px solid #339;
}
.mini-listdir ul {
	margin:0;
	padding:0;
	list-style:none;
}
	
#content .curdir p {
	margin:0.5em 0.2em;
	padding:0;
	}
.spacer-min {
	clear:both;
	height:1px;
	}
.folderlist li {
	width:33.3333%;
	box-sizing:border-box;
	padding:0.20em;
	float:left;
	}

/*
 * Simple Grid System
 * Oscar Kuchuk 2015 0.0.1
 */
[class*="kgd-"] {
	display:block;
	float: left;
	box-sizing:  border-box;
}
.krow:before, .krow:after {
	content:"";
	display: table;
	clear:both;
}
.ficha .header {
	background-color:#cc9;
	padding:0.33em 0;
	font-weight:bold;
	}
/* Gridcells */
.kgd-1-1,.wd-1-1 {
	width: 100%;
}
.kgd-1-2, .wd-1-2 {
	width: 50%;
}
.kgd-1-3, .wd-1-3 {
	width: 33.33333%;
}
.kgd-2-3, .wd-2-3 {
	width: 66.66667%;
}
.kgd-1-4, .wd-1-4 {
	width: 25%;
}
.kgd-2-4, .wd-2-4 {
	width: 50%;
}
.kgd-3-4, .wd-3-4 {
	width: 75%;
}
.kgd-1-5, .wd-1-5 {
	width: 20%;
}
.kgd-2-5, .wd-2-5 {
	width: 40%;
}
.kgd-3-5, .wd-3-5 {
	width: 60%;
}
.kgd-4-5, .wd-4-5 {
	width: 80%;
}
.kgd-1-6, .wd-1-6 {
	width: 16.66667%;
}
.kgd-2-6, .kgd-3-9, .wd-2-6 {
	width: 33.33333%;
}
.kgd-3-6, .wd-3-6 {
	width: 50%;
}
.kgd-4-6, .kgd-6-9, .wd-4-6 {
	width: 66.66667%;
}
.kgd-5-6, .wd-5-6 {
	width: 83.33333%;
}
.kgd-1-9, .wd-1-9 {
	width: 11.11111%;
}
.kgd-2-9, .wd-2-9 {
	width: 22.22222%;
}
.kgd-4-9, .wd-4-9 {
	width: 44.44444%;
}
.kgd-5-9, .wd-5-9 {
	width: 55.55556%;
}
.kgd-7-9, .wd-7-9 {
	width: 77.77778%;
}
.kgd-8-9, .wd-8-9 {
	width: 88.88889%;
}
.kgd-1-12, .wd-1-12 {
	width: 8.33333%;
}
.kgd-2-12, .wd-2-12 {
	width: 16.66667%;
}
.kgd-3-12, .wd-3-12 {
	width: 25%;
}
.kgd-4-12, .wd-4-12 {
	width: 33.33333%;
}
.kgd-5-12, .wd-5-12 {
	width: 41.66667%;
}
.kgd-6-12 {
	width: 50%;
}
.kgd-7-12, .wd-7-12 {
	width: 58.33333%;
}
.kgd-8-12 {
	width: 66.66667%;
}
.kgd-9-12 {
	width: 75%;
}
.kgd-10-12, .wd-10-12 {
	width: 83.33333%;
}
.kgd-11-12, .wd-11-12 {
	width: 91.66667%;
}
.kgd-1-18, .wd-1-18 {
	width: 5.55556%;
}
.kgd-2-18, .wd-2-18 {
	width: 11.11111%;
}
.kgd-3-18, .wd-3-18 {
	width: 16.66667%;
}
.kgd-4-18, .wd-4-18 {
	width: 22.22222%;
}
.kgd-5-18, .wd-5-18 {
	width: 27.77778%;
}
.kgd-6-18, .wd-6-18 {
	width: 33.33333%;
}
.kgd-7-18, .wd-7-18 {
	width: 38.88889%;
}
.kgd-8-18, .wd-8-18 {
	width: 44.44444%;
}
.kgd-9-18 {
	width: 50%;
}
.kgd-10-18, .wd-10-18 {
	width: 55.55556%;
}
.kgd-11-18, .wd-11-18 {
	width: 61.11111%;
}
.kgd-12-18 {
	width: 66.66667%;
}
.kgd-13-18 {
	width: 72.22222%;
}
.kgd-14-18 {
	width: 77.77778%;
}
.kgd-15-18 {
	width: 83.33333%;
}
.kgd-16-18 {
	width: 88.88889%;
}
.kgd-17-18 {
	width: 94.44444%;
}
.kgd-1-24 {
	width: 4.16667%;
}
.kgd-2-24 {
	width: 8.33333%;
}
.kgd-3-24 {
	width: 12.50000%;
}
.kgd-4-24 {
	width: 16.66667%;
}
.kgd-5-24 {
	width: 20.83333%;
}
.kgd-6-24 {
	width: 25%;
}
.kgd-7-24 {
	width: 29.16667%;
}
.kgd-8-24 {
	width: 33.33333%;
}
.kgd-9-24 {
	width: 37.50000%;
}
.kgd-10-24 {
	width: 41.66667%;
}
.kgd-11-24 {
	width: 45.83333%;
}
.kgd-12-24 {
	width: 50%;
}
.kgd-13-24 {
	width: 54.16667%;
}
.kgd-14-24 {
	width: 58.33333%;
}
.kgd-15-24 {
	width: 62.50000%;
}
.kgd-16-24 {
	width: 66.66667%;
}
.kgd-17-24 {
	width: 70.83333%;
}
.kgd-18-24 {
	width: 75%;
}
.kgd-19-24 {
	width: 79.16667%;
}
.kgd-20-24 {
	width: 83.33333%;
}
.kgd-21-24 {
	width: 87.50000%;
}
.kgd-22-24 {
	width: 91.66667%;
}
.kgd-23-24 {
	width: 95.83333%;
}
.kgd-1-33 {
	width: 3.03030%;
}
.kgd-2-33 {
	width: 6.06061%;
}
.kgd-3-33 {
	width: 9.09091%;
}
.kgd-4-33 {
	width: 12.12121%;
}
.kgd-5-33 {
	width: 15.15152%;
}
.kgd-6-33 {
	width: 18.18182%;
}
.kgd-7-33 {
	width: 21.21212%;
}
.kgd-8-33 {
	width: 24.24242%;
}
.kgd-9-33 {
	width: 27.27273%;
}
.kgd-10-33 {
	width: 30.30303%;
}
.kgd-11-33 {
	width: 33.33333%;
}
.kgd-12-33 {
	width: 36.36364%;
}
.kgd-13-33 {
	width: 39.39394%;
}
.kgd-14-33 {
	width: 42.42424%;
}
.kgd-15-33 {
	width: 45.45455%;
}
.kgd-16-33 {
	width: 48.48485%;
}
.kgd-17-33 {
	width: 51.51515%;
}
.kgd-18-33 {
	width: 54.54545%;
}
.kgd-19-33 {
	width: 57.57576%;
}
.kgd-20-33 {
	width: 60.60606%;
}
.kgd-21-33 {
	width: 63.63636%;
}
.kgd-22-33 {
	width: 66.66667%;
}
.kgd-23-33 {
	width: 69.69697%;
}
.kgd-24-33 {
	width: 72.72727%;
}
.kgd-25-33 {
	width: 75.75758%;
}
.kgd-26-33 {
	width: 78.78788%;
}
.kgd-27-33 {
	width: 81.81818%;
}
.kgd-28-33 {
	width: 84.84848%;
}
.kgd-29-33 {
	width: 87.87879%;
}
.kgd-30-33 {
	width: 90.90909%;
}
.kgd-31-33 {
	width: 93.93939%;
}
.kgd-32-33 {
	width: 96.96970%;
}
.ml-1-2 {
	margin-left: 50%;
}
.ml-1-2 {
	margin-left: 50%;
}
.ml-1-3 {
	margin-left: 33.33333%;
}
.ml-2-3 {
	margin-left: 66.66667%;
}
.ml-1-4 {
	margin-left: 25%;
}
.ml-2-4 {
	margin-left: 50%;
}
.ml-3-4 {
	margin-left: 75%;
}
.ml-1-5 {
	margin-left: 20%;
}
.ml-2-5 {
	margin-left: 40%;
}
.ml-3-5 {
	margin-left: 60%;
}
.ml-4-5 {
	margin-left: 80%;
}
.ml-1-6 {
	margin-left: 16.66667%;
}
.ml-2-6 {
	margin-left: 33.33333%;
}
.ml-3-6 {
	margin-left: 50%;
}
.ml-4-6 {
	margin-left: 66.66667%;
}
.ml-5-6 {
	margin-left: 83.33333%;
}
.ml-1-9 {
	margin-left: 11.11111%;
}
.ml-2-9 {
	margin-left: 22.22222%;
}
.ml-3-9 {
	margin-left: 33.33333%;
}
.ml-4-9 {
	margin-left: 44.44444%;
}
.ml-5-9 {
	margin-left: 55.55556%;
}
.ml-6-9 {
	margin-left: 66.66667%;
}
.ml-7-9 {
	margin-left: 77.77778%;
}
.ml-8-9 {
	margin-left: 88.88889%;
}
.ml-1-12 {
	margin-left: 8.33333%;
}
.ml-2-12 {
	margin-left: 16.66667%;
}
.ml-3-12 {
	margin-left: 25%;
}
.ml-4-12 {
	margin-left: 33.33333%;
}
.ml-5-12 {
	margin-left: 41.66667%;
}
.ml-6-12 {
	margin-left: 50%;
}
.ml-7-12 {
	margin-left: 58.33333%;
}
.ml-8-12 {
	margin-left: 66.66667%;
}
.ml-9-12 {
	margin-left: 75%;
}
.ml-10-12 {
	margin-left: 83.33333%;
}
.ml-11-12 {
	margin-left: 91.66667%;
}
.ml-1-18 {
	margin-left: 5.55556%;
}
.ml-2-18 {
	margin-left: 11.11111%;
}
.ml-3-18 {
	margin-left: 16.66667%;
}
.ml-4-18 {
	margin-left: 22.22222%;
}
.ml-5-18 {
	margin-left: 27.77778%;
}
.ml-6-18 {
	margin-left: 33.33333%;
}
.ml-7-18 {
	margin-left: 38.88889%;
}
.ml-8-18 {
	margin-left: 44.44444%;
}
.ml-9-18 {
	margin-left: 50%;
}
.ml-10-18 {
	margin-left: 55.55556%;
}
.ml-11-18 {
	margin-left: 61.11111%;
}
.ml-12-18 {
	margin-left: 66.66667%;
}
.ml-13-18 {
	margin-left: 72.22222%;
}
.ml-14-18 {
	margin-left: 77.77778%;
}
.ml-15-18 {
	margin-left: 83.33333%;
}
.ml-16-18 {
	margin-left: 88.88889%;
}
.ml-17-18 {
	margin-left: 94.44444%;
}
.ml-1-24 {
	margin-left: 4.16667%;
}
.ml-2-24 {
	margin-left: 8.33333%;
}
.ml-3-24 {
	margin-left: 12.50000%;
}
.ml-4-24 {
	margin-left: 16.66667%;
}
.ml-5-24 {
	margin-left: 20.83333%;
}
.ml-6-24 {
	margin-left: 25%;
}
.ml-7-24 {
	margin-left: 29.16667%;
}
.ml-8-24 {
	margin-left: 33.33333%;
}
.ml-9-24 {
	margin-left: 37.50000%;
}
.ml-10-24 {
	margin-left: 41.66667%;
}
.ml-11-24 {
	margin-left: 45.83333%;
}
.ml-12-24 {
	margin-left: 50%;
}
.ml-13-24 {
	margin-left: 54.16667%;
}
.ml-14-24 {
	margin-left: 58.33333%;
}
.ml-15-24 {
	margin-left: 62.50000%;
}
.ml-16-24 {
	margin-left: 66.66667%;
}
.ml-17-24 {
	margin-left: 70.83333%;
}
.ml-18-24 {
	margin-left: 75%;
}
.ml-19-24 {
	margin-left: 79.16667%;
}
.ml-20-24 {
	margin-left: 83.33333%;
}
.ml-21-24 {
	margin-left: 87.50000%;
}
.ml-22-24 {
	margin-left: 91.66667%;
}
.ml-23-24 {
	margin-left: 95.83333%;
}
.rel {position:relative}
.panel {
	border:1px solid #339;
	padding:0.25em;
	}
.panel h1, .panel h2 {
	margin-top:0;
	padding:0.15em;
	margin-bottom:0.25em;
	background-color:#339;
	color:#fff;
	}

.consicon {
	font-size:1.4em;
	vertical-align:middle;
	}
.pop, .popupform {
	position:absolute;
	box-shadow: 0.7em 0.9em 0.4em #AAAAAA;
	border:2px outset #cc0;
	background-color:#FAFAFF;
}
.popupform table.formulario {
	box-shadow:none;
	border:none;
	background: -moz-linear-gradient(top, #f0f0d0 0%, #fafaff 88%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0d0), color-stop(88%,#fafaff));
	background: -webkit-linear-gradient(top, #f0f0d0 0%,#fafaff 88%);
}
.pop header, .popupform header {
	height:1.2em;
	font-weight:bold;
	margin:0;
	padding:0.2em 1.7em 0.2em 0.2em;
	text-align:left;
	color:#000;
	background-color:#339;
	border-bottom:1px solid #cc0;
	background-color:#fcfcef;
	}
.pop table.HTREP, .popupform table.HTREP {border:none;cursor:pointer;}
.popupform .formcontainer {
	padding:0;
}
.closeicon {
	position:absolute;
	display:inline-block;
	top:-0.1em;
	right:-0.2em;
	cursor:pointer;
	font-size:1.5em;
	color:#339;
}
.closeicon:hover { color:#77b;}
	
.pop .tabla_encabezado,
.popupform .tabla_encabezado {
	padding:0.2em 1.5em 0.2em 0.2em;
	text-align:left;
	}
.pop td.tabla_encabezado .closeicon,
.popupform td.tabla_encabezado .closeicon {
	color:#339;
}
.popup {
	position:absolute;
	top:1em;
	z-index:1000;
	width:80%;
	max-width:60em;
	box-shadow: 0.7em 0.9em 0.4em #AAAAAA;
	}
.popupform p {
	margin:0.5em;
	}
/* List Nav buttons */
.lnav {text-align:center;border-top:1px solid #cc0;}
.lnav td {position:relative;height:1.8em;}
.lnav button, .lnav input[type="submit"] {top:0;border:none;display:inline-block;background-color:transparent;margin:0;padding:0.1em;font-size:1.4em;width:auto;}
.lnavnext {position:absolute;right:0.2em;}
.lnavback {position:absolute;left:0.2em;}
.lnavfirst {position:relative}

.lsearch {
	text-align:left;
	margin-bottom:0.3em;
	position:relative;
}
.lsearch input[name="btext"] {
	width:90%;
	padding-right:8.5%;
}
.popupform .lsearch input[name="btext"] {
	width:82.4%;
}
.lsearch a {cursor:pointer;display:inline-block;position:absolute;font-size:1.4em;right:0;top:0.1em;}
.popupform .lsearch a {position:absolute;right:7.6%;}

/* widgets */
ul.folder-tree {list-style:none;margin:0;font-size:1.4em;}
ul.folder-tree ul {
	list-style:none;
	margin:0 0 0 1em;
	padding:0;
	transition:max-height 3s linear;
}
ul.folder-tree li {
	display:block;
	}
a.folder, a.abutton {cursor:pointer;}

div.treetoolbar {
	display:inline-block;
	font-size:0.85em;
	width:1.2em;
	height:1.2em;
	overflow:hidden;
	transition:width 0.8s;
	background-color:#eee;
	vertical-align:middle;
	}
.treetoolbar a {
	display:block;
	float:left;
	width:1.1em;
	height:1.2em;
	font-size:1em;
	text-align:center;
	text-decoration:none;
	outline:none;
}
.treetoobar a:active {
	outline:none;
}
div.treetoolbar:hover {width:3.5em;}
div.treetoolbar:hover {width:4.6em;}


/*date pickder style*/
.datepicker {
	position: absolute;
	border:1px solid #CCD;		border-radius:4px; box-shadow:1px 1px 3px #DDC;
	background-color:#ededff;
	background-color:#cc9;
	font-size: 11px;
	width: 194px;
	padding: 3px;
	height: 221px;
	line-height: normal;
	z-index: 3003;
}

.datepicker.column_2 {
	width: 393px;
}

.datepicker.column_3 {
	width: 592px;
}

.datepicker.column_4 {
	width: 791px;
}

.datepicker.column_5 {
	width: 990px;
}

/* header
********************************************************/
.datepicker .header {
	position: relative;
	background: #1C3262;
	height: 21px;
	padding-top: 4px;
	margin-bottom: 3px;
	overflow: hidden;
}

.datepicker .header .title {
	text-align: center;
	padding-top: 1px;
	position: absolute;
	color: #fff;
	font-weight: bold;
	width: 99999px;
}

.datepicker .header .titleText {
}
.datepicker .header .next,
.datepicker .header .previous,
.datepicker .header .closeButton {
	position: absolute;
	width: 15px;
	height: 15px;
	background: #fff;
	text-align: center;
	color: #666;
	top: 5px;
	cursor: pointer;
}
.datepicker .header .previous {
	left: 5px;
}
.datepicker .header .next {
	right: 28px;
}
.datepicker .header .closeButton {
	right: 5px;
}

/* body
********************************************************/
.datepicker .body {
	position: relative;
	top: 0px;
	left: 0px;
	height: 193px;
	overflow: hidden;
}

/* Columns */

.datepicker .body .column {
	float: left;
	width: 194px;
	min-height: 193px;
	margin-left: 5px;
}

.datepicker .body .column.column_1 {
	margin-left: 0;
}

.datepicker .titleText .column {
	float: left;
	width: 194px;
	margin-left: 5px;
}

.datepicker .titleText .column.column_1 {
	margin-left: 0;
}

/* Footer */

.datepicker.footer {
	height: 280px;
}

.datepicker .footer {
	margin-top: 3px;
	padding: 15px 5px;
	height: 26px;
}

/* time
********************************************************/
.datepicker .time {
	width: 100%;
	height: 100%;
	background: #eee;
}

.datepicker .time .hour,
.datepicker .time .separator,
.datepicker .time .minutes {
	border: 1px solid #ccc;
	background: #fff;
	width: 50px;
	font-size: 32px;
	position: absolute;
	top: 50px;
	text-align: center;
	padding: 2px;
}

.datepicker .time .hour {
	left: 30px;
}
.datepicker .time .separator {
	background: transparent;
	border: 0px;
	width: 10px;
	left: 91px;
}

.datepicker .time .minutes {
	left: 110px;
}
.datepicker .time .ok {
	position: absolute;
	top: 105px;
	width: 136px;
	left: 30px;
	font-size: 20px;
}

/* days-grid
********************************************************/
.datepicker .days .day {
	float: left;
	background: #ccc;
	cursor: pointer;
	text-align: center;
	padding-top: 4px;
	width: 25px;
	overflow: hidden;
	height: 21px;
	margin: 0 3px 3px 0;
}

.datepicker .days .day0 {
	margin-right: 0;
}

.datepicker .days .week5 .day {
	margin-bottom: 0;
}

/* days-colors
********************************************************/
.datepicker .days .title {
	background: #5D6E95;
	font-weight: bold;
	color: #fff;
	cursor: default;
}

.datepicker .days .otherMonth {
	background: #DDE;
	color: #aaa;
}

/* months
********************************************************/
.datepicker .months .month {
	float: left;
	background: #eee;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	width: 62px;
	height: 31px;
	padding-top: 15px;
	margin: 0 3px 3px 0;
}

.datepicker .months .month3,
.datepicker .months .month6,
.datepicker .months .month9,
.datepicker .months .month12 {
	margin-right: 0;
	width: 64px;
}

.datepicker .months .month10,
.datepicker .months .month11,
.datepicker .months .month12 {
	margin-bottom: 0;
}

/* years
********************************************************/
.datepicker .years .year {
	float: left;
	background: #eee;
	cursor: pointer;
	text-align: center;
	padding-top: 11px;
	width: 46px;
	overflow: hidden;
	height: 25px;
	margin: 0 3px 3px 0;
}

.datepicker .years .year3,
.datepicker .years .year7,
.datepicker .years .year11,
.datepicker .years .year15,
.datepicker .years .year19 {
	margin-right: 0;
	width: 47px;
}

.datepicker .years .year16,
.datepicker .years .year17,
.datepicker .years .year18,
.datepicker .years .year19 {
	margin-bottom: 0;
	height: 26px;
}

/* global
********************************************************/
.datepicker .selected {
	background: #8C929F !important;
	color: #fff !important;
}

.datepicker .days .otherMonth.selected {
	background: #bbbfc8 !important;
}

.datepicker .unavailable,
.datepicker .body .days .week .day.unavailable:hover {
	background: #edd !important;
	color: #b88 !important;
	cursor: default !important;
}

.datepicker .days .week .day:hover,
.datepicker .months .month:hover,
.datepicker .years .year:hover {
	background: #5D6E95 !important;
	color: #fff !important;
}

.datepicker .days.weeknumbers .day {
	width: 22px;
}

.datepicker .days.weeknumbers .day.weeknumber,
.datepicker .days.weeknumbers .day.weeknumber:hover {
	color: #AAA !important;
	width: 16px !important;
	background: #EEE !important;
}

.datepicker table {
	border-spacing: 0;
}

.datepicker th,
.datepicker td {
	padding: 0;
}

/* MooUpload styles */
.mooupload_listview ul {
	list-style:none;
	padding:0;
	margin:0;
}
.mooupload_listview li {
	padding:0;
	margin:0;
}
.mooupload_listview div.optionsel {
	display:inline-block;
	width:5%;
	box-sizing:border-box;
	padding-right:0.2em;
	border-right:2px solid #fff;
}
.mooupload_listview div.filename {
	display:inline-block;
	width:55%;
	box-sizing:border-box;
	padding-right:0.2em;
	border-right:2px solid #fff;
}
.mooupload_listview div.filesize {
	display:inline-block;
	width:20%;
	text-align:right;
	box-sizing:border-box;
	padding-right:0.22em;
	border-right:2px solid #fff;
}
.mooupload_listview div.result {
	display:inline-block;
	width:20%;
	box-sizing:border-box;
}

.mooupload_listview .header div {
	background-color:#f0f0c0;
}
.mooupload_title {
	float:left;
	width:70%;
	font-size:1.2em;
}
.mooupload_btncontainer button {
	width:15%;
}

/* fichas */
.ficha {
	background: -moz-linear-gradient(top, #f0f0c0 0%, #fafafc 82%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0c0), color-stop(82%,#fafafc));
	background: -webkit-linear-gradient(top, #f0f0c0 0%,#fafafc 82%);
	border:1px solid #efefc0;
	font-size:1.26em;
	box-shadow: 0.5em 0.7em 0.5em #AAAAAA;
	margin-bottom:0.8em;
	min-height:11.2em;
}

.ficha .tools {
	display:inline-block;
	width:auto;
	position:absolute;
	top:0px;
	right:0px;
	height:1.3em;
	padding-top:0.2em;
	}
	
.colhdr {
	font-weight:bold;
	text-decoration:underline;
	}
.pl05 {
	padding-left:0.5em:
}
.pr05 {
	padding-right:0.5em;
}
.ml05 {
	margin-left:0.5em;
}
.mr05 {
	margin-right:0.5em;
}
.mr1 {
	margin-right:1em;
}
.mr15 {
	margin-right:1.5em;
}
.w100, table.w100 {
	width:100%;
	}
.w90{
	width:90%;
	}
.uploader-container {
	width:43em;
	min-height:8.8em;
	margin-top:1.9em;
	}
.dict td {
	font-size:1.2em;
	}
.progressbox {
	margin-top:1.4em;
	}

.menulist {
	font-size:1.2em;
	}
#pagos {
	width:98%;
	margin:1em auto 0 auto;
	}
#pago-items table {
	width:100% !important;
}
.total {
	text-align:right;
	font-size:2em;
}
.total strong {
	font-size:1.7em;
	font-weight:bold;
	display:inline-block;
	vertical-align:middle;
	color:#035E25;
	margin-left:0.5em;
}

.m1em {
	margin-left:1em;
	}

.foto,.foto_add,.foto_del {
	text-align:center;
	width:50%;
	float:left;
	background-color:#efefff;
	min-height:12em;
	position:relative;
	}
.foto a.button {
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:1.4em;
	text-align:center;
	font-size:1.2em;
	color:red;
	}

.foto img {
	width:94%;
	margin:2%;
	cursor:move;
	}
.foto_add i.icon-upload-2,
.foto_del i.icon-basket {
	font-size:2.5em;
	display:block;
	margin-top:1em;
	}

.draghandle {
	opacity:0.5;
	position:absolute;
	width:1.2em;
	padding:0.2em;
	text-align:center;
	font-size:1.5em;
	color:#77a;
	background-color:#dfdfdf;
}
.draghandle_on {
	color:#000;
	opacity:0.75;
}
.graybox, .descbox {
	border:1px solid #ccc;
	background-color:#efefef;
	font-size:1.2em;
	padding:0.5em 0;
}
.descbox {
	background-color:#fff;
	}
.graybox p, .descbox p {
	font-size:1em;
}
.buttons a{
	font-size:1.6em;
	display:inline-block;
	width:1.4em;
	text-align:center;
}
.fotolist {
	background-color:#efefff;
	}


#formpanel table,
#itemspanel table {
	width:98%;
	margin:0 auto;
}

@media only screen  and (min-width : 1224px) {
	#formpanel {
		width:30%;
	}
	#itemspanel {
		width:70%;
	}
}

@media only screen  and (max-width : 980px) {
	#formpanel {
		width:50%;
	}
	#itemspanel {
		width:50%;
	}
}

@media only screen  and (max-width : 800px) {
	#formpanel {
		width:100%;
	}
	#itemspanel {
		width:100%;
		margin-top:0.7em;
	}
}



