/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	/*background: #FFFFFF url(../images/img01.gif) repeat-x;*/
	/*background: #FFFFFF url(../images/fundo.gif) repeat-x;*/
	
	background: #FFFFFF url(../images/fundo_topo_2.gif) repeat-x;
	/*background: #FFFFFF url(../images/fundo_topo_3.gif) repeat-x;*/
	
	/*background: #FFFFFF url(../images/my_fundo.gif);*/
	
	font-size: 13px;
	color: #666666;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #E75C14;
	margin:0;
	padding:0;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	/*line-height: 200%;*/
	line-height: 150%;
}

/*
blockquote {
	padding-left: 1em;
	border-top: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
	background: #F9F9F9;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}*/

a, .titulo {
	color: #3AA0B9;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	position:relative;
	width: 760px;
	
	height: 180px;
	/*height: 136px;*/
	
	margin: 0 auto;
	/*background: url(../images/img02.gif) no-repeat left center;*/
	
	/*background: url(../images/my_fundo.jpg) no-repeat center center;*/
	background: url(../images/my_fundo_2.jpg) no-repeat center center;
	border:0px solid red;
}

#logo {
	float: left;
	padding: 30px 0 0 0;
	/*background: url(../images/__logo.gif) no-repeat left center;*/
}

#logo h1, #logo p {
	margin: 0;
	/*color: #FFFFFF;*/
	color: #000;
}

#logo a {
	color: #000;
}

#search {
	float: right;
	width: 200px;
	padding: 135px 0 0 0;
	/*font-size: smaller;*/
	font-size:1.0em;
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

/*
#s {
	width: 190px;
	padding: 3px 5px;
	background: #FFFFFF url(../images/img03.gif) repeat-x;
	border: 1px solid #FFFFFF;
}

#x {
	display: none;
}
*/

/* Page */

#page {
	width: 720px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: right;
	width: 420px;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
}

.byline {
	margin: 0;
}

.meta {
	padding: 5px 10px;
	border: 1px solid #EFEFEF;
	background: #F9F9F9;
}

.meta .more {
	padding-left: 20px;
	background: url(../images/img04.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(../images/img05.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
}

#sidebar li li {
	padding-left: 10px;
	background: url(../images/img06.gif) no-repeat left center;
	border-bottom: 1px dotted #CCCCCC;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover, #sidebar a.sel {
	color: #E75C14;
}

/* Footer */

#footer {
	clear: both;
	padding: 30px 0;
	/*background: url(../images/img07.gif) repeat-x;*/
	background: url(../images/fundo_footer_2.jpg) repeat-x;
	text-align: center;
	font-size: smaller;
}


/* ------------------------------------------------------*/
#logoCE {
	
	float:right;
	/*width:255px;
	text-align:left;
	*/
	top:6px;
	margin:30px 0 0 0;
	padding:0;
	/*background:lime;*/
	/*right:0;*/
}

img{
	border:0;
}


/* ------------------------------------------------------*/
.clear{
	clear: both;
}

.none{
	display:none;
}

.back{
	clear:both;
	margin-top:10px;
	text-align:right;
}

input, textarea, select {
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	background:#FFF;
	border:1px solid gray;
	font-size:0.85em;
	padding:1px;
}

input:focus, select:focus, textarea:focus, input.sffocus  {
  background:#DCF1FA;
  color:#000; 
}

/*----------------------------------------------
	ERRO
*/
#erro{
	margin:0 auto; 
	width:90%;
	border: 1px solid #E75C14;
	background-color: #eef;
	padding: 10px 0px ;
	margin-bottom:10px;
	color:#E75C14;
	text-align:center;
	line-height:1.0em;
}

#erro a{
	color:#3772BF;
}

.msg{
	margin:0 auto; 
	width:90%;
	border: 1px solid #E75C14;
	background-color: #fff;
	padding: 10px 0px ;
	margin-bottom:10px;
	color:#E75C14;
	text-align:center;
	line-height:1.0em;
}


/* Formulário
------------------------------------------------------*/

.formulario{
	width:100%;
}

