* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000;
}

#global-warp {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	/*border: 2px solid #fff;*/
	background-color: #000;
	color: #fff;
}

#nav-bar {
	/*background: #969696 url('../images/nav_bar_01.jpg') no-repeat top left;*/
	background: #969696;
	margin: 0 auto;
	width: 850px;
	height: 32px;
	padding: 0;
	/*border: 2px solid #fff;*/
}

#nav-bar #nv-links {
	margin: 0;
	padding-top: 7px;
	padding-left: 12px;
	height: 32px;
	width: 800px;
}

#nav-bar #nv-links a {
	margin: 0 8px;
}

#nav-bar #nv-links a span.lk {
	display: inline;
	margin-bottom: 15px;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
}

a#play_button {
	width: 16px;
	height: 22px;
	padding: 0;
	margin: 0;
	/*padding: 4px 0px;*/
	/*background-image: url('./icons/control_play_blue.gif');
	background-repeat: no-repeat;*/
	/*background: #969696 url('./icons/control_play_blue.jpg') no-repeat top center;*/
	text-decoration: none;
	/*margin-bottom: 5px;*/
}

a#pause_button {
	width: 16px;
	height: 22px;
	padding: 0;
	margin: 0;
	/*padding: 4px;*/
	/*background: #969696 url('./icons/control_pause_blue.jpg') no-repeat top center;*/
	text-decoration: none;
	/*margin-bottom: 5px;*/
}

#header-01 {
	background: #000 url('../images/header_img_02.jpg') no-repeat top left;
	margin: 0 auto;
	width: 711px;
	height: 77px;
	padding: 0;
	margin-bottom: 20px;
}

#header-02 {
	background: #000 url('../images/header_img_03.jpg') no-repeat top center;
	margin: 0 auto;
	width: 711px;
	height: 77px;
	padding: 0;
	margin-bottom: 20px;
}


#content-warp {
	text-align: left;
	width: 800px;
	margin: 0 auto;
	background-color: #000;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	padding-left: 12px;
}

#content-warp h3 {
	text-transform: uppercase;
	font-size: 14pt;
	margin-bottom: 20px;
}

#content-warp p.col-1 {
	width: 685px;
	line-height: 150%;
	/*font-size: 12pt;*/
}

#content-warp p.col-2 {
	line-height: 150%;
	/*font-size: 12pt;*/
}


#content-warp .no-symbol {
	list-style-type: none;
}


#content-warp ul {
	margin-bottom: 20px;
}


#content-warp a {
	color: #fff;
	text-decoration: none;
}

#content-warp a:link {
	color: #fff;
	text-decoration: none;
}

#content-warp a:visited {
	color: #fff;
	text-decoration: none;
}

#content-warp a:hover {
	color: #fff;
	text-decoration: underline;
}

table.eventos-list {
	text-transform: uppercase;
}
table.eventos-list thead {
	font-size: 11pt; 
	text-align: center;
	background-color: #993400;
	color: #fff;
}
table.eventos-list thead th {
	padding: 3px;
	text-align: center;
}

table.eventos-list tbody {
	font-size: 9pt; 
	font-weight: bold;
	background-color: #cdcdcd;
	color: #000;
}

table.eventos-list tbody td {
	padding: 3px;
}

.mes-h {
	font-weight: bolder;
	text-align: center;
	background-color: #a9a9a9;
}
.dias-col {
	text-align: center;
}
.color-01 {
	color: #9B3300;
}
.color-02 {
	color: #005ACC;
}
.color-03 {
	color: #369494;
}

#footer-warp {
	background: #000 url('../images/footer_01.gif') no-repeat top center;
	margin: 20px auto;
	width: 600px;
	height: 19px;
	padding: 0;
}

a.mail {
	font-weight: bold;
	color: #000;
}

a.mail:link {
	font-weight: bold;
	color: #000;
}

a.mail:visited {
	font-weight: bold;
	color: #000;
}

.h3-nome {
	margin: 30px auto;
	text-align: center;
}

.h3-data {
	margin-left: 70px;
}


.pics {
	text-align: center;
	list-style-type: none;
	width: 610px;
	height: auto;
	margin: 5px auto;
	clear: both;
}

.pics span {
	display: block;
	float: left; 
	width: 160px;
	/*min-height: 275px;*/
	margin: 5px 20px;
}

.pics li.clear {
	width: 100%;
	clear: both;
	border: none;
	margin: 0;
}

.pics img {
	display: block;
	border: 2px solid #fff;
	margin: 0;
}

.pic_right {
	float: right; 
	margin-left: 20px;
	border: 2px solid #fff;
}
