body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	background-color: #a30d11;
	background-image: url(../assts/imgs/fundo.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
html { overflow-y: scroll; }
.clear { clear: both; height: 0px; line-height: 0px; }
em { font-style: italic; }
p.left { text-align: left; }
p.right { text-align: right; }
p.center { text-align: center; }
#container {
	margin: auto;
	width: 940px;
	position: relative;
}
.thrColFixHdr #container {
	width: 940px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #a30d11;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
} 

/* HEADERS */

/* HEADER - Filme destaques topo home*/
.thrColFixHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 248px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* HEADER - Desds sem destaques*/
.thrColFixHdr #headerd {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 34px;
} 
#headersocd {
	position: absolute;
	top: 8px;
	left: 0px;
	width: 940px;
	height: 34px;
}
#headersiganos {
	position:absolute;
	left:768px;
	top:13px;
	width:74px;
	height:20px;
	z-index:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: right;
	vertical-align: bottom;
}

/* HEADER2D menu main desds */
#header2d {
	top: 50px;
	left: 0px;
	width: 920px;
	height: 28px;
	background-image: url(../assts/imgs/fundomenmain.gif);
	position: absolute;
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-position: left top;
}
#header2d ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	line-height: 28px;
	font-size: 11px;
	text-align: center;
	float: left;
	margin: 0px;
	padding: 0px;
}
#header2d a {
	float: left;
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 11px;
	padding-left: 11px;
	margin-right: 1px;
	background-image: url(../assts/imgs/fundomenmaina.gif);
}
#header2d a:hover {
	background-image: url(../assts/imgs/fundomenmainocin.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}
#header2d li {display:inline}
#header2d .verm a:hover {
	background-image: url(../assts/imgs/fundomenmainoverm.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}
#header2d .azul a:hover {
	background-image: url(../assts/imgs/fundomenmainoazul.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}
#header2d .verde a:hover {
	background-image: url(../assts/imgs/fundomenmainoverd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}
#header2d .amar a:hover {
	background-image: url(../assts/imgs/fundomenmainoamar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}




/* HEADER2 menu main home */
#header2 {
	top: 250px;
	left: 0px;
	width: 920px;
	height: 28px;
	background-image: url(../assts/imgs/fundomenmain.gif);
	position: absolute;
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-position: left top;
}
#header2 ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	line-height: 28px;
	font-size: 11px;
	text-align: center;
	float: left;
	margin: 0px;
	padding: 0px;
}
#header2 a {
	float: left;
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 11px;
	padding-left: 11px;
	margin-right: 1px;
	background-image: url(../assts/imgs/fundomenmaina.gif);
}
#header2 a:hover {
	background-image: url(../assts/imgs/fundomenmainocin.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}
#header2 li {display:inline}
#header2 .verm a:hover {
	background-image: url(../assts/imgs/fundomenmainoverm.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}
#header2 .azul a:hover {
	background-image: url(../assts/imgs/fundomenmainoazul.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}
#header2 .verde a:hover {
	background-image: url(../assts/imgs/fundomenmainoverd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}
#header2 .amar a:hover {
	background-image: url(../assts/imgs/fundomenmainoamar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}

#headerhome {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 248px;
	background-image: url(../assts/imgs/logotop.gif);
}
#lat_flash { margin-top: 0px; }
#lat_noflash { width: 940px; height: 248px; margin-top: 0px; }
#headersoc {
	position: absolute;
	top: 1px;
	left: 0px;
	width: 940px;
	height: 248px;
}



