html  {
	height: 100%; /* kill peekaboo bug in IE */
	
}

body {
	border: none;
}

a {
	/*border-bottom: 1px solid #69c;
	color: #00019b;*/
	color: #7799C5;
	text-decoration: none;
}

a.delete:hover {
	background: #c00;
	color: #fff;
}

thead, .thead {
	background: #dfdfdf
}

a.edit, a.delete, a.edit:hover, a.delete:hover {
	border-bottom: none;
	display: block;
	padding: 5px 0;
	text-align: center;
}

a.edit:hover {
	background: #ccc;
	color: #036;
}

a:visited {
	color: #7799C5;
}

a:hover {
	color: #ccc;
}

body	{
	
	color: #000;
	margin: 0;
	padding: 0;
}

body, td {
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
}

h2 {
	border-bottom: .1em solid #DFDFE0;
	color: #1D85BA;
	font: normal 20px/20px serif;
	margin: 5px 10px;
	font-family: Tahoma, "Times New Roman", Times
}

h3 {
	/*border-bottom: .5em solid #68c1d8;*/
	color: #333;
	font: normal 14px/5px serif;
	margin: 5px 5px;
	font-family: Tahoma, "Times New Roman", Times
}

img, #footer a {
	border: 0;
}

input:focus, textarea:focus, label:focus {
	background: #fff;
	border: 1px solid #686868;
}

label {
	cursor: pointer;
}

label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}


li, dd {
	margin-bottom: 6px;
}

p, li, dl, dd, dt {
	line-height: 140%;
}

 input, select {
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	color: #000;
	font:  10px Verdana, Arial, Helvetica, sans-serif;
	margin: 1px;
	padding: 3px;
}

input {
	clear: both;
	/*font-size: 140%;*/
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	/*width: 80%;*/
}

.error {
	background: #FFEFF7;
	border: 1px solid #c69;
	margin: 1em 5% 10px;
	padding: 0 1em 0 1em;
}

.wrap {
	background: #fff;
	border: 1px solid #ccc;
	clear: both;
	margin: 15px 5%;
	padding: 1em;
}

#mainmenu {
	background: #cccccc;
	border-top: 3px solid #9abd42;
	margin: 0;
	padding: .2em .2em .3em 2em;
}


#mainmenu .current, #submenu .current {
	font-weight: bold;
	text-decoration: none;
}

#mainmenu a {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 3px 5px;
	border-bottom: none;
}

#mainmenu a:hover, #mainmenu a.current {
	background: #eef7de;
	color: #333;
}

#mainmenu li, #submenu li {
	display: inline;
	line-height: 200%;
	list-style: none;
	text-align: center;
}

#mainmenu a.current {
	background: #394a08;
	border-right: 2px solid #a7ce4a;
	color: #fff;
	padding-bottom: 8px;
}

#submenu, #minisub {
	background: #394a08;
	border-bottom: none;
	margin: 0;
	padding: 3px 2em 0 3em;
}

#submenu .current {
	background: #f9fcfe;
	border-top: 1px solid #659400;
	border-right: 2px solid #659400;
	color: #000;
}

#submenu a {
	border: none;
	color: #fff;
	font-size: 12px;
	padding: .3em .4em .4em;
}

#submenu a:hover {
	background: #eef7de;
	color: #393939;
}

#submenu li {
	line-height: 180%;
	height: 25px;
}

#user_info {
	
	right: 1em;
	top: 0;
	color: #fff;
	font-size: .9em;
}

#user_info a {
	color: #fff;
}

#footer {
	clear: both;
	text-align: center;
	width: 500px;
	margin: auto;
	height: 100px;
}
/*
#adminhead {
	
	padding: .8em 19em .8em 2em;
	color: #fff;
}

#adminhead a {
	color: #fff;
}

#adminhead h1 {
	font-size: 2.5em;
	font-weight: normal;
	margin: 0;
	

}

#adminhead h1 span {
	font-size: .4em;
	letter-spacing: 0;
}
*/
/******************* Modificaciones xor ****************************************/

