@charset "utf-8";
/**
 *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       app.webroot.css
 * @since         CakePHP(tm)
 * @license       MIT License (http://www.opensource.org/licenses/mit-license.php)
 */

* {
	margin: auto;
	/*padding:1px 15px 1px 15px;*/
}

/** General Style Info **/
body {
	background: #98BCCAE5;/*#C8C8C8E5;*/ /*#6EC1ADE5;*/
	color: #fff;
	/*font-family:'lucida grande',verdana,helvetica,arial,sans-serif;*/
	font-size:75%;
	margin: 0;
}
a {
	color: #3333aa;
	text-decoration: underline;
	font-weight: bold;
}
/*a:hover {
	color: #367889;
	text-decoration:none;
}
a img {
	border:none;
}*/
h1, h2, h3, h4 ,h5, h6{
	font-weight: normal;
	/* margin-bottom:0.5em;*/
}
h1 {
	background:#fff;
	color: #003d4c;
	font-size: 100%;
}
h2 {
    background-image:url(../tras25.png);   
    background-repeat:no-repeat; 
    background-size:100% 100%;
	color: #111;
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 120%;
    text-align: center;
    border-radius: 10px;
    margin: 10px;
    margin-left: 5%;
    margin-right: 5%;
    text-shadow: 0.1em 0.1em 0.2em #111 ;
}
h3 {
	color: #081f24;
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 125%;
    text-align: center;
    text-shadow: 0.1em 0.1em 0.2em #fff ;
}
h4 {
	color: #993;
	font-weight: normal;
}
h5{
    color: #111;
	font-size: 100%;
    text-shadow: 0.1em 0.1em 0.1em #fff ;
}
h6{
    color: #111;
	font-size: 100%;
    text-shadow: 0.1em 0.1em 0.2em #fff ;
    text-align: center;
}
h7{
    color: #111;
	font-size: 100%;
    text-shadow: 0.1em 0.1em 0.2em #fff ;
    text-align: left;
}
h8{
    color: #111;
	font-size: 110%;
    text-shadow: 0.1em 0.1em 0.2em #fff ;
    text-align: right;
}

ul, li {
	/*margin: 1px 1px;*/
    list-style-type: none;
}
p {
	margin: 0 0 1em 0;
}

/** Layout **/
#container {
	text-align: left;
}

#header{
	padding: 10px 20px;
}
#header h1 {
	line-height:20px;
	background: #003d4c url('../img/3dmec.png') no-repeat left;
	color: #fff;
	padding: 0px 30px;
}
#header h1 a {
	color: #fff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #003d4c;
	text-decoration: underline;
}
#content{
	/*background: #eee;*/
    clear: both;
	color: #555;
	padding: 0px 0px 0px 0px;
	overflow: auto;
    opacity: 1;
    border-radius: 5px;
    background-position: left top;
    margin-top: 2px;
    min-width: 800px;
    max-width: 96%;
}
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
}

img {
    padding: 2px 0px 0px 2px;
}

img:hover{
    background-color: #aaa;
    border-radius: 15px;
}

img:active{
    background-color: #333;
    border-radius: 15px;
}

/** containers **/
div.form,
div.informe,
div.index,
div.view {
	/*float:right
	width:85%;
	background-image:url(../tras75b.png);
	padding: 2px 2px 5px 2px;
    border: 1px solid #111;*/
    border-radius: 7px;
    background:#fff;
    min-width: 800px;
}
div.actions {
	/*float:left;*/
	/*width:0%;*/
	padding:1px 1px;
        border: 1px solid #111;
        border-radius: 5px;
        height: 50px;
        background-color: #eee;
}
div.actions h3 {
	padding-top:0;
	color:#111;
}


/** Tables **/
table {
	border-right:0;
	clear: both;
	color: #111;
	/*margin-bottom: 10px;*/
	width: 100%; /*hh*/
    text-shadow: 0.1em 0.1em 0.3em #fff ;
    cellpadding: 0; 
    cellspacing: 1;
    /*max-width: 800px;*/
    font-size: 1.4em;
    background: #d0d0d0;
}
th {
   	border:0;
	border-bottom:1px solid #111;
    /*border-top:1px solid #111;
    border-left:1px solid #333;
    border-right:1px solid #333;*/
	text-align: center;
    max-width: 350px;
    font-size:80%;
	padding:4px;
}
th a {
	color:#111;
    display: block;
	/*padding: 0px 1px;*/
	text-decoration: none;
    text-shadow: 0.1em 0.1em 0.2em #fff ;
}
th a.asc:after {
	 /*content: ' ⇣';*/
         content:url('img/asc.png');
}
th a.desc:after {
	/* content: ' ⇡';*/
        content:url('img/desc.png');
}
table tr td {
	padding: 1px;
	/*text-align: left;*/
	/*vertical-align: top;*/
	border-bottom:1px solid #555;
	border-left:  1px solid #e5e5e5;
    font-size:110%;
    text-align: left;
   
}
table tr:hover{
   background-color: #acf;
}
table tr:nth-child(even) {
	/*background: #e4e4e4;*/
	background: #e5e5e5;
    opacity: 1;
}
td.actions {
	white-space: nowrap;
}
table td.actions a {
	margin: 0px 2px;
	padding:1px 3px;
}

/* SQL log */
.cake-sql-log {
	background: #fff;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
	color:#fff;
}

/** Paging **/
.paging {
	/*background:#ddd;*/
	color: #111;
	margin-top: 1em;
	clear:both;
    margin-left: 0% ;
}
.paging .current,
.paging .disabled,
.paging a {
	text-decoration: none;
	padding: 3px 8px;
	display: inline-block;
    color: #007b79 ;
    /*text-shadow: 0.1em 0.1em 0.3em #111 ;*/
}
.paging > span {
	display: inline-block;
	border: 1px solid #111;
	border-left: 0;
}
.paging > span:hover {
	background: #efefef;
}
.paging .prev {
	border-left: 1px solid #111;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.paging .next {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.paging .disabled {
	color: #007b79;
}
.paging .disabled:hover {
	background: transparent;
}
.paging .current {
	background: #efefef;
	color: #333333;
}