/* MIOLOS */
/* SIDEBAR1 - Miolo da home*/
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 940px;
	color: #FFFFFF;
	background-color: #d8d8d8;
	top: 0px;
	padding: 0px;
	background-image: url(../assts/imgs/fundobase.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 31px;
}
/* SIDEBARD - Miolo dos desds*/
.thrColFixHdr #sidebard {
	float: left; /* since this element is floated, a width must be given */
	width: 940px;
	color: #000000;
	top: 0px;
	padding: 0px;
	margin-top: 45px;
	line-height: 14px;
}
.cinza1 {/* Fundo cinza */
	background-color: #666666;
	background-image: url(../assts/imgs/logoespelhcinza1.gif);
	background-repeat: no-repeat;
	background-position: left 50px;
}
.cinza2 {/* Fundo cinza claro*/
	background-color: #E4E4E4;
	background-image: url(../assts/imgs/logoespelhe4e4.gif);
	background-repeat: no-repeat;
	background-position: left 50px;
}
.cinza3 {/* Fundo cinza medio*/
	background-color: #D5D5D5;
	background-image: url(../assts/imgs/logoespelhd5.gif);
	background-repeat: no-repeat;
	background-position: left 50px;
}
.verm1 {/* Fundo verm */
	background-color: #f32839;
	background-image: url(../assts/imgs/logoespelhverm4.gif);
	background-repeat: no-repeat;
	background-position: left 50px;
}
.verm2 {/* Fundo verm */
	background-color: #FF0000;
	background-image: url(../assts/imgs/logoespelhverm3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.azul1 {/* Fundo azul */
	background-color: #00919e;
	background-image: url(../assts/imgs/logoespelhazul1.gif);
	background-repeat: no-repeat;
	background-position: left 50px;
}
.verde1 {/* Fundo verde */
	background-color: #aab539;
	background-image: url(../assts/imgs/logoespelhverde1.gif);
	background-repeat: no-repeat;
	background-position: left 50px;
}
.amar1 {/* Fundo amar */
	background-color: #fbb03b;
	background-image: url(../assts/imgs/logoespelhamar1.gif);
	background-repeat: no-repeat;
	background-position: left 50px;
}
#caixahugo1 {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin-left: 12px;
	width: 360px;
	padding-left: 20px;
	padding-right: 20px;
}
.cinzahugo {/* Fundo cinza form*/
	background-color: #D5D5D5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 14px;
}
#caixa1 {
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	background-color: #E4E4E4;
	margin-left: 240px;
	margin-right: 10px;
	margin-top: 20px;
	border: 1px solid #000000;
	margin-bottom: 20px;
	background-image: url(../assts/imgs/fundoigrande.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height: 400px;
}
#caixa1 img {
	border: 1px solid #000000;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 2px;
	margin-left: 10px;
}
* html #caixa1 {
    height: 400px;
}
#caixad {
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	background-color: #E4E4E4;
	margin-left: 240px;
	margin-right: 10px;
	margin-top: 20px;
	border: 1px solid #000000;
	margin-bottom: 20px;
	background-image: url(../assts/imgs/fundoigrande.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height: 360px;
}
#caixad img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
* html #caixad {
    height: 360px;
}
.thrColFixHdr #container #sidebard #caixad p {
	font-size: 12px;
	padding-right: 258px;
}
.thrColFixHdr #container #sidebard #caixad .autor {
	font-size: 10px;
	padding-right: 258px;
	text-align: right;
}
.thrColFixHdr #container #sidebard #caixad .imglate {
	font-size: 10px;
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
	border: 1px solid #FFFFFF;
}
#caixahome {
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#caixahome .leg3 a:link, #caixahome .leg3 a:visited, #caixahome .leg3 a:active { color: #000000; text-decoration: none; }
#caixahome .leg3 a:hover { color: #000000; text-decoration: underline; }
#caixahome .tithome1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A5090C;
	padding-bottom: 4px;
	text-align: left;
}
#caixahome .imglado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 6px;
    border: 1px solid #FFFFFF;
}
.arobranco {
	border: 1px solid #FFFFFF;
}
#caixa1f {
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 200px;
	padding-bottom: 0px;
	background-color: #E4E4E4;
	margin-left: 240px;
	margin-right: 10px;
	margin-top: 20px;
	border: 1px solid #000000;
	margin-bottom: 20px;
	background-image: url(../assts/imgs/fundoigrande.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#caixa1fra {
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 200px;
	padding-bottom: 0px;
	background-color: #E4E4E4;
	margin-left: 240px;
	margin-right: 10px;
	margin-top: 20px;
	border: 1px solid #000000;
	margin-bottom: 20px;
	background-image: url(../assts/imgs/fundoigrande.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height: 2120px;
}
#caixa1fra2 {
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 200px;
	padding-bottom: 0px;
	background-color: #E4E4E4;
	margin-left: 240px;
	margin-right: 10px;
	margin-top: 20px;
	border: 1px solid #000000;
	margin-bottom: 20px;
	background-image: url(../assts/imgs/fundoigrande.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height: 1000px;
}
#caixanews {
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	background-color: #E4E4E4;
	margin-left: 240px;
	margin-right: 10px;
	margin-top: 20px;
	border: 1px solid #000000;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#caixanews .titn {
	line-height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
	margin-top: 36px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#caixanews p {
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	margin: 0px;
	padding-top: 0px;
	padding-right: 280px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#caixath {
	background-color: #E4E4E4;
	background-image: url(../assts/imgs/fundoigrande.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin: 0px;
	padding: 0px;
	width: 420px;
}
#caixathc {
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin: 0px;
	padding: 0px;
	width: 420px;
}
#caixathsub {
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	width: 405px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 6px;
	height: 54px;
	line-height: 24px;
	padding: 0px;
}
#caixathsub1 {
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	width: 405px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 6px;
	height: 28px;
	line-height: 24px;
	padding: 0px;
}
.titalbums {
	background-color: #CC0000;
	background-image: url(../assts/imgs/titsubranchalb.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.titalbumsa {
	background-color: #CC0000;
	background-image: url(../assts/imgs/titsubranchalb2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.titemdestq {
	background-color: #CC0000;
	background-image: url(../assts/imgs/titsubranchdestq.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.titfotos {
	background-color: #CC0000;
	background-image: url(../assts/imgs/titsubranchfot.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.titimgs {
	background-color: #CC0000;
	background-image: url(../assts/imgs/titsubranchimg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.titmp3 {
	background-color: #CC0000;
	background-image: url(../assts/imgs/titsubranchmp3.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#caixathsub a:link, #caixathsub a:visited, #caixathsub a:active { color: #FFFFFF; text-decoration: none; }
#caixathsub a:hover { color: #000000; text-decoration: underline; }
#caixaCDvenda {
	width: 400px;
	padding-top: 10px;
	border-top-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	padding-bottom: 12px;
}
.caixaCDvenda p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#caixaCDvenda img {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #000000;
	float: left;
	margin-left: 12px;
	margin-right: 12px;
}
#caixaCDvenda a:link, #caixaCDvenda a:visited, #caixaCDvenda a:active { color: #FF0000; text-decoration: none; }
#caixaCDvenda a:hover { color: #FF0000; text-decoration: underline; }
#flashPlayer {
	position:absolute;
	width:192px;
	height:200px;
	z-index:1;
	background-color: #FFFFFF;
	color: #000000;
}
#flashPlayer2 {
	position:absolute;
	left:702px;
	top:310px;
	width:192px;
	height:200px;
	z-index:1;
	background-color: #FFFFFF;
}
#PlayerCD {
	position:absolute;
	left:722px;
	top:148px;
	width:150px;
	z-index:1;
	background-color: #FFFFFF;
	height: 150px;
	border: 1px solid #000000;
}
#destqslats {
	position:absolute;
	left:663px;
	top:176px;
	width:247px;
	z-index:1;
	background-color: #FFFFFF;
	height: 558px;
}
#destqslats img {
	background-color: #FFFFFF;
	margin: 0px;
}
#destqslats2 {
	position:absolute;
	left:664px;
	top:176px;
	width:247px;
	z-index:1;
	background-color: #FFFFFF;
	height: 209px;
}
#destqslats2 img {
	background-color: #FFFFFF;
	margin: 0px;
	border: 1px solid #000000;
}
#destqslats3 {
	position:absolute;
	left:663px;
	top:176px;
	width:247px;
	z-index:1;
	background-color: #FFFFFF;
}
#destqslats3 img {
	background-color: #FFFFFF;
	margin: 0px;
}
#destqslats3f {
	position:absolute;
	left:663px;
	top:176px;
	width:247px;
	z-index:1;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
#caixaplayer1 {
	position:absolute;
	left:704px;
	top:176px;
	width:192px;
	z-index:1;
	background-color: #99FFCC;
	height: 200px;
}
#caixaplayer2 {
	position:absolute;
	left:704px;
	top:174px;
	width:190px;
	z-index:1;
	background-color: #CCCCCC;
	height: 190px;
	border: 1px solid #000000;
}
#caixaplayer3 {
	position:absolute;
	left:704px;
	top:370px;
	width:192px;
	z-index:1;
	background-color: #999999;
	height: 140px;
}
#caixatextolat {
	position:absolute;
	left:689px;
	top:174px;
	width:220px;
	z-index:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	text-align: left;
}
#caixaligs {
	position:absolute;
	left:268px;
	top:172px;
	width:340px;
	z-index:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	text-align: left;
}
#caixaligs a:link, #caixaligs a:visited, #caixaligs a:active { color: #a30d11; text-decoration: none; }
#caixaligs a:hover { color: #000000; text-decoration: underline; }
#caixaligsimg {
	position:absolute;
	left:689px;
	top:174px;
	width:220px;
	z-index:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	text-align: left;
}
#caixaform1 {
	position:absolute;
	left:268px;
	top:332px;
	width:392px;
	z-index:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	text-align: left;
	height: 274px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#caixatextolat2 {
	position:absolute;
	left:689px;
	top:224px;
	width:220px;
	z-index:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	text-align: left;
}
#caixamp3 {
	position:absolute;
	left:689px;
	top:174px;
	width:220px;
	z-index:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	text-align: left;
	height: 28px;
}
#caixaap {
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	background-color: #D5D5D5;
	margin-left: 240px;
	margin-right: 10px;
	margin-top: 20px;
	border: 1px solid #000000;
	margin-bottom: 20px;
	background-image: url(../assts/imgs/fundoigrandedark.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#caixa2 {
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	background-color: #CC3399;
}
.thrColFixHdr #sidebard .tit1 {
	line-height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
	margin-top: 36px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	padding-right: 0px;
}
#sidebard .tit1 .peq {
	line-height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	margin-top: 36px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}
