#conteudo a{
	text-decoration:none;
}

#conteudo a:hover{
	text-decoration:underline;
}

#conteudo h1{
	font-size:20px;
	text-transform:uppercase;
	color:#FF0000;
	margin:4px;
}

#conteudo h2{
	font-size:16px;
	color:#333333;
	margin:4px;
}

#conteudo h3{
	font-size:18px;
	font-weight:normal;
	color:#FF0000;
	margin:4px;
}

#conteudo h3 a{
	font-size:18px;
	font-weight:normal;
	color:#FF0000;
}

#conteudo h3 a:hover{
	text-decoration:none;
	color:#CC0000;
}

#conteudo h4{
	color:#999;
	font-size:14px;
	margin:4px;
}

#conteudo .form h4{
	clear:both;
	color:#333;
	background:#E5E5E5;
	font-size:14px;
	padding:8px;
	margin:20px 0 8px 0;
}

#conteudo p{
	margin:4px 4px 8px 4px;
}

#conteudo p a{
	color:#FF0000;
}

#conteudo p a:hover{
	color:#CC0000;
}

#conteudo ul{
	padding:6px;
}

#conteudo ul li{
	margin:3px;
}

/* HOME */

#conteudo .subDest{ /* NOTICIAS */
	width:100%;
	float:left;
	padding:6px 0 16px 0;
}

#conteudo .homeBox{
	float:left;
	width:48%;
	padding:0 12px 20px 0;
	background:url(imagens/div.gif) no-repeat bottom;
}

#conteudo .homeBox ul{
	padding:0 0 0 2px;
	list-style:none;
}

#conteudo .eventos{ /* EVENTOS */
	float:left;
	width:310px;
}

#conteudo .moduloHome{
	width:330px;
	float:right;
}

#conteudo .eventos .eveFoto{
	float:left;
	width:300px;
	height:225px;
	overflow:hidden;
	display:block;
	margin-bottom:6px;
}

#conteudo .eventos a.eveFoto:hover{
	text-decoration:none;
}

#conteudo .eventos img{
	float:left;
	border:none;
}

#conteudo .eventos span{
	float:left;
	position:relative;
	width:300px;
	height:40px;
	background:#FFFFFF;
	top:-40px;
	opacity:0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
}

#conteudo .eventos em{
	position:relative;
	top:-74px;
	left:6px;
	font-style:normal;
	font-weight:bold;
	font-size:13px;
}

#conteudo .eventos p a{
	color:#666; 
}

#conteudo .eventos p a:hover{
	color:#333;
}

#conteudo .agenda{ /* AGENDA */
	float:left;
	margin-bottom:10px;
	background:url(imagens/div.gif) no-repeat bottom;
}

#conteudo .diaAg{
	float:left;
	padding-bottom:10px;
}

#conteudo .dataAg{
	float:left;
	width:40px;
	height:60px;
	text-align:center;
	margin-right:6px;
	background:url(imagens/data_div.gif) no-repeat center;
}

#conteudo .dataAg h5{
	font-size:26px;
}

#conteudo .dataAg em{
	font-size:14px;
	font-weight:bold;
	font-style:normal;
}

#conteudo .artigos{
	float:left;
}

#conteudo .artigoBox{
	width:96%;
	float:left;
	padding:6px 0 6px 6px
}

#conteudo .artigoBox:hover{
	background:#E5E5E5;
}

/* FORMULARIO */

#conteudo .form{
	width:90%;
	padding:10px;
	float:left;
}

#conteudo .form fieldset{
	width:90%;
	border:#E5E5E5 1px solid;
	float:left;
	padding:0 20px 20px 20px;
	margin-bottom:20px;
}

#conteudo .form table{
	width:100%;
	margin:10px 0 10px 0;
}

#conteudo .form table th{
	text-align:center;
}

#conteudo .form table td{
	padding:4px;
	text-align:center;
}

#conteudo .form legend{
	padding:4px 8px 4px 8px;
	font-size:18px;
	font-weight:bold;
	background:#E5E5E5;
	margin:0 4px 20px 4px;
}

