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

* {
	margin:0;
	padding:0;
}

/** General Style Info **/
body {
	background: #f5fbfb;
	color: #000;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:90%;
	margin: 0;
}
#header{
	width:100%;
	height:80px;
	background: #fff;
}

.dblclick{
	background: url("../img/doble_click_hand.png") no-repeat scroll 5px center / 15px auto #fcb500;
    background-size: 15px auto;
    
    border: 2px solid #000000;
    border-radius: 10px;
    margin: 5px auto auto;
    width: 90%;
    padding-left:25px;
	}
div.toolstip{
	background-image: url('../img/toolstip.png');
	height: 117px;
    width: 328px;
    overflow:hidden;
    position:fixed;
    top:0;
    left:0;
    z-index:1000000;
}
#toolstip{
	/*border: 1px solid;*/
    font-family: times new roman;
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
    margin: 15px 0 0 55px;
    width: 75%;
    color: #ce1126;
    text-align: center;
    text-decoration: underline;
}
.toolstip_inf{
	/*border: 1px solid;*/
    font-family: arial;
    font-size: 13px;
    height: 56px;
    margin: 2px 0 0 55px;
    text-align: justify;
    width: 75%;
    font-weight: bold;
	color: #00529b;
}
div.form{
	background: #fff;
    border: 1px solid #82c3d7;
    border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	 
	 margin:auto;
	 margin-top:35px;
	 
	 width:80%;
	 overflow: hidden;
	

}
div.form_titulo, h2{
	width:100%;
	 background: none repeat scroll 0 0 #dbeef4;
    
    border-bottom: 1px solid #82c3d7;
    border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
    
    color: #004d99;
    font-size: 14px;
    height: 20px;
    
    padding-top: 2px;
    padding-bottom: 2px;
   /* position: relative;*/
    text-align: center;
    font-weight: bold;
    
}
div.form_titulo img, h2 img{
	float:right; 
	cursor:pointer; 
	margin-right: 6px; 
	margin-top: 2px;
}

label.titulo1{
	width:100%;
	color:#2a85e8;
	
}
 ul.lista1 li{
	color: #000000;
	width:49%;
	float: left;
	font-size: 10px;
	font-style:italic;
	
 }



