@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}

* html #total {height: 100%;}
body,html {
	background-color:#FFD175;
	height:100%;
}

#total {
	width:100%;
	height: 100%;
	min-height:100%;
	height:auto;
	position: relative;
	background-image:url(../images/fundodireita.png);
	background-repeat:repeat-x;
	background-color:#FFD175;
}
#direita{
	width: 50%;					/* set half the width */
	height: 225px; 				/* height of image! */
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url(../images/fundoesquerda.png) repeat-x;
}
#topo {
	position: relative;
	width:984px;
	height:225px;
	margin:0 auto;
}

#conteudo {
	width:984px;
	margin:0 auto;
	height:100%;
	min-height:100%;
	height:auto;
	background-color:#FFD175;
	padding-bottom:54px;
}	
#barra{
	width:111px;
	background-image:url(../images/esquerda.png);
	background-repeat: repeat-y;
	height:100%;
	min-height:100%;
}
#texto{
	width:762px;
	background-color:#FFD175; 
	background-repeat: repeat;
	height: 100%;
	min-height:100%;
}

#rodape {
	width:100%;
	position:absolute;
	margin:0 auto;
	height:54px;
	bottom:0px;
	clear:both;
	background-color:#590606;
}					
#rodape ul {
	list-style:none;
}				
#rodape ul li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	padding-top:10px;
	color:#FFD175;
}
#menu{
	width:180px;
	height:100%;
	float:left;
	margin-top:5px;
	margin-left:15px;
}				
#botao{
	width:166px;
	height:28px;
	background-image:url(../images/botao.png);
	background-repeat:no-repeat;
	margin-top:10px;
}
#botaosemfoto{
	width:166px;
	height:28px;
	margin-top:10px;
}
#botaotexto{
	width:166px;
	height:28px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFD175;
	margin-left:15px;
}
#botaotextopreto{
	width:166px;
	height:28px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin-left:15px;
}
#botaotexto a, a:link, a:visited, a:active, a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFD175;
}
li{
	list-style:none;
	padding-top:5px;
}
#descricao{
	width:740px;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	line-height:200%;
	color: #000;
	margin-top:12px;
}

.bt{ width:auto!important; }
label.error{ padding-left:10px; color:#FF0000; font-size:12px; }
.clear{
	clear:both;
	margin-bottom:5px;
}
#paginacao { 
	text-align:center;
	font-weight:bold;
	vertical-align: top;
	padding: 3px 6px 3px 6px;
	text-decoration: none;/*retira o underline do link*/
}
#paginacao p {
	color:#365899;/*cor da fonte*/
}
#paginacao a {
	color:#365899;/*cor do texto*/
}

#paginacao a:hover {
	color:#DD0083;/*cor do texto*/
}
a:link, a:visited, a:active, a:hover  {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}		
#gallery {
	background-image: url('fundo_tab.png');
	text-align: left;
}
#gallery ul { 
	list-style: none; 
}
#gallery ul li { 
	display: inline; 
}
#gallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
}
#gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}
#gallery ul a:hover { 
	color: #fff; 
}		
#proimg {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	width:220px;
	float:left;
}
#profotos {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	width:165px;
	height:160px;
	float:left;
}
#progaleria{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	width:220px;
	padding-top:10px;
	float:left;
}
#proeventos{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	width:300px;
}