#conteudo .form ul{
	margin-bottom:8px;
	padding:4px;
	background:#FFF;
	border:#FF0000 1px solid;
}

#conteudo .form ul li{
	margin:2px;
	list-style:none;
	color:#FF0000;
}

#conteudo .form p{
	width:100%;
	height:auto;
	margin:0;
	margin-bottom:10px;
	overflow:hidden;
}

#conteudo .form label{
	float:left;
	font-weight:bold;
	padding-right:6px;
}

#conteudo #fMini label{
	width:120px;
	text-align:right;
}

#conteudo #fLogin label{
	width:60px;
	text-align:right;
}

#conteudo .form em{
	font-size:11px;
	font-style:normal;
	padding-right:6px;
	float:left;
}

#conteudo .form em.required{
	font-size:20px;
	font-weight:bold;
	color:#FF0000;
	overflow:hidden;
	height:13px;
	position:relative;
	top:-4px;
}

#conteudo .form input, .form select, .form textarea{
	width:99%;
	height:18px;
	border:#CCC 1px solid;
	float:left;
}

#conteudo .form input.radio,#conteudo .form input.check{
	width:13px;
	height:13px;
	border:none;
	margin:0 6px 0 18px;
	overflow:hidden;
}

#conteudo .form textarea{
	height:80px;
	overflow:auto;
}

#conteudo .form a{
	float:left;
	font-weight:normal;
	color:#666;
	text-decoration:underline;
}

#conteudo .form a:hover{
	float:left;
	font-weight:normal;
	color:#777;
}

#conteudo .form .botao{
	width:65px;
	height:21px;
	float:right;
	background:url(imagens/botao.gif) no-repeat;
	border:none;
	font-weight:bold;
	font-size:11px;
	text-align:center;
}

#conteudo .boxCont{
	width:450px;
	float:left;
}

#conteudo .listCont{
	background:#E5E5E5;
	float:right;
	width:180px;
	padding:10px;
}

#conteudo .listCont h5{
	width:172px;
	padding:4px;
	background:#CCCCCC;
	float:left;
	margin-top:4px;
}

#conteudo .listCont ul{
	padding:0;
	float:left;
	margin-bottom:20px;
}

#conteudo .listCont ul li{
	width:168px;
	float:left;
	list-style:none;
	padding:0 6px 0 6px;
	margin:0;
}

#conteudo .listCont ul li a{
	width:100%;
	float:left;
	padding:8px 0 8px 0;
	background:url(imagens/dot.gif) repeat-x bottom;
}

#conteudo .sub_galeria{
	float:left;
	width:440px;
	padding:5px;
	background:#E5E5E5;
}

#conteudo .sub_galeria a{
	width:60px;
	height:45px;
	background:#FFF;
	float:left;
	margin:2px;
	padding:4px;
}

#conteudo .sub_galeria a:hover{
	background:#CCC;
}

#conteudo .sub_galeria img{
	border:none;
}

#conteudo #IMGgrande{
	width:440px;
	height:340px;
}

#conteudo .diretoria, #conteudo .filtro{ /* DIRETORIA */
	float:left;
	width:616px;
	padding:14px;
	border:#E5E5E5 4px solid;
	margin-bottom:10px;
}

#conteudo .diretoria img{
	float:left;
	margin-right:12px;
}

#conteudo .login{
	width:280px;
	float:left;
	margin-right:40px;
}

#conteudo .cadastre{
	width:300px;
	float:left;
}

#conteudo .cadastre a{
	font-size:15px;
	text-transform:uppercase;
	color:#999;
	float:left;
	padding:6px;
	border:#CCC 2px solid;
	font-weight:bold;
	margin:2px;
}

#conteudo .cadastre a:hover{
	text-decoration:none;
	color:#FF0000;
	border:#FF0000 2px solid;
}

#conteudo .lForm{
	padding:10px;
	border:#E5E5E5 5px solid;
	width:250px;
	float:left;
	margin:10px 0 10px 0;
}

#conteudo .lForm ul{
	margin-bottom:8px;
	padding:4px;
	background:#FFF;
	border:#FF0000 1px solid;
}