div.actions ul li{
	display:inline-block;
	color :#cc1414;
}
div.actions ul li a{
	
border:1px solid #df0909; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 5px 5px 5px 5px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #f62b2b; background-image: -webkit-gradient(linear, left top, left bottom, from(#f62b2b), to(#d20202));
 background-image: -webkit-linear-gradient(top, #f62b2b, #d20202);
 background-image: -moz-linear-gradient(top, #f62b2b, #d20202);
 background-image: -ms-linear-gradient(top, #f62b2b, #d20202);
 background-image: -o-linear-gradient(top, #f62b2b, #d20202);
 background-image: linear-gradient(to bottom, #f62b2b, #d20202);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f62b2b, endColorstr=#d20202);
}

div.actions ul li a:hover{
 border:1px solid #b30808;
 background-color: #e40a0a; background-image: -webkit-gradient(linear, left top, left bottom, from(#e40a0a), to(#9f0202));
 background-image: -webkit-linear-gradient(top, #e40a0a, #9f0202);
 background-image: -moz-linear-gradient(top, #e40a0a, #9f0202);
 background-image: -ms-linear-gradient(top, #e40a0a, #9f0202);
 background-image: -o-linear-gradient(top, #e40a0a, #9f0202);
 background-image: linear-gradient(to bottom, #e40a0a, #9f0202);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e40a0a, endColorstr=#9f0202);
}










div.actions{
	clear:both;
}
div.submit{
	clear:both;
	text-align:center;
}
div.info, div.exito, div.alerta, div.error {
    font-family:Arial, Helvetica, sans-serif; 
    font-size:13px;
    border: 1px solid #000;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    margin:20px auto 0 auto ;
    width: 80%;
    cursor:pointer;
    font-weight:bold;
    
    border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
    
    
	
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	overflow:auto;
}
div.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../img/info.png');
}
div.exito {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../img/exito.png');
}
div.alerta {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../img/alerta.png');
}
div.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../img/error.png');
}

label.error, div.error-message {
    clear: both;
    color: #ff0000;
    font-style: italic;
}

div.error-message{
	font-family: "Trebuchet MS", "Myriad Pro", sans-serif;
	font-size: 12px;
	font-weight:bold;
	float:left;
	
	clear: both;
    color: #ff0000;
    font-style: italic;
	
}



table.form tr td{
	text-align:left;
}
table.form{
	width:95%;
	margin:10px;
	
	
}

.UsuariO {
    color: #ad2118;
    font-size: 16px;
    font-weight: bold;
    height: 23px;
    overflow: hidden;
    padding-top: 5px;
    white-space: normal;
    width: 800px;
    margin:auto;
}


.msg_info, .msg_exito, .msg_alerta, .msg_error {
       font-family:Arial, Helvetica, sans-serif; 
       font-size:13px;
       border: 1px solid;
       margin: 10px auto;
       padding:5px 0px 5px 30px;
       background-repeat: no-repeat;
       background-position: 10px center;
       -webkit-border-radius: 10px; -moz-border-radius: 10px;border-radius: 10px;
       width:80%;
}
.msg_info {
       color: #00529B;
       background-color: #BDE5F8;
       background-image: url('info.png');
}
.msg_exito {
       color: #4F8A10;
       background-color: #DFF2BF;
       background-image:url('exito.png');
}
.msg_alerta {
       color: #9F6000;
       background-color: #FEEFB3;
       background-image: url('alerta.png');
}
.msg_error {
       color: #D8000C;
       background-color: #FFBABA;
       background-image: url('../img/cerrar.gif');
} 

table.form tr td.label, label{
	font-family: "Trebuchet MS", "Myriad Pro", sans-serif;
	font-size: 12px;
	font-weight:bold;
	float:left;
	
}

div.checkbox {

text-align:left; 

}

div.checkbox label{
float:none;
text-align:left; 

}

div.centro{
	text-align:center;
	clear:both;
}
div.input{
  padding:2px;
  overflow:auto;
  /*width:90%;*/

	float: left;
    margin: 0 10px 5px;
    width: 45%;
    height:25px;

}

div.file{
  
    height:25px;
	 width: 100%;

}


div.checkbox_multiple{
	padding:2px;
	overflow:auto;
	margin: auto;
    width: 300px;
    /*height:25px;*/

}

div.textarea{
  padding:2px;
  overflow:auto;
  width:90%;

	float: left;
    margin: 0 10px 5px;
    height:50px;

}

div#ajax{
	clear:both;
	text-align:center;
}


input[type=text], input[type=password], input[type=number], select, textarea{
	width: 150px;
	font-family: "Trebuchet MS", "Myriad Pro", sans-serif;
	font-size: 12px;
	border:solid 1px #000;
	padding: 2px;
	float:right;
}

input[type=checkbox]{
	border:solid 1px #000;
	margin-right: 10px;
	 margin-top: 2px;
	float: left;
}


input[type=text]:not(.no_mayusc), input[type=password]:not(.no_mayusc), select:not(.no_mayusc), textarea:not(.no_mayusc){
	text-transform: uppercase;
	
}

input[type=text]:focus, input[type=password]:focus, input[type=number]:focus, select:focus, textarea:focus{
	background: #FFFF99;
	
	 border-color: rgba(82,168,236,0.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	
}

textarea{
	width: 400px;
	height: 40px;
	
}



input.error-message, select.error-message, textarea.error-message {
    border: 1px solid red !important;
}
span.msg {
	background-color: #ffffff;
	background-repeat: no-repeat;
	float: left;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	margin-left: 15px;
    margin-top: 2px;
    padding-left: 20px;
}
span.encontrado{
	background-image: url("../img/ok.png");
    color: green;
}
span.no_encontrado{
	background-image: url("../img/cerrar.gif");
    color: red;
}
span.buscando{
	background-image: url("../img/buscando.gif");
    color: blue;
}

button, input[type=button], input[type=submit]{
	/*background: linear-gradient(to bottom, #D7F2FB 0%, #76C0FB 50%, #C2F1FB 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
	background-color:#bbe3fa;
    border-color: #6151B1 #57517F #535072;
    font-family:Verdana,Arial,sans-serif;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    height: 27px;
    margin: 0.5em 0.4em 0.5em 0;
    outline: medium none;
    padding: 0 10px 0px 20px;
    font-weight:bold;
     -webkit-border-radius: 6px; -moz-border-radius: 6px;border-radius: 6px;
     webkit-box-shadow: #3F4040 5px 5px 5px  ;-moz-box-shadow: #3F4040 5px 5px 5px ; box-shadow: #3F4040 5px 5px 5px  ; 
     
     background-position: left center;
	background-size: 20px;
	background-repeat: no-repeat;
     
     
}
button:hover, input[type=button]:hover, input[type=submit]:hover {
    /*background: linear-gradient(to bottom, #D7F2FB 0%, #76C0FB 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    background-color:#84c7fa ;
    border-color: #535072 #57517F #6151B1;
    outline: medium none;
}

button.ok, input[type=button].ok, input[type=submit].ok{
	background-image: url("../img/aceptar.png");
}

button.find, input[type=button].find, input[type=submit].find{
	background-image: url("../img/buscar.png");
	padding: 0 10px;
	background-size: 20px;
}

button.save, input[type=button].save, input[type=submit].save{
	background-image: url("../img/disk.gif");
	background-size: 16px;
}

button.save, input[type=button].save, input[type=submit].save{
	background-image: url("../img/disk.gif");
	background-size: 16px;
}
button.imprimir, input[type=button].imprimir, input[type=submit].imprimir{
	background-image: url("../img/printer.gif");
	background-size: 16px;
}

button.find_peq, input[type=button].find_peq, input[type=submit].find_peq{
	background-image: url("../img/buscar.png");
	padding: 0 10px;
	background-size: 20px;
	margin:0px;
	background-repeat: no-repeat;
	border:none;
	background-color:#ffffff;
	webkit-box-shadow: none  ;-moz-box-shadow: none ; box-shadow: none ; 
}
button:disabled, input[type=button]:disabled, input[type=submit]:disabled{
	cursor: not-allowed;
	background-color:#c4c4c4;
	
}




/*
button.search:hover{
	width: 25px;
	height: 25px;
	background-image: url("../img/buscar.png");
	background-size: 20px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	border:none;
}
*/
/*
button, input[type=button], input[type=submit]{
	border:1px solid #25729a; -webkit-border-radius: 10px; -moz-border-radius: 10px;border-radius: 10px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 5px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #3093c7; background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85));
 background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
 background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
 background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
 background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
 background-image: linear-gradient(to bottom, #3093c7, #1c5a85);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
 cursor:pointer;
 
 
}
button:hover, input[type=button]:hover, input[type=submit]:hover{
	border:1px solid #1c5675;
 background-color: #26759e; background-image: -webkit-gradient(linear, left top, left bottom, from(#26759e), to(#133d5b));
 background-image: -webkit-linear-gradient(top, #26759e, #133d5b);
 background-image: -moz-linear-gradient(top, #26759e, #133d5b);
 background-image: -ms-linear-gradient(top, #26759e, #133d5b);
 background-image: -o-linear-gradient(top, #26759e, #133d5b);
 background-image: linear-gradient(to bottom, #26759e, #133d5b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759e, endColorstr=#133d5b);
}
*/




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);
}

.cake-debug {
	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: 7px 14px;
	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);
	text-align:left;
}
/*********************************************/
div.paging {
	color: #ccc;
	margin: 1em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(214, 214, 214, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid silver;
    border-radius: 3px;

    
    margin: 0 2px;
    text-align: center;

}
div.paging span.current {
	color: #fff;
	background:#428bca;
}
/*div.paging span a, div.paging a, div.paging span, div.paging div {
	border:solid 1px #ddd;
	padding: 6px
}*/
div.paging span{
	cursor: pointer;
    display: inline;
    /*float: left;*/
    line-height: 20px;
    padding: 5px;
    width: 18px;
}
div.paging span a{
	text-decoration: none;
}

div.paging span a:hover, div.paging a:hover, div.paging span:hover {
	color: #000;
	
}
div.paging span a{
border: none !important;

}

/**************************************/

.CSSTableGenerator {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}

table.lista2{
	border-collapse: collapse;
    border-spacing: 0;
	width:95%;
	margin:15px auto auto;
	padding:0px;
	border:1px solid #000000;
	box-shadow: 10px 10px 5px #888888;
}
table.lista2 tr th, table.lista2 tr td {
	color: #003366;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    
    border-left:solid .5px #FFF;
    border-right:solid .5px #FFF;
    border-bottom:solid 0.5px #999999;
    padding: 2px;
}

table.lista2 tr th {
    background:#E3EDFA;
    font-weight:bold;
    text-align: center;
}

table.lista2 tr td{
	padding: 2px;
    
}
table.lista2 tr:hover td {
    background:#FBEC88;
    cursor: pointer;
}





table.lista{
    border-collapse: collapse;
    border-spacing: 0;
	width:80%;
	margin:15px auto;
	padding:0px;
	border:1px solid #000000;
	box-shadow: 10px 10px 5px #888888;
}
table.lista tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
table.lista tr  th {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
table.lista tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}
table.lista tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}

table.lista tr:nth-child(odd){ background-color:#aad4ff; }
table.lista tr:nth-child(even)    { background-color:#ffffff; }
table.lista td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:2px;
	font-size:12px;
	/*font-family:Arial;*/
	font-weight:normal;
	color:#000000;
}
table.lista td a{
	vertical-align:middle;
	text-align:left;
	
	font-size:12px;
	
	font-weight:normal;
	color:#000000;
}
table.lista tr:last-child td{
	border-width:0px 1px 0px 0px;
}
table.lista tr td:last-child{
	border-width:0px 0px 1px 0px;
}
table.lista tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
table.lista tr th{
	background:-o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );
	background:-moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");	
	background: -o-linear-gradient(top,#005fbf,003f7f);

	background-color:#005fbf;
	border:1px solid #000000;
	text-align:center;
	/*border-width:0px 0px 1px 1px;*/
	font-size:12px;
	/*font-family:Arial;*/
	font-weight:bold;
	color:#ffffff;
	padding: 5px;
	
}
table.lista tr td.actions a{
	color :#cc1414;
}

 
table.lista tr th a{
	text-decoration:none;
	color:#ffffff;
}
/*table.lista tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );
	background:-moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");	background: -o-linear-gradient(top,#005fbf,003f7f);

	background-color:#005fbf;
}*/
table.lista tr:first-child td:first-child{
	/*border-width:0px 0px 1px 0px;*/
}
table.lista tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
table.lista tr:hover td, table.lista tr:hover td a{
	background:#FBEC88;
	cursor:pointer;
	/*font-weight:bold;*/
}








div.modal_main{
	background: none repeat scroll 0 0 #00ccff;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
 /*   z-index: 9999;*/
	cursor: wait;
}



div.modal_container{
	left: 533.5px;
	
    margin:0 !important;
    position: fixed;
    width: 600px;
    /*z-index: 10000;*/
	background-color: white;
    border: 4px solid #525252;
    box-shadow: 3px 3px 4px #ccc;
    
}

div.modal_container_inside{
	margin:0 !important;
    width: 100%;
    height: 100%;
    /*z-index: 10000;*/
	background-color: white;
    overflow:auto;
}


.cake-sql-log{
clear:both;
}










