/* CSS reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

abbr,acronym { border:0;
}

/* CSS reset end */

body {
	background-color: #ae4371;
	}
	
/*HEADER*/	

.header {
	width: 960px;
	height: 190px;
	margin: auto;
	position: relative;
	}
	
#logo {
	width: 234px;
	height: 106px;
	position: absolute;
	top: 35px;
	}
	
#banner {
	width: 430px;
	height: 180px;
	position: absolute;
	left: 234px;
	margin-top: 5px;
	}

#headerright {
	width: 258px;
	height: 106px;
	position: absolute;
	left: 695px;
}
	
#headerright_top {
	height: 43px;
	text-align: right;
	}

#headerright_top img {
	margin-left: 10px;
	}

#headerright_bottom {
	font-family: Tahoma;
	font-size: 12px;
	color: #ae4371;
	background-color: transparent;
	}
	
#headerright_bottom div {
	margin-left: 63px;
	}
	
#headerright_bottom img {
	vertical-align: bottom;
	}
	
/*HEADER END*/


/*MIDDLE*/

#xsnazzy {
	width: 960px;
	margin: auto;
	position: relative;
	text-align:left;
	}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden; background-color: transparent;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background: white; border-left:1px solid #fff; border-right:1px solid #fff;}
.xb1 {margin:0 5px; background:#fff;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block; background:#fff; border:0 solid white; border-width:0 0px; }

#content_left {
	width: 215px;
	height: auto;
	float:left;
	}
	
#content_center {
	width: 530px;
	height:auto;
	/*margin:0px 0 0px 215px;*/
	float: left;
	}
	
#content_right {
	width: 215px;
	/*position: absolute;
	top:5px;
	right:0px;*/
	float: left;
	height: auto;
	}
	
	
/*noticias*/
a.news_item {
	display: inline-block;
	padding: 5px;
}
	
a.news_item img {
	float: left;
	border: 3px solid #e4e4e4;
	margin-right: 5px;
	}
	
a.news_item p {
	font-weight: bold;
}
	
a.news_item:hover p {
	color: #999;
}

a.news_item:visited
{
	color: #a43d4b;
}
	
/*noticias end*/

	
.box,.box_links,.box_agenda,.box_fotos {
	width: 202px;
	margin: auto;
	background: url(../images/box_bg.gif) no-repeat;
	font-family: tahoma;
	font-size: 12px;
	color: #000;
	position: relative;
	}
	
.box_rema {
	width: 202px;
	margin: auto;
	background: url(../images/box_bg_rema.gif) no-repeat;
	font-family: tahoma;
	font-size: 12px;
	color: #000;
	position: relative;
	}
	
.box h1,.box_links h1,.box_center h1,.box_ultimas_empresas h1,.box_agenda h1,.box_fotos h1,.box_rema h1,.box_center_rema h1 {
	padding-top: 12px;
	padding-left: 10px;
	padding-bottom: 20px;
	color: #ae4371;
	background-color: transparent;
	font-weight: bold;
	}
	
.box h1 a,.box_links h1 a,.box_center h1 a,.box_ultimas_empresas h1 a,.box_agenda h1 a,.box_fotos h1 a,.box_rema h1 a,.box_center_rema h1 a {
	color: #ae4371;
}
	
.box h1 a:hover,.box_links h1 a:hover,.box_center h1 a:hover,.box_ultimas_empresas h1 a:hover,.box_agenda h1 a:hover,.box_fotos h1 a:hover,.box_rema h1 a:hover,.box_center_rema h1 a:hover {
 	text-decoration: underline;
	}
	
.box h1 a:visited,.box_links h1 a:visited,.box_center h1 a:visited,.box_ultimas_empresas h1 a:visited,.box_agenda h1 a:visited,.box_fotos h1 a:visited,.box_rema h1 a:visited,.box_center_rema h1 a:visited {
 	color: #a43d4b;
	}
	
.box img,.box_links img,.box_ultimas_empresas img#img_ultimas_empresas,.box_agenda img,.box_rema img,.box_center_rema img {
	position: absolute;
	right: 4px;
	top: 4px;
	}
	
.box ul,.box_links ul,.box_agenda ul,.box_rema ul {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
	}
	
	/*MENU DROP*/
	