.formulario .descricao{
	width:160px;
	/*border:1px dotted #DE4303;*/
	border-bottom:0px dotted #425384;
	border-right:0px dotted #425384;
	padding:5px;
	/*color:#95A637;-*/
}

.formulario .valor{
	border-bottom:0px dotted #425384;
}


.legendacampo{
	font-size:9px;
	font-weight:normal;
	color:#acacac;
	line-height:1.2em;
}

table.botoesform{
	/*margin:0 auto;*/
	width:100%;
	border-top:1px dotted #3AA0B9;
	border-bottom:1px dotted #3AA0B9;
	background:#F5FBFE;
	margin-top:10px;
	padding:5px;
}

/*-------------------------*/
.anoObra{
	/*background:#69BFD4; */
	padding:5px;
	/*color: #69BFD4;*/
	color: #E75C14;
	width:80px;
	/*border-bottom:1px solid #69BFD4;*/
	font-weight:bold;
	font-size:14px;
}

/*--------- MY LISTAGEM----------------*/
.mylist{
	margin:10px 0;
	width:100%;
	background:#F5FBFE;	
	/*border-bottom:1px solid #3AA0B9;*/
	border-bottom:1px dotted #69BFD4;
}

.mylist img{
	/*border:1px solid #464343;*/
	margin:0 10px 0 0;
	border:1px solid #3AA0B9;
	padding:0px;
	background:#fff;
}

.mylist img.bullet{
	border:0;
	margin:0;
	padding:0px 0 0 0;
	background:none;
}

.mylist .resumo{
	margin-top:5px;
}


/*--------- NAVEGA ----------------*/
#navega{
	position:relative;
	font-size:8px;
	color:#acacac;
	font-weight:bold;
	margin:0 0 5px 0;
	padding:0;
	/*background:whitesmoke;*/
}

#navega a {
	/*color:#acacac;*/
	text-decoration:none;
	font-weight:normal;
	font-size:9px;
}

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

/*.....................................................................*/
/*.....................................................................*/


#pagination{
	position:relative;
	top:5px;
}

#pagination a:hover{
	/*text-decoration: underline;*/
	color:#000;
}

.pagination{
padding-top:10px;
margin:5px 0 5px 0;
}

.totpages{
	/*font-size: 10px;*/
	text-align:right;
	/*color:gray;*/
	margin-right:20px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: right; /*Set to "right" to right align pagination interface*/
font-size: 11px;

}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 0px solid #9aafe5;
text-decoration: none; 
/*color: gray;*/
}

.pagination a:hover, .pagination a:active{
border: 0px solid gray;
/*color:gray;*/
/*background-color: whitesmoke;*/
/*text-decoration: underline;*/
}

.pagination li.currentpage{
padding: 0 5px;
border: 1px solid #3AA0B9;
background-color: #F5FBFE;
color: #384B5B;
}

.pagination li.disablepage{
/*display:none;*/
padding: 0 5px;
border: 0px solid gray;
color: #ccc;
margin:10px
}

.pagination li.nextpage{
/*font-weight: bold;*/
margin:10px;
}

.pagination li.morepages{
padding: 0 5px;
}
/*.....................................................................*/
/*.....................................................................*/


/*--------- Galeria de Fotos ----------------*/
.GaleriaFotos {
	/*padding:10px;*/
	
	/*
	border:1px solid #8EA2C0;
	background:whitesmoke; 
	*/
	
	/*
	border:1px solid #6A83A9;
	background:#8EA2C0; 
	*/
}

.GaleriaFotos img{
	/*margin:5px 2px;
	border:1px solid #768EB2;
	padding:2px;
	background:#fff;*/
	/*padding:5px;*/
	padding:5px;
	margin:0;
}

.GaleriaFotos a{
	text-decoration:none;
}

.GaleriaFotos td{
	border:1px solid #768EB2;
	background:whitesmoke; 
	/*padding:5px;*/
}

.GaleriaFotos td.empty{
	border:0px solid #768EB2;
	background:none; 
	/*padding:5px;*/
}