.thrColFixHdr #sidebard .tit2 {
	line-height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin-top: 36px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}
.thrColFixHdr #sidebard p {
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	margin: 0px;
	padding-top: 0px;
	padding-right: 280px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.thrColFixHdr #sidebard .pv {
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	margin: 0px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.thrColFixHdr #sidebard .pestudio {
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	margin: 0px;
	padding-top: 0px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.thrColFixHdr #sidebard .tlat {
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}
#sidebard .tlat a:link, #sidebard .tlat a:visited, #sidebard .tlat a:active { color: #FF0000; text-decoration: none; }
#sidebard .tlat a:hover { color: #FF0000; text-decoration: underline; }
#sidebard .pestudio a:link, #sidebard .pestudio a:visited, #sidebard .pestudio a:active { color: #FF0000; text-decoration: none; }
#sidebard .pestudio a:hover { color: #FF0000; text-decoration: underline; }
.verdefil { color: #8E9730; }
.thrColFixHdr #sidebard .pbandascaps {
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8E9730;
	text-align: justify;
	margin: 0px;
	padding-top: 12px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 12px;
	text-transform: uppercase;
}
.thrColFixHdr #sidebard .pestudcaps {
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #D29331;
	text-align: justify;
	margin: 0px;
	padding-top: 12px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 12px;
	text-transform: uppercase;
}
div.img
{
	margin: 2px;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #FFFFFF;
}
div.img a:hover img {border: 1px solid #000000;}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
}
.thrColFixHdr #sidebar1 .leg1 {
	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	text-align: justify;
}
.thrColFixHdr #sidebar1 .leg2 {
	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	text-align: justify;
	font-weight: bold;
}
.thrColFixHdr #sidebar1 .leg3 {
	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.thrColFixHdr #sidebar1 .leg4 {
	line-height: 12px;
	border: 1px solid #000000;
	margin-right: 12px;
}
.thrColFixHdr #sidebar1 .menmain2 {
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.thrColFixHdr #sidebar1 .menalto {
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-top: 18px;
}
#sidebar1 a:link, #sidebar1 a:visited, #sidebar1 a:active { color: #FFFFFF; text-decoration: none; }
#sidebar1 a:hover { color: #5486ff; text-decoration: none; }