/** Paging2 **/
.paging2 {
	/*background:#ddd;*/
    color: #111;
	margin-top: 1em;
	clear:both;
    margin-left: 1%;
    font-size: 110%;
}
.paging2 .current,
.paging2 .disabled,
.paging2 a {
	text-decoration: none;
	padding: 2px 8px;
	display: inline-block;
    color: #111 ;
    text-shadow: 0.1em 0.1em 0.3em #fff ;
}
.paging2 > span {
	display: inline-block;
	border: 1px solid #111;
	border-left: 0;
}
.paging2 > span:hover {
	background: #efefef;
}
.paging2 .prev {
	border-left: 1px solid #111;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.paging2 .next {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.paging2 .disabled {
	color: #007b79;
}
.paging2 .disabled:hover {
	background: transparent;
}
.paging2 .current {
	background: #555;
	color: #fff;
}

/** Scaffold View **/
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl dd:nth-child(4n+2),
dl dt:nth-child(4n+1) {
	background: #f4f4f4;
}

dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}
/* tablas*/

/** Tablas 2 **/
.table2 {
	border-right:0;
	clear: both;
	color: #111;
	/*margin-bottom: 10px;*/
	width: 100%; /*hh*/
    text-shadow: 0.1em 0.1em 0.3em #fff ;
    cellpadding: 0; 
    cellspacing: 1;
    /*max-width: 800px;*/
    /*font-size: 150%;*/
}
.table2 th {
   	border:0;
	border-bottom:1px solid #111;
    /*border-top:1px solid #111;
    border-left:1px solid #333;
    border-right:1px solid #333;*/
	text-align: center;
    max-width: 350px;
    font-size:80%;
	padding:4px;
}
.table2 th a {
	color:#111;
    display: block;
	/*padding: 0px 1px;*/
	text-decoration: none;
    text-shadow: 0.1em 0.1em 0.2em #fff ;
}
.table2 th a.asc:after {
	 /*content: ' ⇣';*/
         content:url('img/asc.png');
}
table2 th a.desc:after {
	/* content: ' ⇡';*/
        content:url('img/desc.png');
}
table2 tr td {
	padding: 1px;
	/*text-align: left;*/
	/*vertical-align: top;*/
	border-bottom:1px solid #555;
    text-align: center;
}
table2 tr:hover{
   background-color: #acf;
}
table2 tr:nth-child(even) {
	background: #e4e4e4;
    opacity: 1;
}
table2 td.actions {
	white-space: nowrap;
}
table2 td.actions a {
	margin: 0px 2px;
	padding:1px 3px;
}

/* SQL log */
.cake-sql-log {
	background: #fff;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
	color:#fff;
}


/** Scaffold View **/
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl dd:nth-child(4n+2),
dl dt:nth-child(4n+1) {
	background: #f4f4f4;
}

dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	
}
dd {
	margin-left: 15em;
	margin-top: -2em;
	vertical-align: top;
}
/** fin tablas2 **/ 

/** Forms **/
form {
	clear: both;
	/*margin-right: 20px;*/
	padding: 0;
	/*width: 95%;*/
	padding: 2px;
    background-color: #ddd;
}
fieldset {
	border: none;
	/*margin-bottom: 1em;*/
	padding: 1px 1px;
    /*max-width: 700px;*/
    background-color: #eee;
}
fieldset legend {
	color: #111;
	font-size: 160%;
	font-weight: bold;
        text-align: left;
        text-shadow: 0.1em 0.1em 0.1em #555 ;
}
fieldset fieldset {
	margin-top: 0;
	padding: 10px 0 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	padding: 0.01em;
	vertical-align: text-bottom;
	margin: 0px 1px 0.07em 1px;
}
form .input {
	color: #111;
        text-shadow: 0.1em 0.1em 0.2em #fff ;
}
form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-right: 0%;
    float: right;
}
label {
	display: block;
	font-size: 1.25em;
	margin-bottom:1px;
    margin-left:1px;
    background-color: #e6e6e6;
}
input, textarea {
	clear: both;
	font-size: 1.2em;
	width:100%;
	margin:3px 0px 0px 0px;
	padding: 0px;
	border: 1px solid #ccc;
	/*
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
    background-color: #fff;*/
}
select {
clear: both;
    font-size: 1.2em;
    vertical-align: text-bottom;
    width: 100%;
    margin: 3px 0px 0px 0px;
    /* margin-left: 1px; 
    padding-top: 3px;*/
    
}

select:hover{
    font-style:bold;
}
input[type="select"]:disabled {
  background: #dddddd;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 1.2em;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 2px 1px 3px 50%;
	width: auto;
	transform: scale(1.3);
}
div.checkbox label {
	display: inline;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 6px 0;
	padding: 0;
	line-height: 26px;
}
.radio label {
	margin: 0 0 6px 20px;
	line-height: 26px;
}
input[type=submit] {
	display: inline;
	font-size: 1.1em;
	width: auto;
}
form .submit input[type=submit] {
	background:#62af56;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	border-color: #2d6324;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
	padding: 6px;
}
form .submit input[type=submit]:hover {
	background: #5BA150;
}
/* Form errors */
form .error {
	background: #FFDACC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 7px;
	font-weight: normal;
        width: 100%;
        /* margin: 0.0em;*/
        border: 1px solid #f11;
}
form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
}
form .error,
form .error-message {
	color: #9E2424;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
        width: 97%;

}

