@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background-image:url(../imagens/fundo.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	color:#FFF;
	padding:0;
	margin:0;
}
#tudo{
	text-align:center;
}
#topo{
	width:100%;
	text-align:left;
}
#topoInterno{
	height:350px;
}
#barraNav{
	width:900px;
	height:42px;
	text-align:center;
	margin:auto;
	padding-top:20px;
	padding-bottom:20px;
}
#conteudo{
	width:900px;
	margin:auto;
	text-align:left;
}

#conteudoEsquerda{
	width: 540px;
	float:left;
}

#textoConteudoEsquerda{
	margin:auto;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	
}

#conteudoDireita{
	width: 340px;
	height: 501px;
	float:right;
	background-image:url(../imagens/fundoFixo.jpg);
	background-repeat:no-repeat;
	text-align:center;
}

#chamadaVideoFixo{
	padding: 35px 0 15px 0;
}

#linksDireita{
	padding: 15px 0 0 0;
}

#videoFixo{
	text-align:center;	
}

#chamada{
	padding:0 0 15px 0; 
}
#rodape{
	width:900px;
	margin:auto;
	padding: 35px 0 0 0;	
}

.clear{
	clear:both
}

img{
	border:none;	
}

a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: underline;
	color: #CCC;
}
a:active {
	text-decoration: underline;
	color: #CCC;
}

/* Retira os outlines das tags object */
object {
outline: none;
}