* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #EBF4FA url(img/bg.jpg) no-repeat top center;
}

h1 {
	text-transform: capitalize;
}

#site {
	width: 928px;
	margin: 0 auto;
}

#topo {
	margin-top: 10px;
	width: 928px;
	height: 165px;
}

#topo #logo {
	float: left;
	display: inline;
	width: 398px;
	height: 151px;
}

#topo #logo a {
	width: 398px;
	height: 151px;
	background: url(img/logo.png);
	_background: none;
	_filter: progid:dximagetransform.microsoft.alphaimageloader(src='style/img/logo.png');
	display: block;
}

#topo #topo_direita {
	float: right;
	display: inline;
	width: 230px;
	margin: 30px 10px 0 0;
}

#topo #topo_direita #data {
	text-align: right;
	color: #fff;
	font-size: 11px;
	margin-bottom: 3px;
}

#topo #topo_direita input {
	width: 197px;
	height: 20px;
	background: #fff url(img/lupa.jpg) center right no-repeat;
	border: 1px solid #dedede;
	color: #999;
	font-size: 11px;
	padding: 5px 25px 0 5px;
	
}

#topo #topo_direita #links {
	text-align: right;
	margin-top: 5px;
}

#topo #topo_direita #links a {
	margin: 0 0 0 15px;
}

#topo #topo_direita #links a img {
	border: none;
}

.orkut {
	margin-left: 10px !important;
}

#topo #topo_direita p {
	text-align: right;
	color: #00293F;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 5px;
}

#menu {
	width: 928px;
	height: 58px;
	background: url(img/bg_menu.jpg);
	text-align: center;
}

#menu  a{
	padding: 0 25px;
	line-height: 49px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, helvetica;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	border-right: 1px solid #003A5D;
	border-left: 1px solid #004B79;
}

#menu .first {
	border-left: none;
}

#menu .last {
	border-right: none;
}

#corpo {
	width: 870px;
	padding: 10px 15px 20px;
	margin-left: 13px;
	background: #fff;
	position: relative;
}

#sombra {
	clear: both;
	width: 900px;
	height: 22px;
	background: url(img/sombra.png);
	_background: none;
	_filter: progid:dximagetransform.microsoft.alphaimageloader(src='style/img/sombra.png');
	position: relative;
	margin-left: 13px;
}

#principal {
	_height: 370px;
}

#principal:after {
	content: "";
	clear: both;
	display: block;	
}

#principal #video {
	float: left;
	display: inline;
	margin: 0 0 20px 0;
}

#principal #video img {
	border: 10px solid #f3f3f3;
}

#principal #desc {
	float: left;
	display: inline;
	width: 390px;
	margin: 10px 0 0 15px;
}

#principal #desc p, #principal #desc p a {
	font-weight: bold;
	font-size: 11px;
	color: #000;
	border-top: 1px solid #E0E0E0;
	padding: 10px 0;
}

#enviarmail {
	color:#666666;
	font-size:11px;
	margin-left: 30px;
}

#principal #desc p a { 
	text-decoration: none;
}

#principal #desc p a:hover {
	text-decoration: underline;
}

#principal #desc #desc_data {
	font-size: 11px;
	color: #999;
}

#principal #desc #desc_titulo {
	font-size: 27px;
	color: #464646;
	font-weight: bold;
	letter-spacing: -1px;
}

#principal #desc #desc_texto {
	color: #666;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 10px;
}

.desc_tempo {
	color: #000;
	font-size: 12px;
}

#videos {
	background: #fff;
	clear: both;
}

#videos:after {
	content: "";
	clear: both;
	display: block;
}

.video {
	float: left;
	display: inline;
	width: 400px;
	border-bottom: 1px solid #E0E0E0;
	margin-right: 30px;
	padding: 20px 0;
}

.video .thumb {
	float: left;
	display: inline;
	width: 177px;
	height: 129px;
	margin-right: 10px;
}

.video .titulo_thumb a {
	color: #0067A3;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#desc_titulo a {
	color: #0067A3;
	font-weight: bold;
	text-decoration: none;
}

#desc_titulo a:hover {
	text-decoration: underline;
}

.video .desc_thumb {
	color: #666;
	font-size: 11px;
	line-height: 18px;
}

#bg_rodape {
	height: 274px;
	width: 100%;
	background: url(img/bg_rodape.jpg);
	margin-top: -260px;
}

#rodape {
	width: 362px;
	margin: 25px auto 0;
	text-align: center;
	position: relative;
}

#rodape a, #rodape p {
	font-size: 11px;
	color: #999;
	text-decoration: none;
	line-height: 18px;
}

#rodape a {
	float: left;
}

#rodape a:hover {
	text-decoration: underline;
}

.barra {
	float: left;
	width: 2px;
	height: 9px;
	background: url(img/barra.jpg);
	display: block;	
	margin: 5px 7px 0 7px;
}

#kki a {
	float: none;
	width: 135px;
	height: 25px;
	margin: 10px auto 0;
	background: url(img/kki.png);
	_background: none;
	_filter: progid:dximagetransform.microsoft.alphaimageloader(src='style/img/kki.png');
	display: block;
	position: relative;
}

/* Estilo para as páginas Internas */

#interna {
	width: 870px;
	height: 500px;
	padding: 10px 15px 20px;
	margin-left: 13px;
	background: #fff;
	position: relative;
}

#oquee, #oquee2 {
	float: left;
	display: inline;
	width: 435px;
	margin-right: 20px;
}