#conteudo .lForm ul li{
	margin:2px;
	list-style:none;
	color:#FF0000;
}

#conteudo .lForm p{
	width:100%;
	height:auto;
	margin:0;
	margin-bottom:10px;
	overflow:hidden;
}

#conteudo .lForm label{
	float:left;
	width:40px;
	text-align:right;
	padding-right:6px;
}

#conteudo .lForm input{
	width:190px;
	height:18px;
	border:#CCC 1px solid;
	float:left;
}

#conteudo .lForm .botao{
	width:65px;
	height:21px;
	float:right;
	background:url(imagens/botao.gif) no-repeat;
	border:none;
	font-weight:bold;
	font-size:11px;
	text-align:center;
}

#conteudo .curDet{
	width:100%;
	margin:10px 0;
	border:none;
}

#conteudo .curDet th{
	padding:4px;
	background:#E5E5E5;
	border:#CCC 1px solid;
	border-top:none;
}

#conteudo .curDet td{
	padding:6px 4px 6px 4px;
	border:#CCC 1px solid;
	border-top:none;
}

#conteudo .curDet .tit2 th{
	border:none;
	border-top:#FFFFFF 10px solid;
	background:#666;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}

#conteudo .idioma th{
	text-align:center;
}

#conteudo .idioma input{
	float:none;
	margin:0 auto;
}

#conteudo .filtro li{
	list-style:none;

	border-right:#CCC 1px solid;
	padding:4px 10px 2px 10px;
}

#conteudo .filtro li em{
	font-style:normal;
	font-weight:bold;
}

#conteudo .curList{
	width:100%;
}

#conteudo .curList th{
	color:#FFFFFF;
	padding:8px 0 10px 4px;
	background:#CC0000 url(imagens/header.png) repeat-x left bottom;
}

#conteudo .curList td{
	padding:4px;
}

#conteudo .curList td a{
	text-decoration:underline;
	color:#FF0000;
}

#conteudo .curList td a:hover{
	text-decoration:underline;
	color:#CC0000;
}

#conteudo .curList .rowcolor td{
	background:#E5E5E5;
}



/* DESTAQUE */

#conteudo #rotate{
	width:650px;
	height:224px;
	float:left;
	background:#E5E5E5;
	overflow:hidden;
	padding:5px;
}

#conteudo .dDest img{
	float:left;
	border:none;
}

#conteudo #boxImg{
	width:650px;
	height:224px;
	float:left;
}

#conteudo #boxImg p{
	height:24px;
	line-height:24px;
	overflow:hidden;
	float:left;
	margin:0;
}

#conteudo #boxImg p a{
	color:#666;
}

#conteudo #boxImg p a:hover{
	color:#333;
}

#conteudo .dDest .dCaption{
	height:30px;
	width:650px;
	float:left;
	position:relative;
	z-index:100;
	top:-48px;
}

#conteudo .dDest .fundoCaption{
	height:30px;
	width:650px;
	background:#FFF;
	float:left;
	z-index:2;
	opacity:0.50;
	-moz-opacity: 0.50;
	filter: alpha(opacity=50);
	position:relative;
	top:-84px;
}

#conteudo .dDest .dCaption ul{
	float:right;
	width:60px;
	height:30px;
	z-index:800;
	color:#FF0000;
	padding:0;
}

#conteudo .dDest .dCaption ul li{
	width:16px;
	height:16px;
	font-size:1px;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	margin:1px;
}

#conteudo .dDest .dCaption ul li a{
	display:block;
	width:15px;
	height:15px;
	cursor:hand;
	cursor:pointer;
	background:url(imagens/BT_1.gif) no-repeat;
	font-size:1px;
}

#conteudo .dDest .dCaption ul li a:hover{
	background:url(imagens/BT_3.gif) no-repeat;
}

#conteudo .dDest .dCaption ul li.ui-tabs-selected a{
	background:url(imagens/BT_2.gif) no-repeat;
}

#conteudo .ui-tabs-panel ui-tabs-hide{
	width:650px;
	height:200px;
}

@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
