#menu {
	position: relative;
	/*background-color:#C00;*/
	color:#333;
	margin:auto;
	height: 35px;
	z-index:10;
}

#conteudo {
/*width: 46.25em;*/
font-size: 0.8em;
margin: 1.5em auto;
background: #fff;
/*border: 0.063em solid #ccc;*/
text-align: left;	
/*
	position: relative;
	background-color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color:#333;
	*/
}

.clearfooter {
	height: 50px;
	clear: both;
}
#rodape {
	height: 50px;
	position: relative;
	background-color:#C00;
	color:#FFF;
	text-align:center;
	margin-top: -53px; /* A mesma altura do rodapé, o valor deve ser negativo */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #090;
}

#esq{
float:left;
padding:10px;
}

#dir{
float:right;
}

#clear {clear:both;}

.esq{
float:left;
padding:10px;
}

.descricao{
width:50%;
float:left;
padding:10px;
}

.dir{
float:right;
}

.centro{
	text-align:center;
}

.foto_eventos{
float:left;
padding:10px;
width: 320px;
}

.clear {clear:both;}

.sem_borda {
	border:none;
}

.obs{
	font-size: 0.7em;
	color:#666;
}


/*grade notícias*/
a.not_titulo {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

a.not_titulo:hover { 
	text-decoration: underline;
}

a.not_texto {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #999999;
	text-decoration: none;
	font-weight: lighter;
}

a.not_texto:hover { 
	text-decoration: underline;
}

a.not_lista {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

a.not_lista:hover { 
	text-decoration: underline;
}


/*formulario*/
label{
float: left;
width: 100px;
font-weight: bold;
text-align:right;
}

input, select, textarea{

margin-bottom: 5px;
}

textarea{

font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 1.0em;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 250px;
margin-top: 10px;
width: 90px;
}


/*fim formulario*/

/*css extras*/

/**************************************************************
   AUTHOR:  Pat Heard (fullahead.org)
   DATE:    2006.03.19
   PURPOSE: Controls the layout of the site and styles
            the menus
 **************************************************************/



/**************************************************************
   #principal: Sets the width of the site.  Make changes here
             to convert to a fixed width site.
 **************************************************************/

#principal {  
	height: 100%;
  	min-height: 100%;
	margin-bottom: -53px;
	text-align: left;
}


#principal,#width {
	/* max-width hack for IE since it doesn't understand the valid css property
  width: expression(document.body.clientWidth > 1000 ? "1000px" : "94%");  
  */
  max-width: 1000px;
  margin: 0 auto;
}

#principal[id],#width[id] {
  width: 94%;
  height: auto;
}


/**************************************************************
   #topo: Holds the site title and headers images
 **************************************************************/

#topo {
  position: relative;
  height: 100px;
  z-index: 0;
}


/* Sets where the header images will go */
#topo img.left {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

#topo img.right {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
}

#topo .banner_topo {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  padding-top:10;
}

div.caixa {
	text-align:left;
	background-color:#f4f4f4;
	padding:5px;
	border: 1px solid #b9d2e3;
}
#searchform .text {
  width: 50%;
  border: 1px solid #45bac0;
}

#searchform .btn {
	width: 120px;
	border: 1px solid #45bac0;
  	background-color: #256290;
  	color: white;
}

#searchform .searchbutton {
	text-align: right;
  	margin-top: 4px;
}
#chamada {
	text-align:center;
	background-color:#f4f4f4;
	border: 1px solid #b9d2e3;
	height:160px;
	width:400px;
}

#chamada img{
float:left;
}

#chamada p{
	text-align:left;
	padding:2px;
}
