/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #9CC2EF;
}
.textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.textos01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.formularios {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.noticias {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
a:link {
	text-decoration: none;
	color: #003399;
}
a:visited {
	text-decoration: none;
	color: #003399;
}
a:hover {
	text-decoration: underline;
	color: #003399;
}
a:active {
	text-decoration: none;
	color: #003399;
}
.style1 {font-size: 11}

a{
	color: #003399;
	text-decoration: none;
}
a:hover{
	color: #003399;
	text-decoration: underline;
}
.tbform{
	border: 1px solid #ddd;
}
.tdlinha{
	border: 1px solid #eee;
	padding: 2px;
}
.tdtitulo{
	border: 1px solid #ccc;
	background-color: #f1f1f1;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	padding-left: 10px;
}
.campo{
	background-color: #FFFFFF;
	border: 1px solid #999;
	font-size: 11px;
	padding: 2px;
}
.campo_focus{
	border: 1px solid #900;
	background-color: #FFFFCC;
}
.fbotao{
	border: 1px solid #666;
	font-weight: bold;
	font-size: 11px;
	padding: 3px;
}
div.campoerror{
	font-size: 9px;
	color: #FF0000;
	font-weight: bold;
	display: inline;
	border: 0;
	padding-left: 10px;
}
div.error{
	background-color: #FFFFCC;
	color: #FF0000;
	font-weight: bold;
	margin: 20px auto;
	width: 400px;
	padding: 15px;
	border: 1px solid #f00;
	background-image: url(../../../images/bt_cancel.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 30px;
}

a.galeria{
	width: 160px;
	padding: 3px;
	background-color: #f9f9f9;
	border: 1px solid #eee;
	margin: 5px 5px 5px 0;
	text-align: center;
	display: inline-block;
}
a.galeria span{
	display: block;
	width: 140px;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #eee;
	margin: 0 auto;
	margin-bottom: 10px;
}
a.galeria:hover {
	background-color: #eee;
	border: 1px solid #ccc;
	text-decoration: none;
}
img{
	border: 0;
}
.flash{
	position: relative;
	z-index: 0;
 	
}
.cxMenu{
	margin-left: 3px;
	text-align: left;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			175px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			175px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			175px; /* match ul width */
	top:			0;
}

/*** SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
	padding: 		10px;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFFFFF;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	font-weight: bold;
}
.sf-menu li {
	background:		#BDD2FF;
	width: 175px;
}
.sf-menu li li {
	background:		#AABDE6;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#eee;
	outline:		0;
	color: #000000;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}



/*Fixos para Horizontal */

/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	175px;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	176px; /* match ul width */
	top:	0;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

.sf-menu .laranjaClaro{
	background-color: #ffcf27;
}
.sf-menu .laranja{
	background-color: #fe9518;
}
.sf-menu .vermelho{
	background-color: #FF0000;
}
.sf-menu .roxoClaro{
	background-color: #7a79bf;
}
.sf-menu .roxo{
	background-color: #565591;
}
.sf-menu .verdeClaro{
	background-color: #29aba3;
}
.sf-menu .verde{
	background-color: #44561c;
}
.sf-menu .preto{
	background-color: #181f08;
}