html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
img, ins, kbd, q, s, samp,
small, strike, strong, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearFloat-both{
	clear:both;
}
.clearFloat-right{
	clear:right;
}
.clearFloar-left{
	clear:left;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#palco {
	position:absolute;
	left:50%;
	top:50%;
	width: 950px;
	height: 530px;
	margin: -265px auto 0 -475px;
}
#cast {
	width: 699px;
	position:absolute;
	display:none;
	height:386px;
	left:50%;
	top:50%;
	margin-left: -350px;
	margin-top:-240px;
	z-index:80;
}
#galeriaFotos{
	display:none;
}
#cast div.castPalco{
	width: 699px;
	margin: 0 auto 0 auto;
}
#cast div.castCorpo{
	height:300px;
}
#cast div.castTopo {
	background-image: url("imagens/cast_top.jpg");
	background-position: center top;
	background-repeat: no-repeat;
}
#cast div.castPaginacao{
	text-align:right;
	margin-right:12px;
}
#cast div.castPaginacao a{
	color:#006633;
}


#cast div.castTopo div.castMenu {
	height: 42px;
	margin: 0 0 0 125px;
	padding-top:16px;
}
#cast div.castTopo ul {
	list-style: none;
	padding: none;
	margin:0;
}

#cast div.castTopo ul li {
	float: left;
	padding-left:8px;
	padding-right:10px;
}
#cast div.castTopo ul li img{
border:0;
}
.legendaFoto{
padding-top:2px;
font-size:12px;
letter-spacing:-1px;
color:#999999;
}
div.rodape{
padding-top:5px;
font-size:9px;
text-align:center;
color:#777;
}
a:link {
	color: #006633;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	color: #006633;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	color: #006633;
	text-decoration: none;
	font-size: 12px;
}
a:active {
	color: #006633;
	text-decoration: none;
	font-size: 12px;
}
a:link.teste {
	color: #666666;
	text-decoration: none;
	font-size: 12px;
}
a:visited.teste {
	color: #666666;
	text-decoration: none;
	font-size: 12px;
}
a:hover.teste {
	color: #666666;
	text-decoration: none;
	font-size: 12px;
}
a:active.teste {
	color: #666666;
	text-decoration: none;
	font-size: 12px;
}
ul.fotos {
	list-style: none;
	margin: 0 auto 0 auto;
	padding: 0;
}
ul.fotos li {
	margin:18px;
	/*border:1px solid black;*/
	float:left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
ul.fotos li img {
	display: block;
}