/** Estilo para el grid **/
#scroll{
	width:100%;
	height:250px;
	overflow: auto;
}

/** Estilo para el grid **/

#grid{
	border:none;
	/*width: 99%;*/
}

#grid TABLE{
	/*width: 100%;*/
	overflow: auto;
}

#grid td {
	white-space:nowrap;
	border: 1px solid #FFFFFF;	
}

#grid th {
	font-family :"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: #ffffff;
	background-color: #AFAFAF;
	font-weight: bold;
	white-space:nowrap;
	border: 1px solid #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
}

#grid tr {
	height: 16px;
	font-family :"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	font-size : 10pt;
	color:#000000;
}


#grid tr.impar {
	background-color:#EAEAEA;
}

#grid tr:hover{
	font-family :"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	/*background-color:#6699FF;*/	
	background-color:#4498c7;	
}
	
#grid tr:visited{
	background: #000066;
	font-weight: bold;
	text-decoration: none;
}

#grid tr:active{
	color: #026141;
	
	background-position: bottom;
}

#grid a{
	/*display:block;
	padding-top: 4px;
	padding-right: 1px;
	padding-bottom: 4px;
	padding-left: 1px;*/
	text-decoration:none;
}

#grid a:hover {
	/*font-family :"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	background-color:#6699FF;*/
}

#grid a:active{
	font-family :"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	/*background-color:	#CEFCA0;*/
	}

/** Estilo para el grid1 **/

#grid1{
		border:none;
		width: 99%;
}

#grid1 TABLE{
		border:outset;
		width: 100%;
		overflow: auto;
		border: 1px solid #CCCCCC;
		padding:0;	
}

#grid1 td {
	white-space:nowrap;
	border-left-width: 0px;
	border-left-style: outset;	
}

#grid1 th {
    white-space:nowrap;
	
	background-position: bottom;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left-width: 1px;
	border-left-style: outset;
	border-left-color: #FFFFCC;
}

#grid1 tr {
	height: 25px;
	background-color:#D5D5D5;
}


#grid1 tr.impar {
	background-color:#EAEAEA;
}

#grid1 tr:hover{
	background:#99CCFF
}

#grid1 tr:visited{
	background: #000066;
	font-weight: bold;
	text-decoration: underline;
}

#grid1 tr:active{
	color: #026141;
	
	background-position: bottom;
}

#grid1 a{
	display:block;
	padding-top: 4px;
	padding-right: 1px;
	padding-bottom: 4px;
	padding-left: 1px;
}

#grid1 a:hover {
	color: #026141;
	
	background-position: bottom;
}


#grid1 a:active	{
	color: #026141;
	
	background-position: bottom;
}

#Logo1 {
/*position:absolute;*/	
	width:572px;
	height:63px;
	z-index:1;
	left: 0px;
	top: 0px;
	background:url(../images/logo_admin.jpg)
}

/* cake.generic.css */


/* Tables */
#gridcake table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
#gridcake th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
#gridcake th a {
	background:#f2f2f2;
	display: block;
	padding: 4px 4px;
	text-decoration: none;
}
#gridcake th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}

#gridcake table tr:hover{
	background:#99CCFF;
}

#gridcake table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
#gridcake table tr.altrow td {
	background: #f4f4f4;
}
#gridcake td.actions {
	text-align: center;
	white-space: nowrap;
}
#gridcake td.actions a {
	margin: 0px 6px;
}
#gridcake .cake-sql-log table {
	background: #f4f4f4;
}
#gridcake .cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
	
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	color: #003d4c;
	text-decoration: none;
	border: 1px solid #b2b2b2;	
	background-color: #f4f4f4;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 5px;
	vertical-align: top;
}
div.actions ul li a:hover {
	color: #333;
	background: #ccc;
}



/* Paging */
div.paging {
	
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

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

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}