/** Notices and Errors **/
.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	/*margin: 0 0 1em 0;*/
	padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
	background: #ffcc00;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
	background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
	background-image: linear-gradient(top, #ffcc00, #E6B800);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
	padding: 10px 1px;
	color: #404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.success,
.message,
.cake-error,
p.error,
.error-message {/*colores inicio #99ccff y el de fin #0066cc*/
	clear: both;
	color: #fff;
	background: #0066cc;/*#c43c35;*/
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #99ccff, #0066cc);
	background-image: -ms-linear-gradient(top, #99ccff, #0066cc);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#99ccff), to(#0066cc));
	background-image: -webkit-linear-gradient(top, #99ccff, #0066cc);
	background-image: -o-linear-gradient(top, #99ccff, #0066cc);
	background-image: linear-gradient(top, #99ccff, #0066cc);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
        text-align: center;
}
.success {
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #3B8230;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
	background-image: linear-gradient(top, #76BF6B, #3B8230);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
p.error {
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	font-weight: normal;
	line-height: 140%;
}
.notice {
	color: #000;
	display: block;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	color: #fff;
}

/**  Actions  **/
.actions ul {
	margin: 0;
	padding: 0;

}
.actions li {
	margin:0.5em 0 0.5em 0;
	list-style-type: none;
	/*white-space: nowrap;*/
	padding: 0.2em;
    display:block;
    float: right;

}
.actions ul li a {
	font-weight: normal;

	clear: both;
}

/* Buttons and button links */
input[type=submit],
.actions ul li a,
.actions a {
	font-weight:10px;
    font-size: 1.7em;
	padding: 0.1em 0.3em 0.1em 0.3em;
	background: #dcdcdc;
    /*background-image: url(../app/webroot/img/btnazul.jpg);*/
    background-repeat:no-repeat;
    background-size: 100% 100%; 
    background: #6db3f2; /* Old browsers */
    /*
    background: -moz-linear-gradient(top, #6db3f2 0%, #3690f0 11%, #65abed 79%, #3690f0 88%, #1e69de 100%); /* FF3.6+ */
    /*
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6db3f2), color-stop(11%,#3690f0), color-stop(79%,#65abed), color-stop(88%,#3690f0), color-stop(100%,#1e69de)); /* Chrome,Safari4+ */
        /*
        background: -webkit-linear-gradient(top, #6db3f2 0%,#3690f0 11%,#65abed 79%,#3690f0 88%,#1e69de 100%); /* Chrome10+,Safari5.1+ */
        /*
        background: -o-linear-gradient(top, #6db3f2 0%,#3690f0 11%,#65abed 79%,#3690f0 88%,#1e69de 100%); /* Opera 11.10+ */
        /*
        background: -ms-linear-gradient(top, #6db3f2 0%,#3690f0 11%,#65abed 79%,#3690f0 88%,#1e69de 100%); /* IE10+ */
        /*
        background: linear-gradient(to bottom, #6db3f2 0%,#3690f0 11%,#65abed 79%,#3690f0 88%,#1e69de 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */
        
        /*
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
        */
	color:#111;
	border:1px solid #000;		
	text-decoration: none;
	text-shadow: #555 0px 1px 5px;
	min-width: 0;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;
    margin-left: 1px;
}
.actions ul li a:hover,
.actions a:hover {
	background: #ededed;

	text-decoration: none;
}
input[type=submit]:active,
.actions ul li a:active,
.actions a:active {
	background: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#eee));
	background-image: -webkit-linear-gradient(top, #dfdfdf, #eee);
	background-image: -moz-linear-gradient(top, #dfdfdf, #eee);
	background-image: -ms-linear-gradient(top, #dfdfdf, #eee);
	background-image: -o-linear-gradient(top, #dfdfdf, #eee);
	background-image: linear-gradient(top, #dfdfdf, #eee);
	text-shadow: #eee 0px 1px 0px;
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	border-color: #aaa;
	text-decoration: none;
}

/** Related **/
.related {
	clear: both;
	display: block;
}

/** Debugging **/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 15px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.cake-debug-output {
	padding: 0;
	position: relative;
}
.cake-debug-output > span {
	position: absolute;
	top: 5px;
	right: 5px;
	background: rgba(255, 255, 255, 0.3);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 6px;
	color: #000;
	display: block;
	float: left;
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.cake-debug,
.cake-error {
	font-size: 16px;
	line-height: 20px;
	clear: both;
}
.cake-error > a {
	text-shadow: none;
}
.cake-error {
	white-space: normal;
}
.cake-stack-trace {
	background: rgba(255, 255, 255, 0.7);
	color: #333;
	margin: 10px 0 5px 0;
	padding: 10px 10px 0 10px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.cake-stack-trace a {
	text-shadow: none;
	background: rgba(255, 255, 255, 0.7);
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0px 4px 10px 2px;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	text-decoration: none;
	-moz-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
}
.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
.cake-context {
	margin-bottom: 10px;
}
.cake-stack-trace pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px 0 10px 0;
	padding: 1em;
	overflow: auto;
	text-shadow: none;
}
.cake-stack-trace li {
	padding: 10px 5px 0px;
	margin: 0 0 4px 0;
	font-family: monospace;
	border: 1px solid #bbb;
	-moz-border-radius: 4px;
	-wekbkit-border-radius: 4px;
	border-radius: 4px;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
}
/* excerpt */
.cake-code-dump pre,
.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
.cake-code-dump .code-highlight {
	display: block;
	background-color: rgba(255, 255, 0, 0.5);
}
.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
.code-coverage-results div.covered span.content {
	background:#cec;
}
.code-coverage-results div.ignored span.content {
	color:#aaa;
}
.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
.code-coverage-results span.line-num strong {
	color:#666;
}
.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
.code-coverage-results div.realstart {
	margin-top:0px;
}
.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
.code-coverage-results span.result-bad {
	color: #a00;
}
.code-coverage-results span.result-ok {
	color: #fa0;
}
.code-coverage-results span.result-good {
	color: #0a0;
}

/** Elements **/
#url-rewriting-warning {
	display:none;
}
#hugo{
    text-align: center;
    font-weight:normal;
	padding: 0px 0px;
	border:0px solid #111;
	-webkit-border-radius: 20px;
}

#cabecera{
    background-position: center top;
    background-image:url(../img/sin_logo.jpg);    
    background-repeat:no-repeat; 
    background-size:900px 600px;
    /*background-color: #07f08980;/*#ccc;*/
    margin-top:5px;
    margin-left:5px;    
}

#cabeceratitulo{
    margin-left:0%;
    margin-right:0%;
    text-shadow: white 3px -2px 4px;
    color : #111;
    min-width: 800px;
    /*max-width: 800px;*/
}

#prueba{
    clear: both;
    color: #555; 
    overflow: auto;
    opacity: 1;
    /*margin-left: 0%;
    margin-right: 0%;*/
    background-image:url(../tras25.png);
    border-radius: 5px;
    /*min-width: 800px;
    max-width: 800px;*/
}

#login_boder{
    height: 150px;
    width: 200px;
    border: #ddd;
    border: 2px solid;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 40px;
    background: #eee;
    min-width: 200px;
}

#tu-div   {
    background-image: url(../app/webroot/img/btnazul.jpg);
    background-repeat:no-repeat; 
}

#posicionimagen {
    padding:5px 5px 5px 5px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:black;
    border-width:1px;
    width:auto;
    display:inline-block;
    border-style:solid;
    vertical-align: top;
    margin: 0px;
    border-color: #777;
}

#header1{    
    margin:auto;
    width: 90%;
    /*margin-top: -1.3em;*/
    margin-left: 3.8em;
    font-family:Arial, Helvetica, sans-serif;    
}

.nav li a{
   border-radius: 5px;
   background-color: #000;
   color:#000;
   text-shadow: white 1px 1px 1px;
   text-decoration: none;
   padding: 3px 10px;
   display:block;
   /*font-size: 100%;*/
   background: #6db3f2; /* Old browsers */
   /*background: -moz-linear-gradient(top, #6db3f2 0%, #3690f0 11%, #65abed 79%, #3690f0 88%, #1e69de 100%); /* FF3.6+ */
   /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6db3f2), color-stop(11%,#3690f0), color-stop(79%,#65abed), color-stop(88%,#3690f0), color-stop(100%,#1e69de)); /* Chrome,Safari4+ */
   /*background: -webkit-linear-gradient(top, #6db3f2 0%,#3690f0 11%,#65abed 79%,#3690f0 88%,#1e69de 100%); /* Chrome10+,Safari5.1+ */
   /*background: -o-linear-gradient(top, #6db3f2 0%,#3690f0 11%,#65abed 79%,#3690f0 88%,#1e69de 100%); /* Opera 11.10+ */
   /*background: -ms-linear-gradient(top, #6db3f2 0%,#3690f0 11%,#65abed 79%,#3690f0 88%,#1e69de 100%); /* IE10+ */
   /*background: linear-gradient(to bottom, #6db3f2 0%,#3690f0 11%,#65abed 79%,#3690f0 88%,#1e69de 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */
   border: 1px solid #00000040;
   text-align: left;
   /*border-width:1px;
   border-style: solid;*/
}  
.nav li a:hover {
   background:#ddd;
}
.nav li a:focus {
    background-color:#aaa;
    border: 1px solid #fff;
}
.nav > li{
   float:left;
}
.nav li ul{
   display:none;
   position:absolute;
   min-width:140px;
}
.nav li:hover >ul{
   display:block;
}
.nav li ul li{
   position: relative;
   right: 42px;
   top:-3px;
    z-index: 1;
}
.nav li ul li ul {
   right:-130px;
   top:0px;
}

.navTareas li div{
    background-color: #000;
    color:#222;
    text-decoration: none;
    padding: 0.3em;
    display:block;
    background: #ddd; 
    border: 1px solid #00000040;
    text-align: center;
    min-width: 16em;
    font-size: 1.5em;
    margin: 1px;
    border-radius: 5px;
}  
.navTareas li div:hover {
    background:#8db5f4;
    color: #001191;
}
.navTareas li div:focus {
    background-color:#aaa;
    border: 1px solid #fff;
}
.navTareas li div:active {
    background-color:#666;
    border: 1px solid #ccc;
    color: #bbb;
}
.navTareas > li{
   float:left;
}
.navTareas li ul{
   display:none;
   position:absolute;
   min-width:140px;
}
.navTareas li:hover >ul{
   display:block;
}
.navTareas li ul li{
   position: relative;
   right: 42px;
   top:-3px;
    z-index: 1;
}
.navTareas li ul li ul {
   right:-130px;
   top:0px;
}



.menusuperior{  
   float: center;
   padding: 1px 1px 1px 1px;
   border: 1px solid #666;
   border-radius: 0px 0px 5px 5px;
   font-size: 150%;
   min-width: 800px;
   max-width: 96%;
   color: white;
   text-align: center;
   background-repeat:no-repeat; 
   background-size:100% 100%;
   background-image:url(img/titulo1.png);    
   margin-left: 2%;
   margin-bottom: 3px;
}
.menusuperior a {
   text-decoration: none;
   color: white;
}

.menusuperior p {
   text-decoration: none;
   color: black;
}

.navi li a{
   background-color: #000;
   color:#000;
   text-decoration: none;
   padding: 2px 2px;
   display:block;
   font-size: 85%;
   background: #6dcff2; /* Old browsers */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */
   border:#000;
   /*border-width: 1px;
   border-style: solid;*/
}  
.navi li a:hover {
   background:#ddd;
}

.navi > li{
   float:left;
}
.navi li ul{
   display:none;
   position:absolute;
   min-width:140px;
}
.navi li:hover >ul{
   display:block;
}
.navi li ul li{
   position: relative;
   right: 42px;
   top:-3px;
}
.navi li ul li ul {
   right:-140px;
   top:0px;
}
.centrado {
   text-align: center;
   min-width: 90px;
   max-width: 90px;
   width: 90px;
}
.centrado a:hover{
   background-color: #777;
   border-radius: 2px;
}
.centrado1 {
   text-align: center;
}
.centrado1 a:hover{
   /*background-color: #777;*/
   border-radius: 2px;
}
.acciones1{
    /*background-image:url(../tras25.png);   
    background-repeat:no-repeat; 
    background-size:100% 100%;*/
    background:#ddd;
    color: #111;
    font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
    font-size: 200%;
    text-align: center;
    border-radius: 5px;
    /*text-shadow: 0.1em 0.1em 0.2em #111 ;*/
    min-height: 25px;
    padding:3px;
    border: #777 1px solid;
    margin-bottom: 3px;
}
.acciones1 a{
   display: block;
   float: right;
   margin-left: 8px;
   margin-right: 8px;
}

.clientesmenu{
   margin-left: 570px;
   width: 120px;
   clear: both;
   font-size: 40%;
   text-align:left;
}

.clientesmenuButton{
   clear: both;
   font-size: 40%;
   text-align:left;
   vertical-align: text-bottom;
}

.guardar{
    cursor: default;
   background: #373;
   /*background-image: -webkit-gradient(linear, left top, left bottom, from(#77aa00), to(#009900));
   background-image: -webkit-linear-gradient(top, #77aa00, #009900);
   background-image: -moz-linear-gradient(top, #77aa00, #009900);*/
   border-color: #009900;
   color: white;
   text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
   padding: 5px;
   display: inline;
   font-size: 200%;
   border: 1px solid black;
   float: right;
   border-radius: 4px;
   text-align: center;
   clear: none;
   margin:0.5em;
}  

.guardar:hover {
	border: 1px solid white;
	background: #292;
}

.cancelar{
    cursor:default;
   background: #900;/*
   background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7700), to(#990000));
   background-image: -webkit-linear-gradient(top, #ff7700, #990000);
   background-image: -moz-linear-gradient(top, #ff7700, #990000);
   border-color: #990000;*/
   color: white;
   text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
   padding: 5px;
   display: inline;
   font-size: 200%;
   border: 1px solid black;
   float: right;
   border-radius: 4px;
   text-align: center;
   clear: none;
   margin: 0.5em;
}  

.cancelar:hover {
	border: 1px solid white;
	background: #B22;
}

.botongeneral{
   background: #c4e0ff63;
   color: block;
   /*text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;*/
   padding: 2px 0px 2px 5px;
   display: inline;
   border: 1px solid gray;
   float: left;
   border-radius: 7px 14px 14px 7px;
   text-align: center;
   display: flex;
   font-family: 'Poppins', sans-serif;
   font-weight: 300 !important;
}  

.botongeneral:hover {
	border: 1px solid white;
	background: #82beffab;
	cursor: pointer;
}

.botongeneral:active {
    text-shadow: rgba(200, 200, 200, 0.5) 0px -1px 0px;
    padding: 3px 0px 1px 5px;
    border: 1px solid black;
}

.botongeneral_imagen{
    padding: 0px;
    max-width: 1.5em;
    max-height: 1.5em;
    cursor: pointer;
    background-color: #fff7;
    border-radius: 50px;
    border: 1px;
    text-align: center;
}

.botongeneral_imagen:active {
    background-color: #fff0;
}

.botongeneral_imagen:focus {
    background-color: #fff0;
}

.botongeneral_texto{
    text-align: right;
    color: black;
    margin-bottom: 2px;
    /*margin-right: 0.1em;*/
}

.botongeneral_texto:hover{
    text-align: left;
    color: black;
}

.texcen input{
   text-align: center;
}

.texrig input{
   text-align: right;
}

.boton {
    margin-top: 15px;   
}

.boton a{
   border-radius: 3px;
   background-color: black;
   color: black;
   text-shadow: #ccc 1px 1px 1px;
   text-decoration: none;
   padding: 3px 10px;
   background: #6db3f2;; /* Old browsers */
   /*background: -moz-linear-gradient(top,  #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 58%, #e0eff9 100%); /* FF3.6+ */
   /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f6f8), color-stop(50%,#d8e1e7), color-stop(58%,#b5c6d0), color-stop(100%,#e0eff9)); /* Chrome,Safari4+ */
   /*background: -webkit-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 58%,#e0eff9 100%); /* Chrome10+,Safari5.1+ */
   /*background: -o-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 58%,#e0eff9 100%); /* Opera 11.10+ */
   /*background: -ms-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 58%,#e0eff9 100%); /* IE10+ */
   /*background: linear-gradient(to bottom,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 58%,#e0eff9 100%); /* W3C */
   /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); /* IE6-9 */
   border: solid 1px #888;
   /*font-size:150%;*/
}

.boton a:focus {
    background-color: #aaa;
    border: 1px solid #fff;
}

.boton a:hover {
    background: #ddd;
}

.botonDos{
    border-radius: 3px;
    background-color: black;
    color: #fff;
    text-shadow: #333 1px 1px 1px;
    text-decoration: none;
    padding: 3px 10px;
    background: #4baafd ; /* Old browsers */
    /*background: -moz-linear-gradient(top,  #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 58%, #e0eff9 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f6f8), color-stop(50%,#d8e1e7), color-stop(58%,#b5c6d0), color-stop(100%,#e0eff9)); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 58%,#e0eff9 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 58%,#e0eff9 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 58%,#e0eff9 100%); /* IE10+ */
    /*background: linear-gradient(to bottom,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 58%,#e0eff9 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); /* IE6-9 */
    border: solid 1px #888;
    font-size:150%;
 }
 
 .botonDos:focus {
     /*background-color: #aaa;*/
     border: 1px solid #fff;
     color: #333;
     text-shadow: #ddd 1px 1px 1px;
 }
 
 .botonDos:hover {
     border: 1px solid #eee;
     /*background: #ddd;*/
     text-shadow: none;
 }

 .botonDos:active {
    background: #f2f6f8;
    /*background-color: #3e8e41;
    box-shadow: 0 5px #666;
    transform: translateY(4px);*/
  }

.fechabuscarctacte{
   float: left;
   clear: none;
   height: 38px;
   border-left: 10px ;
}

.fechabuscarctacte input {
   width:200px; 
   border-radius: 5px;
   text-align: center;
   margin-left :5px; 
}

.fechabuscarctacte label{
   display: inline;
}

.pedidosctacte{
   width: 99%;
   float: left;
   clear: none;
}
.pedidositem{
   max-width: 600px;
   float: left;
   display: inline ;
   border-bottom: 1px solid #111;
}
.pedidositem input[type="checkbox"]{ 
   margin : 1px;
}

.tdnumero{
   text-align: right;
}

.tdfecha{
   text-align: center;
}

.buscarmain {   
   border-radius: 5px;
   text-align: left;   
   margin: 2px;
   /*margin-left: 20px;   
   text-shadow: 0.1em 0.1em 0.2em #111 ;   */
   clear: none;
   float:left;
   
}

.buscaritem {   
   margin: 2px;
   margin-right: 10px;   
   /*text-shadow: 0.0em 0.0em 0.2em #111 ;   */
   float:left;
}

.buscaritem select {       
   border-radius: 5px;
   /*height: 20px;*/
   margin-top: 2px;
   text-align: right ;
   font-size: 110%;
}

.buscaritem label {   
    color: #111;
   font-size: 110%;
}

.buscaritem input{
   border-radius: 5px;
   text-align: center;
   font-size: 110%;
}

.alarmas{
   /*position: absolute;
   top: 147px;
   border-radius: 5px;
   background-image: url(../tras75.png);
   border: 1px solid #111;
   */
   clear: none;
   padding: 1px 1px 1px 1px ;
   min-width: 800px;
   height: 40px;
   color: black;
   text-decoration:none;
   margin-left: 6em;
   margin-bottom: 3px;   
}

.alarmas a{
   text-decoration:none;
}

.alarmassub1{
   float: left;  
   /*padding: 1px 1px 20px 1px;*/
   border: 1px solid black;
   border-radius: 8px 0px 0px 0px;
   color: black;
   border: 1px solid black;
   text-align: left;
   margin-top :2px;
   text-shadow: 0.0em 0.0em 0.3em #fff ;
   background-color: #ddd;
   padding:2px;
   margin-top: 5px;
   min-height:28px;
   min-width:222px;
}
.alarmassub2{
   float: left;
   /*padding: 1px 1px 20px 1px;*/
   border: 1px solid black;
   color: black;
   text-align: left;
   margin-top :2px;
   margin-left :2px;
   text-shadow: 0.0em 0.0em 0.3em #fff ;
   background-color: #ddd;
   padding:2px;
   margin-top: 5px;
   min-height:28px;
   min-width:220px;
}
.alarmassub3{
   float: left;
   /*padding: 1px 1px 20px 1px;*/
   border: 1px solid black;
   border-radius: 0px 0px 8px 0px;
   color: black;
   text-align: left;
   margin-top :2px;
   margin-left :2px;
   text-shadow: 0.0em 0.0em 0.3em #fff ;
   background-color: #ddd;
   padding:2px;
   margin-top: 5px;
   min-height:28px;
   min-width:222px;
}
.alarma_div_t{
   background-repeat:no-repeat; 
   background-size:110% 110%;
   float: left;
   margin-left: 10px;
   margin-top : 2%;
}
.alarma_div_r{
   background-image: url(../img/r.png);
   background-repeat:no-repeat; 
   background-size:100% 100%;
   height:20px; 
   width:20px;
   float: left;
   margin-left: 10px;
   margin-top : 2%;
}
.alarma_div_a{
   background-image: url(../img/a.png);
   background-repeat:no-repeat; 
   background-size:100% 100%;
   height:20px; 
   width:20px;
   float: left;
   margin-top : 2%;
}
.alarma_div_v{
   background-image: url(../img/v.png);
   background-repeat:no-repeat; 
   background-size:100% 100%;
   height:20px; 
   width:20px;
   float: left;
   margin-top : 2%;
}
.alarma_texto{
   text-align: center;
   padding-top: 0px;
}
.detalles{
   border: 1px solid #111;
   border-radius: 5px;
   background-image: url(../tras75b.png);
   min-width: 45%;
   max-width: 45%;
   margin-top: 5px;
   padding: 0.5em
}

.inftitulo{
    width: 40px;
    color : #111;
    background: #ccc;
    max-height: 8px;
}

.inftitulonum{
    width: 40px;
    color : #111;
    background: #ccc;
}

.inftitulolet{
    color : #111;
    background: #ccc;
}

.infcont{
    
}

.infcontnum{
    text-align: right;
}

.infcontlet{
    text-align: left;
}

.Layer1 {
	width: 700px;
	height:225px;
        z-index:1;
        border: 1px solid #111;
        text-align: left;
        min-width: 700px;
        max-width: 700px;
        overflow: auto;
        background-color: #eee;
}
.Layer2 {
	position:relative;
        top: 5px;
        left: 5px;
        right: 5px;
	width:100px;
	height:100px;
	z-index:4;
        border: 1px solid #555;
        float: left;
        text-align: center;
        margin: 2px;
}
.Layer3 {
        position:relative;
      	width:100px;
	height:85px;
        text-align: right;
}
.Layer4 {
        position:relative;
      	width:100px;
	height:15px;
        text-align: left;
        float: left;
}
.Layer5 {
        position:relative;
      	width:85px;
	height:14px;
        text-align: left;
        max-width: 85px;
        max-height: 14px;
        overflow: hidden;
        float: left;
}
.Layer6 {
        position:relative;
      	width:15px;
	height:15px;
        max-width: 15px;
        max-height: 15px;
        float: left;
        
}
.buttonCliPro{
    font-size: 150%;
}


.autocomplete {
  /*position: relative;
  display: inline-block;
  width: 99%;
  padding: 1px;
  border: solid 1px #000;  
  border-radius: 4px;*/
}

.autocomplete input{
    margin: 0px;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  overflow: auto;
  max-height: 15em;
  line-height: 25pt;
  font-size: 115%;
  color: #222;
}

.autocomplete-items div {
  padding: 0px 0px 0px 5px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
  text-align: left;

}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
  color: #000;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

.autocomplete input, textarea{
    font-size: 100%;
    width: 99%;
    /*margin: 1px;
    padding: 1px;*/
    background-color: #fff;
    border: solid #fff 1px;
    
}

.autocompletePlanos {
  position: relative;
  display: inline-block;
  width: 98%;
  padding: 0px;
  border: solid 1px #000;
  border-radius: 4px;
}

.autocompletePlanos-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  overflow: auto;
  max-height: 15em;
  line-height: 25pt;
  font-size: 115%;
}

.autocompletePlanos-items div {
  padding: 0px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
  color: #222;
}

/*when hovering an item:*/
.autocompletePlanos-items div:hover {
  background: #ccc;
  color: #000;
}

/*when navigating through the items using the arrow keys:*/
.autocompletePlanos-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

.autocompletePlanos input, textarea{
    font-size: 100%;
    width: 98%;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    border: solid #fff 1px;
    
}

.autocompleteCli {
  position: relative;
  display: inline-block;
  width: 98%;
  padding: 1px;
  border: solid 1px #000;
  border-radius: 4px;
}

.autocompleteCli-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  overflow: auto;
  max-height: 15em;
  line-height: 25pt;
  font-size: 115%;
  background: #ccc;
}

.autocompleteCli-items div {
  padding: 0px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
  color: #222;
  
}

/*when hovering an item:*/
.autocompleteCli-items div:hover {
  background-color: #e9e9e9; 
  color: #000;
}

/*when navigating through the items using the arrow keys:*/
.autocompleteCli-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

.autocompleteCli input, textarea{
    font-size: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    border: solid #fff 0px;
}

.autocompleteCombo {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 2px;
    border: solid 1px #000;
    border-radius: 4px;
  }
  
  .autocompleteCombo-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    overflow: auto;
    max-height: 15em;
    line-height: 25pt;
    font-size: 115%;
    background: #bbb;
    padding: 1px;
  }
  
  .autocompleteCombo-items div {
    padding: 0px;
    cursor: pointer;
    background-color: #fff; 
    border-bottom: 1px solid #d4d4d4; 
    color: #222;
  }
  
  /*when hovering an item:*/
  .autocompleteCombo-items div:hover {
    background-color: #e9e9e9; 
    color: #000;
  }
  
  /*when navigating through the items using the arrow keys:*/
  .autocompleteCombo-active {
    background-color: DodgerBlue !important; 
    color: #ffffff; 
  }
  
  .autocompleteCombo input, textarea{
      font-size: 100%;
      width: 100%;
      margin: 0px;
      padding: 0px;
      background-color: #fff;
      border: solid #fff 1px;      
  }
  
.tr {
	/*background-image: url(img/thgris.png);
	background-size: 100% 100%;
	*/
	background-color: white;
    text-align: left;
    display: flex;
    border: 1px solid #e9e9e9;
    padding-left: 1px;
}

.th01 {  border: solid 1px white; width: 01%;  font-size: 1.25em; margin: auto; }
.th05 {  border: solid 1px white; width: 05%;  font-size: 1.25em; margin: auto; }
.th10 {  border: solid 1px white; width: 10%;  font-size: 1.25em; margin: auto; }
.th15 {  border: solid 1px white; width: 15%;  font-size: 1.25em; margin: auto; }
.th20 {  border: solid 1px white; width: 20%;  font-size: 1.25em; margin: auto; }
.th25 {  border: solid 1px white; width: 25%;  font-size: 1.25em; margin: auto; }
.th30 {  border: solid 1px white; width: 30%;  font-size: 1.25em; margin: auto; }
.th35 {  border: solid 1px white; width: 35%;  font-size: 1.25em; margin: auto; }
.th40 {  border: solid 1px white; width: 40%;  font-size: 1.25em; margin: auto; }
.th45 {  border: solid 1px white; width: 45%;  font-size: 1.25em; margin: auto; }
.th50 {  border: solid 1px white; width: 50%;  font-size: 1.25em; margin: auto; }
.th55 {  border: solid 1px white; width: 55%;  font-size: 1.25em; margin: auto; }
.th60 {  border: solid 1px white; width: 60%;  font-size: 1.25em; margin: auto; }
.th65 {  border: solid 1px white; width: 65%;  font-size: 1.25em; margin: auto; }
.th70 {  border: solid 1px white; width: 70%;  font-size: 1.25em; margin: auto; }
.th75 {  border: solid 1px white; width: 75%;  font-size: 1.25em; margin: auto; }
.th80 {  border: solid 1px white; width: 80%;  font-size: 1.25em; margin: auto; }
.th85 {  border: solid 1px white; width: 85%;  font-size: 1.25em; margin: auto; }
.th90 {  border: solid 1px white; width: 90%;  font-size: 1.25em; margin: auto; }
.th95 {  border: solid 1px white; width: 95%;  font-size: 1.25em; margin: auto; }
.th100{  border: solid 1px white; width: 100%; font-size: 1.25em; margin: auto; }

.thtitulo  {
	background-color: #ddd;
	font-size: 1.1em;
	color: #222;	
}

.thtexto {
	background-color: #fff;
	font-size: 1.1em;
	color: #222;
	width: 100%;
    height: auto;
    /*border-left: solid 1px #bbb;
    border-right: solid 1px #bbb;*/
}

.thtextoL {
	background-color: #fff;
	font-size: 1.1em;
	color: #222;
	width: 100%;
    height: auto;
    /*border-left: solid 1px #bbb;*/
    border-right: solid 1px #bbb;
    text-align: left;
}

.thtextoC {
	background-color: #fff;
	font-size: 1.1em;
	color: #222;
	width: 100%;
    height: auto;
    /*border-left: solid 1px #bbb;*/
    border-right: solid 1px #bbb;
    text-align: center;
}

.thtextoR {
	background-color: #fff;
	font-size: 1.1em;
	color: #222;
	width: 100%;
    height: auto;
    /*border-left: solid 1px #bbb;*/
    border-right: solid 1px #bbb;
    text-align: right;
}

.separador {
    /*border: solid 1px #ddd;*/
    margin: 4px;
}

.separador div{
	background: #aaa;
    height: 1px;
    width: auto;
    margin: 0.2em;
}

.detallepieza {
	visibility: visible;
    overflow-y: scroll;
    overscroll-behavior-y: none;
    height: 40em;
    padding: 0em 1em 1em 1em;
}

.tablecell {
	font-size: 1em;
	width: 95%;
	padding: 0px;
	margin: 0px;
}

.guardar_dos {
	background: #009900;  
    background-image: -moz-linear-gradient(top, #ff7700, #990000);
    color: white;
    padding: 7px;
    display: inline;
    font-size: 100%;
    border: 1px solid black;
    text-align: center;
    clear: none;
    margin: 1px;
    text-shadow: #555 0px 1px 5px;
    font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
}

.guardando {
	visibility: hidden; 
	margin-left: 0.5em; 
	padding: 12px; 
	float: right;
}

.boton {
   	padding: 0px;
   	font-size: 0.6em;
    border:#000;
}

.titulo {
    color: #111;
}

.acciones02{
    background:#97C78F;
    color: #111;
    font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
    font-size: 2em;
    text-align: center;
    border-radius: 5px;
    min-height: 25px;
    padding:3px;
    border: #777 1px solid;
    margin: 1px 1px 1px 1px;
}

.acciones03{
    background:#B4DEAD;
    color: #111;
    font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
    font-size: 1.75em;
    text-align: center;
    border-radius: 5px;
    min-height: 25px;
    padding:3px;
    border: #999 1px solid;
    margin: 3px 3px 3px 3px;
}

.acciones04{
    background:#d5f3d0;
    color: #111;
    font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
    font-size: 1.5em;
    text-align: center;
    border-radius: 5px;
    min-height: 25px;
    padding:3px;
    border: #aaa 1px solid;
    margin: 3px 10px 3px 10px;
}

.acciones12{
    background:#929BE0;
    color: #111;
    font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
    font-size: 2em;
    text-align: center;
    border-radius: 5px;
    min-height: 25px;
    padding:3px;
    border: #777 1px solid;
    margin: 1px 1px 1px 1px;
}

.acciones13{
    background:#ADB4F0;
    color: #111;
    font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
    font-size: 1.75em;
    text-align: center;
    border-radius: 5px;
    min-height: 25px;
    padding:3px;
    border: #999 1px solid;
    margin: 3px 3px 3px 3px;
}

.acciones14{
    background:#CDD2FA;
    color: #111;
    font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
    font-size: 1.5em;
    text-align: center;
    border-radius: 5px;
    min-height: 25px;
    padding:3px;
    border: #aaa 1px solid;
    margin: 3px 10px 3px 10px;
}


.acciones22{
    background:#C2C2C2;
    color: #111;
    font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
    font-size: 2em;
    text-align: center;
    border-radius: 5px;
    min-height: 25px;
    padding:3px;
    border: #777 1px solid;
    margin: 1px 1px 1px 1px;
}

.acciones23{
    background:#D1D1D1;
    color: #111;
    font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
    font-size: 1.75em;
    text-align: center;
    border-radius: 5px;
    min-height: 25px;
    padding:3px;
    border: #999 1px solid;
    margin: 3px 3px 3px 3px;
}

.acciones24{
    background:#E3E3E3;
    color: #111;
    font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
    font-size: 1.5em;
    text-align: center;
    border-radius: 5px;
    min-height: 25px;
    padding:3px;
    border: #aaa 1px solid;
    margin: 3px 10px 3px 10px;
}


.subcontent {
    margin: 0.5em;
    padding:3px;
    border: solid 1px #777;
    background: #eee;
    border-radius: 0.5em;
}

.caja01 {
	margin: 0em 2em 2em 2em;
    border: solid 1px #777;
}

.centrado1 {
    text-align: center;
    min-width: 100px;
    max-width: 100px;
    width: 100px;
}

.boton_dereca {
	float: right; 
	cursor: pointer;
	width: 21px;
	height: 21px;
}

.deplegar{
	display: none;
}

.check {
	width:auto;	
	float: right;
	display: flex;
}

.check label{
	display: block;
    font-size: 100%;
    margin-bottom: 1px;
    margin-left: 7px;
    margin-right: 1.5em;
}

.check input[type=checkbox] {
    clear: left; 
    float: left; 
    margin: 5px 5px 3px 3px; 
    width: auto; 
    transform: scale(1.5);
}

.rptAcciones2{
    background:#6cb561;
    color: #333;
    font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
    font-size: 1.6em;
    text-align: left;
    border-radius: 5px;
    min-height: 21px;
    padding:3px;
    border: #777 1px solid;
    margin: 3px 6px 3px 6px;
}

.rptAcciones3{
    background:#6cb561;
    color: #333;
    font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
    font-size: 1.5em;
    text-align: left;
    border-radius: 5px;
    min-height: 21px;
    padding:3px;
    border: #999 1px solid;
    margin: 3px 9px 3px 9px;
}

.rptAcciones4{
    background:#6cb561;
    color: #333;
    font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
    font-size: 1.4em;
    text-align: left;
    border-radius: 5px;
    min-height: 21px;
    padding:3px;
    border: #aaa 1px solid;
    margin: 3px 12px 3px 12px;
}

.conteiner-row{
    display: inline-table;
}

.row{
    font-size: 2em;
    padding: 0.1em 0.3em 0.1em 0.3em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background: #99ccff;
    color: #111;
    border: 1px solid #000;
    text-decoration: none;
    /*text-shadow: #555 0px 1px 5px;*/
    max-width: max-content;

}

.OT_fecha_limite{
    color: #cb4335;
    text-shadow: 0.1em 0.2em 0.3em #f1948a;
}

.OT_Agregados{
    margin: 1em;
    border: solid 1px gray;
    background: #bcb;
    border-radius: 0.5em;
}


.horas_admin_tbl_proceso{
    background: white;
    margin: 0 1em 0 1em;
    border: 1px solid lightgray;
    border-radius: 5px;
}