@charset "utf-8";
/* Folha de Estilos - Website Desenvolvido por dolostudio.com */


/** Início Propriedades **/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #878787;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #df0101;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #df0101;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 12px;
	color: #6f6f6f;
}
h2 {
	font-size: 14px;
	color: #6f6f6f;
}
h3 {
	font-size: 16px;
	color: #6f6f6f;
}
h4 {
	font-size: 18px;
	color: #6f6f6f;
}
h5 {
	font-size: 24px;
	color: #6f6f6f;
}
h6 {
	font-size: 36px;
	color: #6f6f6f;
}
/** Fim Propriedades **/

/** Início Estilo Coluna Principal **/

#colunaprincipal {
	width:882px;
	height:792px;
	position:absolute;
	float:left;
	left:50%;
	margin-left:-441px;
}
/** Fim Estilo Coluna Principal **/

/** Início Estilo Topo **/

#topo {
	width:882px;
	height:95px;
	background:url(imagens/cima-fundo.jpg);
}
/** Fim Estilo Topo **/

/** Início Menu **/

#menu {
	width:882px;
	height:29px;
}


/** Início Esquerda 1 **/

#esquerda1 {
	width:265px;
	height:356px;
	background:url(imagens/linha.jpg) repeat-y right;
	float:left;
	margin-top:25px;
}

/** Fim Esquerda 1 **/

/** Início Texto Esquerda **/

#texto-esquerda {
	width:235px;
	height:330px;
	line-height:13px;
	margin-left:14px;
	
}

/** Fim Texto Equerda **/

/** Início Destaque **/

#destaque {
	width:575px;
	height:353px;
	float:right;
	margin-top:30px;
}

/** Fim Destaque **/

/** Início Patrocínio **/

#patrocinio {
	width:265px;
	height:200px;
	margin-top:40px;
	float:left;
	background:url(imagens/linha.jpg) repeat-y right;
}

/** Fim Patrocínio **/

/** Início Tabela Direita 2 **/

#direita2 {
	width:575px;
	height:240px;
	float:right;
	margin-top:30px;
}

/** Fim Direita 2 **/

/** Início Rodapé **/

#rodape {
    width:649px;
	height:26px;
	background:url(imagens/linha.jpg) repeat-x top;
	text-align:left;
	font-size:11px;
	color: #959494;
	float:left;
	line-height:23px;
}

/** Fim Rodapé **/

/** Início dolorstudio **/

#dolostudio {
	width:232px;
	height:26px;
	text-align:right;
	color: #959494;
	float:left;
	line-height:23px;
    background:url(imagens/linha.jpg) repeat-x top;
}

/** Fim dolostudio **/