html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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;
}
/*:focus {
	outline: 0;
}*/
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
hr { display: none; }
fieldset{ display: block; }
/**/



#navegacao:after,
#navegacao:before,
#conteudo:after,
#conteudo:before,
#centro:after,
#centro:before,
#rodape:after,
#rodape:before{
	content: '.';
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}

html {
	background: url("../imgs/bgRodape.jpg") no-repeat scroll center bottom #000000;
}

body {
	color: #FFFFFF;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	min-width:960px;
	margin: 0 auto;
	min-height:850px;
	width:100%;
}
/*Hack Chrome/Safari*/
body:nth-of-type(1) {
	min-height: 899px;
}
#sombraBarra{
	background: url("../imgs/bgSombraBarraPlayer.png") repeat-x fixed transparent;
    display: block;
    height: 7px;
    position: fixed;
    width: 100%;
}
#centro {
	margin:0 auto;
	width:960px;
}
#bodyHome {
	background: url(../imgs/globalFundo.jpg) no-repeat center top transparent;
}
#bodyInternas {
	background: url(../imgs/globalFundoInternas.jpg) no-repeat center top transparent;
}
#topo h1{
    background: url("../imgs/globalLogo.png") no-repeat scroll 0 0 transparent;
    z-index: 1;
}
#topo h1 a{
	display: block;
	height: 168px;
	width: 168px;
	z-index: 3;
}
#topo h1, #topo p.title a {
    display: block;
    height: 168px;
    margin: 8px 0 0 10px;
    overflow: hidden;
    position: absolute;
    text-indent: -5000px;
    width: 168px;
    z-index: 2;
}

/*MENU*/
#navegacao {
    height: 68px;
    margin: 69px 0 0 155px;
    position: absolute;
}
#navegacao li {
	float: left;
	padding: 22px 10px 22px 10px;
}
#navegacao li a {
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	text-transform: uppercase;
}

#navegacao li.estrutura:hover,
#navegacao li.fotos:hover,
#navegacao li.mural:hover,
#navegacao li.agenda:hover,
#navegacao li.exterior:hover,
#navegacao li.faleconosco:hover{
	background: url(../imgs/bgMenu.jpg) no-repeat 0 0 transparent;
}

#navegacao li.estrutura {
	padding-left: 28px;
}
#navegacao li.fotos {
}
#navegacao li.mural {
}
#navegacao li.agenda {
}
#navegacao li.exterior {
}
#navegacao li.faleconosco {
	padding-right: 20px;
}
/*****REDES SOCIAIS*****/

#redesSociais {
	display: block;
    float: right;
	margin: 20px 32px 0 0;
}
#redesSociais li {
	float: left;
	text-align: center;
}
#redesSociais li a {
	color: #fff;
	display: block;
	letter-spacing: -0.5px;
	text-decoration: none;
} 
#redesSociais li.orkut a ,
#redesSociais li.twitter a {
	overflow: hidden;
	margin: 2px 0 0 10px;
	text-indent: -5000px;
}
#redesSociais li.hitz {
}
#redesSociais li.hitz a {
	background:url("../imgs/imgHitz.jpg") no-repeat;
	height: 27px;
	text-indent: 30px;
	width: 68px;

}
#redesSociais li.receba a {
	background:url("../imgs/imgReceba.jpg") no-repeat;
	height: 27px;
	width: 137px;
}
#redesSociais li.orkut a {
	background:url("../imgs/globLogoOrkut.png") no-repeat;
	height: 20px;
	width: 20px;
}
#redesSociais li.orkut a:hover {
	background-position:0 -20px;
}
#redesSociais li.twitter a {
	background:url("../imgs/globLogoTwitter.jpg") no-repeat;
	height: 19px;
	width: 19px;
}
#redesSociais li.twitter a:hover {
	background-position:0 -19px;
}
#redesSociais li.redes{
	border-left: 1px solid #666;
    font-size: 10px;
    height: 20px;
    margin: 0 -5px 0 10px;
    padding: 5px 0 0 5px;
	text-transform: uppercase;
}




/****CONTEUDO****/

#conteudo {
    margin: 180px 25px 0;
    width: 910px;
}

/*********INTERNAS***********/
#bodyInternas #conteudo {
	margin-top: 222px;
	padding: 0 20px;
	width: 870px;
}
#bodyInternas #conteudo h2.realTitle {
    color: #FFFFFF;
    display: block;
    font-size: 40px;
    height: 50px;
    letter-spacing: -2px;
    margin: -30px 0 15px -9px;
	*margin:-25px 0 15px -10px;
	padding-right: 620px;
    text-align: center;
    width: 280px;
}

#conteudo div.descricao{
	float: left;
	font-size: 13px;
	margin-right: 55px;
	width: 545px;
}
#bodyInternas #conteudo div h2.realTitle{
    border-bottom: 1px solid #333333;
    color: #8759B5;
    font-size: 27px;
    height: auto;
    margin: 0 0 15px;
    padding: 0 0 5px;
    position: relative;
    text-align: left;
    width: auto;
}
#conteudo div.fotos{
	display: block;
	float: left;
	width: 276px;
}
#conteudo div.fotos ul li{
	float: left;
	margin: 0 10px 10px 0;
	height: 100px;
	white: 128px;
}

/***********FIM INTERNAS***********/
#rodape {
    clear: both;
    color: #666666;
    font-size: 11px;
    margin: 0 25px;
    padding: 65px 0 40px;
    position: relative;
    width: 910px;
}

#rodape p a {
	display:block;
	float:left;
	height:20px;
	margin-left:10px;
	overflow:hidden;
	text-indent:-10000px;
}

#rodape p span {
	display: block;
    float: left;
    margin: 0;
    padding: 3px 0 0;
}

#rodape p.virtualiza {
	float:right;
	font-size: 10px;
	margin-top: -20px;
	*margin: 0;
}
#rodape p.virtualiza a {
	background:url("../imgs/globLogoVirtualiza.jpg") no-repeat;
	float:right;
	width:81px;
}
#rodape p.virtualiza a:hover {
	background-position:0 -23px;
}
#termosUso {
	padding:20px 20px 10px 20px;
}
#termosUso p {
	padding-bottom:10px;
}

#rodape h2.tags {
/*    display: block;
	*clear: both;
    float: left;
    font-size: 10px;
    margin-top: -8px;
    padding-bottom: 50px;
	*width: 650px;
*/
	
}