#oquee2 {
	margin-top: 30px;
	width: 870px;
}

#oquee h2, #principal h2 {
	font-size: 27px;
	color: #00456E;
	letter-spacing: -1px;
	margin-bottom: 15px;
	padding-left: 20px;
	background: url(img/marcador.jpg) no-repeat center left;
}

#oquee p, #oquee2 p {
	font-size: 12px;
	color: #666;
	line-height: 25px;
}

#entrar {
	float: left;
	display: inline;
	width: 325px;
	height: 170px;
	background: #F7F7F7;
	color: #666;
	font-size: 11px;
	padding: 25px 0 0 80px;	
}

.entrar_maior {
	width: 351px !important;
	padding: 25px 0 0 100px !important;	
}

#fale {
	width: 500px;
	float: left;
	display: inline;
}

#fale #texto {
	color: #666;
	font-size: 12px;
	width: 393px;
	margin: 0 auto 40px;
}

#texto1 {
	color: #666;
	font-size: 12px;
}

#endereco {
	float: left;
	display: inline;
	border-left: 1px dotted #CDCDCD;
	height: 270px;
	margin-top: 50px;
	padding: 10px 0 0 20px;
}

#endereco h2 {
	font-size: 16px;
	color: #666;
	letter-spacing: -1px;
	margin-bottom: 5px;
	background: none;
	padding-left: 0;
}

#endereco p {
	font-size: 12px;
	color: #666;
	line-height: 20px;
}

#entrar #login, #entrar #senha, #fale #nome, #fale #email, #fale #telefone, #fale #cidade, #fale #assunto, #fale #msg, #fale #cpf, #fale #endereco_cad, #fale #bairro, #fale #login, #fale #senha, #enviarmail #nome, #enviarmail #email, #enviarmail #coment, #enviarmail #amigo, #enviarmail #emailamigo {
	width: 202px;
	height: 22px;
	border: 1px solid #DEDEDE;
	margin-bottom: 5px;
	padding: 3px 3px 0 3px;
	color: #464646;
}

#fale #nome, #fale #email, #fale #fone, #fale #cidade, #fale #assunto, #fale #msg, #fale #cpf, #fale #endereco_cad, #fale #bairro, #fale #login, #fale #senha {
	width: 325px;
}

#fale #cidade {
	width: 250px;
	margin-right: 5px;
}

#fale #msg, #enviarmail #coment {
	height: 95px;
}

#entrar #senha {
	width: 150px;
}

#form_left {
	width: 75px;
	float: left;
	display: inline;
	text-align: right;
	color: #666;
	font-size: 12px;
	margin-right: 5px;
}

#form_left p {
	margin-bottom: 17px;
	*margin-bottom: 19px;
	margin-top: 4px;
}

#form_right {
	color: #666;
	font-size: 12px;
}

#entrar #logar, #fale #btn_contato_enviar {
	border: none;
	background: #0069A3;
	color: #fff;
	font-size: 11px;
	width: 50px;
	height: 25px;
	position: relative;
	top: 2px;
	*top: -7px;
	left: 3px;
	cursor: pointer;
}

#fale #btn_contato_enviar {
	float: right;
	margin: 0 90px 220px 0;
	*margin: 10px 90px 220px 0;
}

#entrar a.esqueci {
	color: #0068A3;
}

#entrar a.esqueci:hover {
	text-decoration: none;
}

#entrar a.cadastrar {
	width: 163px;
	height: 25px;
	background: url(img/cadastrar.jpg);
	display: block;
	margin-top: 15px;
}

#form {
	padding-bottom: 30px;
}

.both {
	clear: both
}

.barra_endereco {

	height: 319px;
	border-left-style: dashed;
	border-width: 1px;
	border-color: #CDCDCD;
	padding-left: 35px;
}

.h2_enviar {
	background:transparent url(img/h2_enviar.jpg) repeat scroll 0 0 !important;
	height:14px;
	margin: -5px 0 10px 15px;
	width:123px;
}
.h2_comentar {
	background:transparent url(img/h2_coment.jpg) repeat scroll 0 0 !important;
	height:20px;
	margin:-5px 0 10px 15px;
	width:150px;
}

.submit, .submit2 {
	background:#0069A3 none repeat scroll 0 0;
	border:medium none;
	color:#FFFFFF;
	font-size:11px;
	height:25px;
	margin:0 0 5px 273px;
	width:50px;
}

.submit2 {
	margin: 0 0 5px 250px;
}

#comentarios {
	clear: left;
	width: 450px;
	margin-top: 20px;
}

#comentarios .comentario {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DEDEDE;
}

#comentarios .coment_autor {
	float: left;
	display: inline;
	color: #00273F;
	font-size: 16px;
	letter-spacing: -1px;
	font-weight: bold;
}

#comentarios .coment_data { 
	color: #666666;
	font-size: 10px;
	position: relative;
	top: 3px;
	left: 6px;
}

#comentarios .coment_texto {
	clear: both;
	color: #666666;
	font-size: 12px;
	line-height: 19px;
}

#esquerda {
	float: left;
	display: inline;
	width: 450px;
}

.gratis {
	margin-left: 70px;
}

.italic {
	font-style: italic;
	font-size: 11px;
}

.logado {
	float: right;
	display: inline;
	position: relative;
	top: 20px;
	color: #FFF;
	font-size: 11px;
}

a.sair {
	color: #fff;
}

a.sair:hover {
	text-decoration: none;
}

.center {
	text-align: center;
	position: relative;
	top: 30px;
	height: 250px;
}
