/*Estilos capela */

/* Cantos redondos no Mozila */

div.content {
float: left;
width: 95%;
background-color: #E1FADA;
padding: 0px;
margin-top:0px;
margin-left:3px;
margin-bottom:10px;
-moz-border-radius-topleft: 1.0em;
-moz-border-radius-topright: 1.0em; 
-moz-border-radius-bottomleft: 1.0em;
-moz-border-radius-bottomright: 1.0em;
border: 1px solid #00CC66;
}

div.quadro {
border-left:1px solid orange;
border-right:1px solid orange;
border-top:1px solid orange;
border-bottom:1px solid orange;
-moz-border-radius-topleft:1.0em;
-moz-border-radius-topright: 1.0em;
-moz-border-radius-bottomleft: 1.0em;
-moz-border-radius-bottomright: 1.0em;
}

/* Geral */
/*/body {*/
/*/	width: 760px;*/
/*/	margin-left:10%;*/
/*/	margin-right:10%;*/
/*/	padding:0;*/
/*/	border:none;*/
/*/	font:12PX Verdana, Arial, Helvetica, sans-serif;*/
/*/	background:#ffffff;*/
/*/	text-align:center;*/
/*/	} */
	
div.user {
width: 100%;
padding: 0px;
margin-top:0px;
margin-left:3px;
margin-right:3px;
margin-bottom:3px;
background-color: #FFFFFF;
-moz-border-radius-topleft: 1.0em;
-moz-border-radius-topright: 1.0em; 
-moz-border-radius-bottomleft: 1.0em;
-moz-border-radius-bottomright: 1.0em;
border: 1px solid #00CC66;
}

/* largura e margens da página */
#tudo { 
width:100%; margin:0 4px 4px 0; text-align:left;}

/* topo da página = logo, banner, etc */

#toposite {
	width:200%;
	padding:2 15px;
	float:left;
	border-bottom:0px solid #00CC66;
	text-align:left;
	}

#banner_sup {
	height:92px;
	padding:2px;
	text-align:center;
	border-bottom:0px solid #00CC66;
	}

/* rodapé da página */
#rodape_pg {
	clear:both;
	text-align:center;
	border-top:1px solid #00CC66;
	}
/* marcadores */ 
ul, ol {
	margin:0px;
	padding:4px;
	list-style:none;
	}
/* formatação de títulos nas páginas */

.titulos{
margin-top:0px;
margin-left:0px;
margin-bottom:00px;
padding: 0 5px;
-moz-border-radius-topleft: 1.0em;
-moz-border-radius-topright: 1.0em; 
-moz-border-radius-bottomleft: 1.0em;
-moz-border-radius-bottomright: 1.0em;
background-color: #E1FADA;
font-size:13px;
font-weight:bold;
}

.destaquefundo{
margin-top:0px;
margin-left:0px;
margin-bottom:00px;
padding: 0 5px;
-moz-border-radius-topleft: 1.0em;
-moz-border-radius-topright: 1.0em; 
-moz-border-radius-bottomleft: 1.0em;
-moz-border-radius-bottomright: 1.0em;
background-color: #98144C;
font-size:13px;
font-weight:bold;
color:#ffffff;
}


.texto{
margin-top:0px;
margin-bottom:0px;
padding: 0 px;
font-size:12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* menus e outros links*/

.menuv {font-size:12px; color: #000000;text-decoration:none;margin-left:4px;}
.menuv:link {font-size:12px; color: #000000;text-decoration:none;margin-left:4px;}
.menuv:visited {font-size: 12px;color: #000000;text-decoration:none;margin-left:4px;}
.menuv:hover {font-size: 12px;color: #000000;text-decoration:underline;margin-left:4px;}

.menuw:link {font-size:12px; color: #FFFFFF;text-decoration:none;margin-left:4px;}
.menuw:visited {font-size:12px;color: #FFFFFF;text-decoration:none;margin-left:4px;}
.menuw:hover {font-size:12px;color: #FFFFFF;text-decoration:underline;margin-left:4px;}



.botaoacao {
	padding:1px;	
	text-align:center;
	border: 1px solid #00CC66;
	background-color: #E1FADA	
	}


/* outras configurações */


#colunacentro {
	float:left;
	width:56%;
	padding:0px 2px 0 2px;	
	margin-left:0px; 
	background-color: ;		
	border:solid orange;
	border-top-width:0;
	border-bottom-width:0;	
	border-left-width:0;
	border-right-width:0px;
	}

#conteudocentro {
	float:left;
	width:74%;
	padding:4px 4px 4px 14px;	
	margin-left:0px; 
	background-color: ;		
	border:solid orange;
	border-top-width:0;
	border-bottom-width:0;	
	border-left-width:0;
	border-right-width:0px;
	}

	
#colunaesquerda {
	width:22%;
	float:left;
	padding:0 0px 0 2px;
	margin:0px;
	border:solid orange;
	border-top-width:0;
	border-bottom-width:0;	
	border-left-width:0;
	border-right-width:0;
	}
	
#colunatres {
	width:21%;
	float:right;
	padding:0 0px 0 0px;
	margin:0px;
	border:dotted #c30;
	border-top-width:0;
	border-bottom-width:0;	
	border-left-width:0;
	border-right-width:0px;
	}