#sidebar {
	cursor:pointer;
	color: #ae4371;
	}
	#sidebar a {
		text-decoration: none;
		color: #ae4371;
		}
				
		#sidebar a:hover {
			border-bottom: 1px solid #ae4371;
			color: #666;
		}
		
		#sidebar a:visited {
			color: #a43d4b;
		}
		
	#sidebar img {
		float: left;
		margin-top: 10px;
		margin-right: 10px;
	}
	
			#sidebar p {
			padding-top:0.5em;
			padding-bottom:0.5em;
			margin:0;
			background: transparent;
			}
			div.t1, div.t8{
			background: transparent;
			padding-top:0.5em;
			padding-bottom:0.5em;
			font-weight: normal;
			}
			p.t3o{
			padding-top:0.5em;
			padding-bottom:0.5em;
			background: transparent;
			}
			div.t3{
			padding-top:0.5em;
			padding-bottom:0.5em;
			background: transparent;
			}
			p.center{
			text-align:center;
			}
	
	/*MENU DROP end*/
	
/*.box a:link,.box a:active,.box a:visited {
	text-decoration: none;
	color: #ae4371;
	background: transparent;
	}
	
.box a:hover {
	border-bottom: 1px solid #ae4371;
	color: #666;
	}*/
	
.box h3,.box_links h3 {
	padding-bottom: 14px;
	}
	

a.links:hover {
	color: #999999;
	text-decoration: none;
	border-bottom: 0;
	}
	
a.links:visited {
	color: #a43d4b;
	}
	
	
/*HORIZONTAL MENU*/
	
	.horizontalcssmenu {
		width: 525px;
		height: 50px;
		border-top: 5px solid #ae4371; /*Highlight red color theme*/
		background: transparent;
		voice-family: "\"}\"";
		voice-family: inherit;
		text-align: center;
		}
		
	.horizontalcssmenu ul {
		margin:auto;
		padding: 0;
		list-style: none;
		text-align: center;
		}
	
	
	/*Top level list items*/
	.horizontalcssmenu ul li{
	position: relative;
	display: inline;
	padding: 0;
	float: left;
	}
	
	/*Top level menu link items style*/
	.horizontalcssmenu ul li a{
	width: 104px;
	height: 35px;
	display: block;
	padding-top: 5px;
	border: 1px solid white;
	border-left-width: 0;
	text-decoration: none;
	background-color: #e2e2e2; /*Default menu color*/
	color: #ae4371;
	font: bold 11px tahoma;
	}
		
	/*Sub level menu*/
	.horizontalcssmenu ul li ul{
	margin:0;
	padding: 0;
	list-style: none;
	border-top: 1px solid white;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
	}
	
	/*Sub level menu list items*/
	.horizontalcssmenu ul li ul li{
	display: inline;
	float: none;
	position: relative;
	padding: 0;
	
	}
	
	
	/* Sub level menu links style */
	.horizontalcssmenu ul li ul li a{
	width: 104px; /*width of sub menu levels*/
	background-color: #e2e2e2; /*Default menu color*/
	display: block;
	min-height:30px;
  	height:auto !important;
  	height:30px;
	text-decoration: none;
	color: #ae4371;
	font: bold 11px tahoma;
	border-top-width: 0;
	}
	
	.horizontalcssmenu ul li a:hover{
	border-bottom: 1px solid #ae4371;
	color: #666;
	}
	
	.horizontalcssmenu ul li ul li a:hover{
	border-bottom: 1px solid #ae4371;
	color: #666;
	}
	
	.horizontalcssmenu ul li a:visited,
	.horizontalcssmenu ul li ul li a:visited
	{
		color: #a43d4b;
	}
	
	.horizontalcssmenu .arrowdiv{
	position: absolute;
	right: 0;
	background: transparent url(menuarrow.gif) no-repeat center left;
	}
	
	* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
	}
		
	/* Holly Hack for IE \*/
	* html .horizontalcssmenu ul li { float: left; height: 1%; }
	* html .horizontalcssmenu ul li a { height: 1%; }

/*HORIZONTAL MENU end*/
	
.box_center,.box_ultimas_empresas {
	width: 522px;
	margin: auto;
	background: url(../images/box_middle_bg.gif) no-repeat;
	font-family: tahoma;
	font-size: 12px;
	color: #000;
	position: relative;
	margin-bottom: 15px;
	}
	
.box_center_rema {
	width: 522px;
	margin: auto;
	background: url(../images/box_middle_bg_rema.gif) no-repeat;
	font-family: tahoma;
	font-size: 12px;
	color: #000;
	position: relative;
	margin-bottom: 15px;
	}
	
.box_center h4,.box_ultimas_empresas h4,.box_center_rema h4 {
	padding-left: 10px;
	font-size: 18px;
	}
	
.box_center h5,.box_center_rema h5 {
	padding-left: 10px;
	font-size: 12px;
	color: #ae4371;
	background: transparent;
	}	
	
