/* CSS Document */

/* Estilos Globais */
body {	
	background-image:url(../img/bg_afsg.gif);
	margin-top: 0px;
	margin-left: 0px;
	}

* {
	font-family:"arial";
	margin: 0;
	padding: 0;
	color:#666666;

	}
#corpo {
	background-color:#FFFFFF;
	margin:12px 0 0 0;
	padding:0px;
	}
#esqueleto {
	background-color:#FFFFFF;
	}
p {
	font-size:12px;
	padding-left:4px;
	}
ul {
	font-size:12px;
	}
li {
	padding-left:5px;
	}
	
/* Texto */

.texto {
	font-size:12px;
	padding:4px;
	}
.texto p {
	padding-left:0px;
	}
.texto ul {
	padding-left:30px;
	padding-top:10px;
	padding-bottom:10px;
	}
.texto ol {
	padding-left:36px;
	padding-top:10px;
	padding-bottom:10px;
	}
.texto li {
	font-size:12px;
	font-weight:bold;
	padding-left:0px;
	}
.texto a {
	text-decoration:underline;
	}
.texto a:hover {
	text-decoration:none;
	}
.texto table {
	border-color:#666666;
	border-width:1px;
	border-style:solid;
	padding:2px;
	}
.texto td {
	border-color:#666666;
	border-width:1px;
	border-style:solid;
	padding:2px;
	}	


/* Topo */	
	
.cellogo { 
	width:266px;
	height:166px;
	padding:24px 0 0 0;
	}
.celbanner { 
	width:510px;
	height:80px;
	padding:24px 8px 0 0;
	}
.celpub {
	width:510px;
	height:124px;
	padding:8px 8px 0 0;
	}
.tabpub { 
	height:104px;
	padding:8px 8px 0 0;
	background-image:url(../img/bg_mensagem.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	width:464px;
	}
.celmetro {
	width:67px;
	}
	
	
	
/* Centro */

.centro {
	background-image:url(../img/bg_centro.jpg);
	background-color:#FFFFFF;
	background-position:bottom;
	background-repeat:no-repeat;
	}
.celmenu { 
	width:266px;
	height:166px;
	padding:18px 0 0 0;
	_padding:8px 0 0 0;
	}
.celconteudo {
	width:510px;
	padding:8px 8px 0 0;
	min-height:500px;
	}
.celcont {
	width:464px;
	height:124px;
	padding:8px 0 0 0;
	}
.boxcinza {
	background-color:#B6B5B5;
	height:200px;
	}
.boxcinzasep {
	height:4px;
	}
.breadcrumb {
	font-size:11px;
	padding-left:4px;
	padding-bottom:6px;
	}	
.breadcrumb a {
	text-decoration:underline;	
	}
.breadcrumb a:hover {
	text-decoration:none;
	}
#titbox {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#666666;
	border-bottom-width:1pt;
	border-bottom-color:#666666;
	border-bottom-style:dotted;
	margin: 6px 3px 0 3px;
	height:28px;
	}

.celtitbox {
	height:28px;
	}
.celboxcont {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	margin: 6px 3px 6px 3px;
	}	
.titmenu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	margin: 6px 3px 3px 6px;
	width:200px;
	padding-bottom:10px;
	border-bottom-width:1pt;
	border-bottom-color:#fff;
	border-bottom-style:dotted;
	}
.titmenu a {
	color:#FFFFFF;
	text-decoration:none;
	}
.titmenu a:hover {
	color:#CCCCCC;
	text-decoration:none;
	}
.titsubmenu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#fff;
	padding:0 0 6px 30px;
	margin: 3px 3px 3px 6px;
	width:160px;
	}
.titsubmenu a {
	color:#FFFFFF;
	text-decoration:none;
	}
.titsubmenu a:hover {
	color:#fff;
	text-decoration:underline;
	}
.txtmetro {
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	margin: 20px 6px 10px 10px;
	}
/* Galeria */	
	
.legenda {
	font-size:11px;
	line-height:14px;
	padding-top:3px;
	}
.paginacao {
	font-size:11px;
	}
.paginacao a {
	font-weight:bold;
	text-decoration:underline;
	}
.paginacao a:hover {
	text-decoration:none;
	}
	
/* Form Fale Conosco */
#form-fale { width:380px; padding-left:4px;}
#form-fale label {
		font-size:16px;
		color:#666666;
		padding:0px; 
		float: left;
		text-align: left; 
		width:100px;
		font-weight:bold;
		display:block;
		}
#form-fale input {
		font-size: 12px; 
		background-color: #FFFFFF;
		border: 1px solid #000000;
		color:#000;
		width: 200px;
		font-weight:bold;
		margin:0px 0 16px 0;
		padding-left:2px;
		}
#form-fale textarea {
		font-size: 12px; 
		background-color: #FFFFFF;
		border: 1px solid #000000;
		color:#000;
		width: 200px;
 		margin:4px 0 4px 0; 
		padding: 2px;
		}
#form-fale input.bt_enviar {
		background: url(../img/btn_enviar.jpg) no-repeat;
		display: block;
		width: 100px;
		height: 30px;
		border: none;
		text-indent: -999em;
		line-height: 999em;
		vertical-align: middle;
		cursor: pointer;
		margin: 6px 3px 0 0px;
		_margin: 12px 17px 0 0;
		float: left;
		}	
	
/* Rodapé */

.rodape {
	background-image:url(../img/bg_rodape.jpg);
	background-color:#E10915;
	background-repeat:repeat-x;
	height:67px;
	padding:16px 8px 0 8px;
	}
.txtrodape {
	font-size:11px;
	color:#FFFFFF;
	width:230px;
	border-right-color:#FFFFFF;
	border-right-style:solid;
	border-rigth-width:0px;
	float:left;
	margin-left:14px;
	_margin-left:7px;
	}
.txtrodape strong {
	font-size:11px;
	color:#FFFFFF;
	}
.txtrodape a {
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	}
.txtrodape a:hover {
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
	}
.txtrodape2 {
	font-size:11px;
	color:#FFFFFF;
	width:240px;
	margin-right:120px;
	_margin-right:60px;
	float:right
	}
.txtrodape2 strong {
	font-size:11px;
	color:#FFFFFF;
	}
.txtrodape2 a {
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	}
.txtrodape2 a:hover {
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
	}