/*------------------------------------------------------------------------
* Copyright (c) 2008-2012 ZooTemplate. All Rights Reserved.
* @license - Copyrighted Commercial Software
* Author: ZooTemplate
* Websites:  http://www.zootemplate.com
-------------------------------------------------------------------------
#zt-containerwrap {
	background:url(../../images/green/bg-contentwrapper.jpg) repeat-x scroll center top transparent;
}
#zt-container  {
	background: #E5E5E5 url(../../images/green/bg-container.jpg) repeat-x scroll center top;
}*/
h2  /* color: #689b06; color anterior verde*/
	color: #0099FF;
	font-size:18px;
}
a {
	/* color: #689b06; color anterior verde*/
	color: #0099FF;
}
a.readon  {
	background: #00c8ff;
	/* background: #7AB607; */
}
div.moduletable h3 span,
div.moduletable_menu h3 span,
div.moduletable_text h3 span {
	background: #00c8ff;
	/* background: #7AB607; */
}
h2.contentheading,
.contentheading,
#zt-left div.moduletable_style1 h3 span,
#zt-userwrap1 a.readon,
#zt-footer ul li a,
.modifydate {
	/* color: #689b06; color anterior verde*/
	color: #0099FF;
}
/*div.menusys_mega ul.level0 li.active > a.item > span > span.menu-title {    color:#689B06; }*/
div.menusys_mega ul.level0 li.active > a.item > span > span.menu-title {    color:#0099FF; }
/*div.menusys_mega ul.level0 li.hover > a.item > span > span.menu-title {    color: #689B06; }*/
div.menusys_mega ul.level0 li.hover > a.item > span > span.menu-title {    color: #0099FF; }

ul.pagination a,
ul.pagination span {
	/* color: #689b06; color anterior verde*/
	color: #0099FF;
}

.search .inputbox {
	/*background: #D8EF9F;*/
    background: #248cff;
	/*border: 1px solid #97bb5a;*/
    border: 1px solid #4d8cff; 
}

.search .button {
	/*background: #8e9803 url(../../images/green/bg-buttonsearch.jpg) repeat-x center top;*/
    background: #6f98ff url(../../images/blue/bg-buttonsearch.jpg) repeat-x center top;
}

legend {
	/*background: #9ca722;*/
    background: #9ca7d5;
}

.zt_tab_default_wrap ul.tabs_title li.first.active h3,
.zt_tab_default_wrap ul.tabs_title li.active h3 {
	/*background: #7AB607;*/
    background: #00c8ff;
}
.zt_tab_default_wrap ul.tabs_title li.first.active h3 span,
.zt_tab_default_wrap ul.tabs_title li.active h3 span {
	/*background: #7AB607;*/
    background: #00c8ff;
}

div.pagenave > .prev {
	background: url(../../images/green/bg-pre.jpg) no-repeat 0 0;
    
}
div.pagenave > .next {
	background: url(../../images/green/bg-next.jpg) no-repeat 0 0;
      
}