/* MainContente (Sociedade) */
.thrColFixHdr #mainContent {
	background-color: #1d2c3d;
	margin-top: 0;
	margin-right: 160px;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 0;
	padding-right: 36px;
	padding-bottom: 0;
	padding-left: 36px;
	color: #FFFFFF;
	min-height: 360px;
	height: auto;
	background-image: url(../images/latsociaz.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/*\*/
* html #mainContent {
    height: 360px;
}
/**/
.thrColFixHdr #mainContent .pjus {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 14px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: justify;
	line-height: 14px;
	margin: 0;
}

.thrColFixHdr #mainContent .pjus ul {
	list-style-type: circle;
	list-style-position: outside;
}
.thrColFixHdr #mainContent .pjus li {
	list-style-image: url(../images/bullet.png);
	list-style-type: circle;
	text-align: justify;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 14px;
	margin-left: 15px;
}

.thrColFixHdr #mainContent .ptit {
	padding-top: 32px;
	padding-right: 0;
	padding-bottom: 14px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0;
	font-weight: bold;
}




/* Footers */
.thrColFixHdr #footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #000000;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	line-height: 12px;
	height: 28px;
} 
.thrColFixHdr #footer p {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin: 0;
}
.thrColFixHdr #footer a:link, #footer a:visited, #footer a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.thrColFixHdr #footer a:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.cinzinha { /* cinza claro (omos de publics) */
	color: #9fb1c5;
}
.linkesbluesbolds { /* linkesbluesbolds) */
	color: #5486ff;
	font-weight: bold;
}
