/* ----------------------------------------------------------------------------------------------- */
/* Navigation Bar	@CHARSET "ISO-8859-1";																			           */
/* ----------------------------------------------------------------------------------------------- */
.z-navbar>ul ul .z-nav-content,.z-navbar>ul ul .z-navitem-content,.z-navbar>ul ul .z-navseparator
	{
	background: none repeat scroll 0 0 #A52A2A;
}

.z-navbar>ul ul .z-nav-content:hover,.z-navbar>ul ul .z-navitem-content:hover
	{
	background: none repeat scroll 0 0 #372F2B;
}

.z-navbar-vertical>ul .z-nav-content,.z-navbar-vertical>ul .z-navitem-content,.z-navbar-vertical>ul .z-navseparator,.z-navbar-vertical>ul .z-nav-content:hover,.z-navbar-vertical>ul .z-navitem-content:hover
	{
	background-image: none;
	background: transparent repeat-x 0 0;
	background: #006466; /* Old browsers */
	background-image: -ms-linear-gradient(top, #006466 0%, #006466 100%);
	/* IE10+ */
	background-image: -moz-linear-gradient(top, #006466 0%, #006466 100%);
	/* Firefox 3.6+ */
	background-image: -o-linear-gradient(top, #006466 0%, #006466 100%);
	/* Opera 11.10+ */
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0%, #006466),
		color-stop(100%, #006466)); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, #006466 0%, #006466 100%);
	/* Chrome10+,Safari5.1+ */
	background-image: linear-gradient(to bottom, #006466 0%, #006466 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( 
		                     startColorstr='#006466', endColorstr='#006466',
		GradientType=0); /* IE6-9 */
}

.z-nav-content,.z-navitem-content {
	xcolor: #FFFFFF;
}

.iframe {
	background-image: none;
	background: transparent repeat-x 0 0;
	background: #006466; /* Old browsers */
	background-image: -ms-linear-gradient(top, #006466 0%, #006466 100%);
	/* IE10+ */
	background-image: -moz-linear-gradient(top, #006466 0%, #006466 100%);
	/* Firefox 3.6+ */
	background-image: -o-linear-gradient(top, #006466 0%, #006466 100%);
	/* Opera 11.10+ */
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0%, #006466),color-stop(100%, #006466)); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, #006466 0%, #006466 100%);
	/* Chrome10+,Safari5.1+ */
	background-image: linear-gradient(to bottom, #DB880A 0%, #DB880A 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006466', endColorstr='#006466',GradientType=0); /* IE6-9 */
 
}

/* ----------------------------------------------------------------------------------------------- */
/* Panel																				           */
/* ----------------------------------------------------------------------------------------------- */
.z-panel-header,.z-panel-head {
	background-image: none;
	background: transparent repeat-x 0 0;
	background: #FF0000; /* Old browsers */
	background-image: -ms-linear-gradient(top, #006466 0%, #006466 100%);
	/* IE10+ */
	background-image: -moz-linear-gradient(top, #006466 0%, #006466 100%);
	/* Firefox 3.6+ */
	background-image: -o-linear-gradient(top, #006466 0%, #006466 100%);
	/* Opera 11.10+ */
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0%, #FF0000),
		color-stop(100%, #FF0000)); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, #FF0000 0%, #FF0000 100%);
	/* Chrome10+,Safari5.1+ */
	background-image: linear-gradient(to bottom, #006466 0%, #006466 100%);
	/* W3C */
	xfilter: progid:DXImageTransform.Microsoft.gradient( 
		                     startColorstr='#006466', endColorstr='#006466',
		GradientType=0); /* IE6-9 */
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Menu colores app devecua
/* ----------------------------------------------------------------------------------------------------------------------- */

/* Menu hover sombre la opcion cuando selecciona */
.z-menu-content:hover,.z-menuitem-content:hover {
	background: #C6E3EE;
}
.z-menupopup:hover {
	background: #C6E3EE;
}

/* Menu fondo de la opcion  */
.z-menubar ul {
	background: none repeat scroll 0 0 #FF9999 ;
}
/* Colo del MenuItem seleccionado  */
.z-menu-content,.z-menuitem-content {
	color: black;
        font-size: 14px;
        font-weight: bold ;
}

.z-menupopup {
	background: none repeat scroll 0 0 #FFFFFF;
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Border Layout CSS Customization */
/* ----------------------------------------------------------------------------------------------------------------------- */
.myborlay .z-west-collapsed {
	background: none repeat scroll 0 0 #DBE6E0;
}

.myborlay .z-south-collapsed {
	background: none repeat scroll 0 0 #DBE6E0;
}

.z-west-header,.z-center-header,.z-east-header,.z-north-header,.z-south-header
	{
	background: none;
	background-color: #CB411A;
}

.mycenter.z-center {
	border: 2px solid #006466;
}

.mywest.z-west {
	border: 2px solid #006466;
}

/* ----------------------------------------------------------------------------------------------- */
/* 	Start: Window			  		   													   	   	   */
/* ----------------------------------------------------------------------------------------------- */
.mymodal.z-window-modal,.z-messagebox-window,.myembedded.z-window-embedded
	{
	background-image: none;
	background: transparent repeat-x 0 0;
	background: #A52A2A; /* Old browsers */
	background-image: -ms-linear-gradient(top, #A52A2A 0%, #A52A2A 100%);
	/* IE10+ */
	background-image: -moz-linear-gradient(top, #A52A2A 0%, #A52A2A 100%);
	/* Firefox 3.6+ */
	background-image: -o-linear-gradient(top, #A52A2A 0%, #A52A2A 100%);
	/* Opera 11.10+ */
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0%, #A52A2A),color-stop(100%, #A52A2A)); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, #A52A2A 0%, #A52A2A 100%);
	/* Chrome10+,Safari5.1+ */
	background-image: linear-gradient(to bottom, #A52A2A 0%, #A52A2A 100%);
	/* W3C */
} /* IE6-9 */



.myjack .z-column-content {
	color: white;
	background: #006466; /* Old browsers */
	background-image: -ms-linear-gradient(top, #00A9A7 0%, #006466 100%);
	/* IE10+ */
	background-image: -moz-linear-gradient(top, #00A9A7 0%, #006466 100%);
	/* Firefox 3.6+ */
	background-image: -o-linear-gradient(top, #00A9A7 0%, #006466 100%);
	/* Opera 11.10+ */
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0%, #00A9A7),
		color-stop(100%, #006466)); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, #00A9A7 0%, #006466 100%);
	/* Chrome10+,Safari5.1+ */
	background-image: linear-gradient(to bottom, #00A9A7 0%, #006466 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(
		                     startColorstr='#00A9A7', endColorstr='#006466',
		GradientType=0); /* IE6-9 */
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Listbox CSS Customization devecua
/* ----------------------------------------------------------------------------------------------------------------------- */
.z-listheader-content {
	background: #A52A2A; /* Old browsers */
	/* Chrome10+,Safari5.1+   default para firefox y chrome*/
	background-image: linear-gradient(to bottom, #A52A2A 50%, #A52A2A 10%);
	
}

/* ----------------------------------------------------------------------------------------------- */
/*  Button CSS ZK			  		   													   	   			   */
/* ----------------------------------------------------------------------------------------------- */
.z-button,.z-button:active,.z-button:focus {
        /* Color del boton devecua  */
	background: linear-gradient(to bottom, #A52A2A 5%, #DBE6E0 50%);
	xfilter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b',endColorstr='#bc3315', GradientType=0);
	background-color: #d0451b;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	display: inline-block;
	cursor: pointer;
        
        /* Color texto del boton devecua  */
	color: black;
	font-size: 11px;
	font-weight: normal;
        /* -------------  */
	padding: 6px 5px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #3d768a;
	border: medium none;
}

.z-button:hover {
	background: -moz-linear-gradient(top, #bc3315 5%, #d0451b 10%);
	background: -webkit-linear-gradient(top, #bc3315 5%, #d0451b 10%);
	background: -o-linear-gradient(top, #bc3315 5%, #d0451b 10%);
	background: -ms-linear-gradient(top, #bc3315 5%, #d0451b 10%);
}

/* ----------------------------------------------------------------------------------------------- */
/* 	Miscellaneous																				   */
/* ----------------------------------------------------------------------------------------------- */
.screenheaderlabel {
	color: #A52A2A;  
}

.screentitle {
	font-size: 14px;
	font-weight: bolder;
	color: #A52A2A; /*   */
}

.sectionSeperator {
	border-bottom: 4px solid #A52A2A; /*   */
}

.sectionSeperator2 {
	border-bottom: 4px solid #A52A2A; /*   */
}