.box_center p,.box_center_rema p {
	padding-left: 10px;
	padding-right: 5px;
	color: #6d6d6d;
	font-size: 12px;
	padding-bottom: 15px;
	}
	
.box_center p a,.box_center_rema p a {
	color: #6d6d6d;
	font-weight: bold;
	}
	
.box_center p a:hover,.box_center_rema p a:hover {
	color: #999999;
	}
	
.box_ultimas_empresas p {
	padding-left: 10px;
	color: #6d6d6d;
	font-size: 12px;
	padding-bottom: 50px;
	}
	
.img_ultimas_empresas {
	border: 3px solid #e4e4e4;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	}

a.vermais_link
{
	display: block;
	text-align: right;
}

img.vermais {
	position: static;
	border: none;
	margin-right: 5px;
	margin-top: 5px;
	}

#agenda_xsnazzy {
	width: 202px;
	margin: auto;
	font-family: tahoma;
	font-size: 12px;
	}
	
#agenda_xsnazzy h1 {
	padding-top: 0px;
	padding-left: 10px;
	color: #ae4371;
	background: transparent;
	font-weight: bold;
	}

.agenda_xtop, .agenda_xbottom {display:block; background:transparent; font-size:1px;}
.agenda_xb1, .agenda_xb2, .agenda_xb3, .agenda_xb4 {display:block; overflow:hidden; background: transparent;}
.agenda_xb1, .agenda_xb2, .agenda_xb3 {height:1px;}
.agenda_xb2, .agenda_xb3, .agenda_xb4 {background:#fff; border-left:1px solid #e2e2e2; border-right:1px solid #e2e2e2;}
.agenda_xb1 {margin:0 5px; background:#e2e2e2;}
.agenda_xb2 {margin:0 3px; border-width:0 2px;}
.agenda_xb3 {margin:0 2px;}
.agenda_xb4 {height:2px; margin:0 1px;}

.agenda_xboxcontent {display:block; background:#fff; border:1px solid #e2e2e2; border-width:0 1px; position: relative; height: auto;}

.box_fotos img#thumb_fotos {
	position: absolute;
	right: 4px;
	top: 4px;
	border: 0;
	}

.box_fotos div {
	text-align: center;
	}
	
.box_fotos div img {
	border: 3px solid #e4e4e4;
	}
	

.box_fotos hr {
	border: 0;
	height: 1px;
	color: #ebebeb;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	}
	
	td a{
	text-decoration:none;
	color:#000000;
	}
	td{
	text-align:center;
	font-size:10px;
	font-weight:bold;
	}
	A{
	text-decoration:none;
	color:#000000;
	}
/*MIDDLE END*/

/*footer*/

.footer {
	width: 960px;
	margin:auto;
	text-align: center;
	color: #fff;
	font-family: tahoma;
	font-size: 12px;
	margin-top: 12px;
	line-height: 20px;
	background: transparent;
	}
	
.footer a {
	color: #fff;
	text-decoration: none;
	background: transparent;
	}

.footer a:hover {
	text-decoration: underline;
	}
	
/*footer end*/


/*paginacao*/
.paginacao {

        width: 100%;

        clear: both;

        text-align: center;

}



        .paginacao a {

                display: inline-block;

                background: #CCC;

                margin: 5px;

                padding: 5px;

                text-decoration: none;

                color:#333;

        }



        .paginacao a:hover {

                background: #999;

                color: #fff;

        }
/*paginacao end*/


/*css lightbox */
.black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
 
.white_content {
	display: none;
	position: absolute;
	margin: auto;
	width: auto;
	height: auto;
	padding: 16px;
	background-color: white;
	z-index:1010;
	overflow: hidden;
}


.mapa {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
}

table.mapa td {
border: 1px solid #ffffff;
}

table.mapa a:hover {
	text-decoration: underline;
}
table.mapa a:visited {
	color: #a43d4b;
}

/*listagem de galerias*/

.galeria_box
{
	display: block;
	width: 95%;
	border: 1px solid #999;
	padding: 5px;
	margin: 0 auto 5px auto;
}

.galeria_box img
{
	float: left;
	margin-right: 5px;
}

.galeria_box:hover
{
	background: #CCC;
}

/* listagem de fotos */

.galeria_thumb
{
	display: inline-block;
	width: 122px;
	height: auto;
	margin: 4px;
	text-align: center;
}

.galeria_thumb img
{
	border: 1px solid #ccc;
}

.galeria_thumb img:hover
{
	border: 1px solid #ae4371;
}