/* layout.css */

body {
	background-image: url(../img/muro.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #000;
	text-align: center;
}

* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}



div#container {
	width: 980px;
	margin: 0 auto;
	background-image: url(../img/base_txt.png);
	background-repeat: repeat-y;
	text-align: left;
}

div#cabecalho {
	width: 980px;
	height: 190px;
	background-image: url(../img/topo.png);
	background-repeat: no-repeat;
}

div#menuTopo {
	width: 980px;
	top: 130px;
	position: relative;
	text-align: center;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #000;
	z-index: 20;
}

div#menuTopo a {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #cc0000;
	text-decoration: none; 
	padding-right: 7px;
	padding-left: 6px;
}

div#menuTopo a:hover {
	text-decoration: underline;
}



h1 {
	margin: 0;
	height:128px;
}

h1 span {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

h1 a {
	display: block;
	width: 900px;
	height: 115px;
}




/* fim menuTopo */



/* fim cabecalho */

div#section-a {
	float: left;
	width: 980px;
}

div#section-a p {
	font-family: Treuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	padding-left: 80px;
	padding-right: 70px;
	margin-bottom: 12px;
}

h2 {
	font-family: Treuchet MS, Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #CC0000;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 80px;
	padding-right: 70px;
	margin-bottom: 12px;
}




div#galeria1 {
	float: left;
	list-style: none;
	width: 980px;
}

div#galeria1 p {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

div#galeria1 ul {
	float: left;
	list-style: none;
	padding-left: 75px;
	padding-right: 25px;
	padding-top: 13px;
	/* width: 100% */
}

div#galeria1 ul li {
	list-style: none;
	width: 250px;
	margin-left: 4px;
	margin-right: 28px;
	margin-bottom: 25px;
	overflow: hidden;
	float: left;
}

div#galeria1 ul li img {
	border: 5px #cc0000 solid;
}

div#galeria1 ul li img:hover {
	border: 5px #000 solid;
}

div#galeria1 h3 {
	margin: 1px 4px 0 1px;
}


div#galeria1 h3 .titulo1 {
	font: 14px/1.2em Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	line-height: 22px;
	text-align: left;
	background-color: #000;
	font-weight: bold;
}


div#galeria1 h3 .subtitulo1 {
	font: 12px/1.2em Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	line-height: 22px;
	text-align: left;
	background-color: #000;
}




.lista01 {
	list-style-position: outside;
	font-family: Treuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	padding-left: 95px;
	padding-right: 70px;
	margin-bottom: 12px;
}

.lista02 {
	list-style-position: outside;
	font-family: Treuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	padding-left: 23px;
	padding-right: 20px;
	margin-bottom: 12px;
}


/* table1 */

div#section-a table#table1 {
	border: 0;
	border-collapse: collapse;
	background-color: #fff;
	width: 550px;
	margin-left: 30px;
	margin-left: 45px;
}

div#section-a table#table1 tr td,
div#section-a table#table1 tr th {
	border: 0;
	padding: 2px 0px;
	margin: 2px; 
	font-family: Treuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	text-align: left;
}

div#section-a table#table1 tr th {
	background-color: #003399;
	color: #fff;
}

div#section-a table#table1 tr.bg {
	background-color: #ccc;
}

/* fim table1 */


.link01 {
	font-family: Treuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0000cc;
	text-decoration: underline;
}

.link01:hover {
	text-decoration: none;
}

.link02 {
	font-family: Treuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}

.link02:hover {
	text-decoration: none;
}

.imgBorder {
	border: solid 1px #666666;
}

.formInput {
	font-family: Treuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #000000;
	background-color:#FFFFFF;
	width: 200px;
}

.formMsg {
	font-family: Treuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #000000;
	background-color:#FFFFFF;
	width: 475px;
}

.formBotao {
    border-right: #333 2px solid;
    border-top: # 1px solid;
    font-size: 12px;
    border-left: # 2px solid;
    color: #333;
    border-bottom: #333 2px solid;
    font-family: verdana;
    background-color: #E5E5E5
}



div#irTopo {
	width:53px;
	height:86px;
	margin:0;
	padding:0;
	right:32px;
	bottom:20px;
	position:fixed;
	background-image: url(../img/bt_topo.png);
}

div#irTopo a {
	width:53px;
	height:86px;
	display:block;
	overflow:hidden;
	font-size:1px;
	line-height:230px;
	background-image: url(../img/bt_topo.png);
}

div#irTopo a:hover {
	background:url(../img/bt_topo1.png)no-repeat;
}



/* inicio rodape */

div#rodape {
	clear: both;
	width: 980px;
	height: 56px;
	margin-top: 10px;
	background-image: url(../img/rodape.png);
	background-repeat: no-repeat;
}

div#rodape div#w3c {
	float:left;
	width: 250px;
	padding-left: 80px;
	height: 56px;
}

div#rodape div#w3c img {
	float: left;
	border: 0;
}

/* fim rodape */