/*
	padrao
*/

* { 
	padding: 0; margin: 0; 
}

html {
	background: url('/img/bg_centro.jpg');
}

body {
	font: 12px "Verdana", tahoma, sans-serif;
	color: #000000;
	list-style: none;
	list-style-type: none;
}
/*	
	Blog Default
*/
img.alignright {
	margin: 0 2px 2px 7px;
}

img.alignleft {
	margin: 0 2px 7px 2px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
.conteudo_post p {
	margin-bottom: 10px;
	text-indent: 30px;
}

.img_home {
	float:left;
	height: 115px;
	width: 150px;
	margin-right: 5px;
	margin-bottom: 4px;
	border: 1px #CCC solid;
}
/*	
	Site
*/

.conteudo input[type=submit],input[type=button] {
	padding: 4px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	background-color: #FFF;
	font-weight: bolder;
	color: #B70000;
	border-color: #999;
	cursor: pointer;
}
.conteudo input[type=text],input[type=password], textarea {
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	background-color: #FFF;
	color: #B70000;
	border-color: #999;
}
select {
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	background-color: #FFF;
	color: #B70000;
	border-color: #999;
	width: 103px;
}

a {
	cursor: pointer;
	text-decoration: none;
	color: #333;
}
a:hover {
	cursor: pointer;
	text-decoration: underline;
	color: #333;
}

blockquote {
	margin: 20px 40px 0px 40px;
	text-align: justify;
}
.code_img {
	border: 1px #333333 solid;
}

.cls {
	clear: both;
}

.linha {
	border-bottom: 1px #E0E0E0 solid;
}
/*
Chassi do redhost
*/

.curva_superior {
	height: 10px;
	width: 800px;
	margin: 0px auto;
}
.curva_superior_left {
	width: 10px;
	background: transparent url('/img/rodape-bg-superior-left.gif') ;
	height: 10px;
	float: left;
	font-size: 0px;
}
.curva_superior_right {
	width: 10px;
	background: transparent url('/img/rodape-bg-superior-right.gif');
	height: 10px;
	float: left;
	font-size: 0px;
}
.curva_superior_center {
	width: 780px;
	background: #FFF;
	height: 10px;
	float: left;
	font-size: 0px;
}


.curva_inferior {
	height: 10px;
	width: 800px;
	margin: 0px auto;
}
.curva_inferior_left {
	width: 10px;
	background: transparent url('/img/rodape-bg-inferior-left.gif') ;
	height: 10px;
	float: left;
	font-size: 0px;
}
.curva_inferior_right {
	width: 10px;
	background: transparent url('/img/rodape-bg-inferior-right.gif');
	height: 10px;
	float: left;
	font-size: 0px;
}
.curva_inferior_center {
	width: 780px;
	background: #FFF;
	height: 10px;
	float: left;
	font-size: 0px;
}

.conteudo_rodape {
	padding: 5px;
	width: 790px;
	_width: 800px;
	*width: 790px;
	margin: 0px auto;
	background: #FFF;
	text-align: left;
}
#footer {
	clear: both;
}
.copy {
	float: right;
	padding-top: 20px;
}
.footer_menu {
	float: left;
	padding-top: 20px;
}

.post404 {
	margin-top: 20px;
}
.post404 li {
	list-style: none;
 	background: url('/img/post.gif') left no-repeat;
	padding-top: 4px;
	padding-left: 14px;
	padding-bottom: 4px;
	/* text-indent: 15px; */

}
.leia_mais {
	float: right;
	font: 11px Arial
}
.leia_mais a, .leia_mais a:hover {
	color: #B70000;
	text-decoration: none;
}

.space {
	height: 20px;
}

#page {
	width: 100%;
	margin: 0px auto;
	text-align: center;
}
.header {
	width: 100%;
	background: #FFF url('/img/fundo.jpg');
	margin: 0px auto;
	height: 100px;
}

.header a {
	cursor: pointer;
	text-decoration: none;
	color: #FFF;
}
.header a:hover {
	cursor: pointer;
	text-decoration: underline;
	color: #FFF;
}
.header .sub_header {
	width: 800px;
	/* background: #FFF url('/img/background_header.png'); */
	background: #FFF url('/img/labcis.jpg');
	height: 100px;
	margin: 0px auto;
}
.centro {
	width: 100%;
	margin: 0px auto;
}
.centro .sub_centro {
	width: 790px;
	_width: 800px;
	*width: 790px;
	background: #FFF;
	margin: 0px auto;
	padding: 5px;
	padding-bottom: 0px;
	text-align: left;
}

.sidebar {
	height: 100px;
	width: 100%;
}
.sidebar .admbar {
	text-align: right;
}
.redbar {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 45px;
	color: #FFF;
	font: 13px Tahoma,Arial !important;
	text-align: center;
	float:right;
}
.redbar_linha_vertical {
	padding-top: 41px;
	color: #FFF;
	text-align: left;
	vertical-align: middle;
	float:right;
}

.menubar {
	padding-top: 10px;
	color: #FFF;
	text-align: left;
	font: 13px Tahoma,Arial !important;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	float:left;
}

.menubar_linha_vertical {
	padding-top: 6px;
	color: #FFF;
	text-align: left;
	vertical-align: middle;
	float:left;
}

.conteudo {
	float:left;
	width: 560px;
	padding-left: 5px;
}
.conteudo h2 {
	color: #464646;
	font: italic normal normal 24px/29px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
	margin: 0;
	padding: 0px 15px 0px 0;
	line-height: 20px;
	text-shadow: rgba(255,255,255,1) 0px 1px 0px;
}
	
.titulo_post {
	border-bottom: 1px #E0E0E0 solid;
	padding-bottom: 8px;
	margin-bottom: 4px;
}
.titulo_post_busca {
	padding-top: 10px;
	padding-bottom: 2px;
}
.excerpt_post_busca {
	padding-top: 4px;
}
.postRelacionado {
	margin-top: 10px;
	margin-bottom: 4px;
	list-style: none;
}
.postRelacionado ul {
	list-style: none;
}
small { 
	color: #CCC 
}
.conteudo_post {
	padding-top: 15px;
}
.postmetadata p {
	line-height: 20px;
	clear: both;
}
.postmetadata {
	margin-bottom: 12px;
}
.espaco_top {
	margin-top: 20px;
}
.sideWidget {
	margin-left: 10px;
	padding-right: 5px;
	width: 190px;
	float:left;
	min-height: 600px;
}
.widget li {
	list-style: none;
 	background: url('/img/post.gif') left no-repeat;
	padding-top: 7px;
	padding-left: 14px;
	padding-bottom: 7px;
	/* text-indent: 15px; */
}
.cat-item {
	background: url('/img/category.gif') left no-repeat !important;
	padding-top: 7px;
	padding-bottom: 7px;
}
.widget_title {
	background: url('/img/category.png') right no-repeat;
	font: 13px "Verdana";
	font-weight: bolder;
	color: #B70000;
	border-bottom: 4px #444 solid;
	padding-bottom: 2px;
	margin-bottom: 7px;
	margin-top: 10px;
}
.search_button {
    background: url('/img/icone-pesquisa.png') right no-repeat;
	border: none;
	cursor: pointer;
	padding: 0px;
	width: 24px;
	height: 21px;
}
.search_text {
	border: solid 1px #B70000;
	padding: 2px;
	padding-top: 3px;
	width: 160px;
	height: 14px;
}
.twr_button {
    background: url('/img/icone-twitter.png') right no-repeat;
	border: none;
	cursor: pointer;
	padding: 0px;
	width: 24px;
	height: 21px;
}
.twr_text {
	border: solid 1px #6EDAF7;
	padding: 2px;
	padding-top: 3px;
	width: 160px;
	height: 14px;
}

#centro h2 {
	color: #464646;
	font: italic normal normal 24px/29px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
	margin: 0;
	padding: 0px 15px 0px 0;
	line-height: 20px;
	text-shadow: rgba(255,255,255,1) 0px 1px 0px;
}





/*
CaixaBase
*/

.caixa_base_topo
{
    clear:both;
    height:10px;
    width:100%;
    background:transparent url('/img/caixa-base-topo-bg.gif') repeat-x left bottom;
}

.caixa_base_rodape
{
    clear:both;
    height:10px;
    width:100%;
    background:transparent url('/img/caixa-base-rodape-bg.gif') repeat-x left top;
}


.caixa_base_topo_esquerda, .caixa_base_topo_direita, .caixa_base_rodape_esquerda, .caixa_base_rodape_direita, .caixa_base_centro_esquerda, .caixa_base_centro_direita
{
    width:10px;
    height:10px;
}

.caixa_base_topo_esquerda, .caixa_base_rodape_esquerda, .caixa_base_centro_esquerda
{
    float:left;
}

.caixa_base_topo_direita, .caixa_base_rodape_direita, .caixa_base_centro_direita
{
    float:right;
}

.caixa_base_topo_esquerda
{
    background:transparent url('/img/caixa-base-topo-bg-esquerda.gif') no-repeat left bottom;
}

.caixa_base_topo_direita
{
    background:transparent url('/img/caixa-base-topo-bg-direita.gif') no-repeat right bottom;
}

.caixa_base_rodape_esquerda
{
    background:transparent url('/img/caixa-base-rodape-bg-esquerda.gif') no-repeat left top;
}

.caixa_base_rodape_direita
{
    background:transparent url('/img/caixa-base-rodape-bg-direita.gif') no-repeat right top;
}

.caixa_base_centro_conteudo
{
    padding:10px;
    padding-top:4px;
    width: 770px;
    background:transparent url('/img/fundo_centro.jpg') repeat-y;
    
	min-height:400px;
	clear: both;
}

/*
 *
 * Slider ;)
 *
 */
 
#msg {
	padding: 0px 0px 20px 0px;
}
#lateral {
	width: 260px;
	float:right;
	padding-left: 10px;
}
#slider {
	width: 260px;
	float:left;
	padding: 8px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	background-color: #FFF;
	border-color: #CCC;
}

#slider .valor-setado {
	margin-bottom: 5px;
	font-size: 14px;
}
#slider .valor-setado span {
	font-size: 12px;
	color: #CC0000;
	font-weight: bolder;
}

#slider .slider_titulo {
    clear: both;
    cursor: default;
    height: 13px;
}
#slider .slider_titulo_esquerda {
    float: left;
    padding-left: 5px;
    font-weight: bolder;
}
#slider .slider_titulo_direita {
    float: right;
    padding-right: 5px;
    font-weight: bolder;
}
#slider .slider_controle {
    clear: both;
    height: 17px;
    padding-top: 6px;
    padding-left: 5px;
}

#btnPlano {
	float: left;
	padding: 16px 10px 20px 10px;
}

#total {
	font: 18px "Verdana", tahoma, sans-serif;
	padding: 20px 10px 20px 10px;
	color: #B70000;
	font-weight: bolder;
	float: left;
}
#total span {
	font: 14px "Verdana", tahoma, sans-serif;
	color: #000;
	font-weight: bolder;
}
#total_servico {
	font: 16px "Verdana", tahoma, sans-serif;
	color: #B70000;
}
#total_servico span {
	font: 14px "Verdana", tahoma, sans-serif;
	color: #000;
}
.barraTitulo {
	padding: 1px;
	margin-bottom: 4px;
	background: #D8D8D8;
	color: #333;
	font: 13px "Verdana", tahoma, sans-serif;
	font-weight: bolder;
}
.blocoAssinar {
	margin-bottom: 18px;
	font: 12px "Verdana", tahoma, sans-serif;
}
.nomeCampo {
	width: 130px;
	text-align: right;
	padding-right: 5px;
}


.informativo {
	clear: both;
} 
.informativo small {
	color: #333;
	font: 11px "Verdana", tahoma, sans-serif;	
}


.footer_pgto {
	width: 780px;
	margin: 5px 0px 20px 0px;
}
#footer span {
	padding-bottom: 20px;
}
#saldo, #visa, #mastercard, 
#diners, span#amex, #hipercard, 
#aura, #bradesco, #itau, 
#unibanco, #bb, #real, 
#f2b, #boleto {
	background: transparent url(/img/cards-sprite.gif) no-repeat 0 0; 
	height:29px; 
	margin-left:2px; 
	width:71px;
	float: left;
}

#visa{background-position:0 0px}
#mastercard{background-position:0 -28px}
#diners{background-position:0 -58px}
#amex{background-position:0 -86px}
#hipercard{background-position:0 -116px}
#aura{background-position:0 -145px}
#unibanco{background-position:0 -231px}
#real{background-position:0 -289px}

#bradesco{background-position:0 -174px}
#itau{background-position:0 -203px}
#bb{background-position:0 -260px}
#boleto{background-position:0 -318px}
#saldo{background-position:0 -348px}
#f2b{background-position:0 -376px}

.areaMenu {
	color: #999;
	font: 12px "Verdana", tahoma, sans-serif;		
}
.areaMenu a, .areaMenu a:hover {
	color: #333;
	font: 14px "Verdana", tahoma, sans-serif;
}

.bloco {
	width: 555px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #999;
	padding-top: 20px;
	height: 100px;
	clear:both;
}
.imgHome {
	float: left;
	width: 100px;
	min-height: 75px;
	text-align: center;
}
.textHome {
	float: left;
	width: 450px;
	min-height: 90px;
	text-align: justify;
}
.textHome_lado {
	width: 550px;
	min-height: 75px;
	text-align: justify;
}
.painelHome {
	width: 590px;
	height: 256px;
}
.pessoasApresenta {
	float: left;
	width: 184px;
}
.painelLateralHome {
	float: left;
	width: 325px;
	height: 230px;
	padding: 4px;
	border: 1px dashed #A7A791;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	background-color: #FFFFCC;
	color: #000;
	padding: 20px;
}
a.tb_photo img {
	float:left;
	border:0px;
	margin-right:4px;
	padding:0px;
}
.tb_author a {
	color: #B70000;
	text-decoration: none;
}
.tb_author a:hover {
	color: #B70000;
	text-decoration: underline;
}
.tb_tweetinfo {
	margin-top: 2px;
	margin-bottom: 4px;
}
.linhaPontilhada {
	height: 1px;
	border-bottom: 1px dotted #999;
	margin-bottom: 4px;
	margin-top: 4px;
}

.readtwitter {
	margin-top: 8px;
	padding-bottom: 30px;
	background: transparent url('/img/home/twitter.jpg') no-repeat right bottom;
}
.readtwitter h2 {
	height: 46px;
	background: transparent url('/img/home/tituloTwitter.jpg') no-repeat center top;
}

.comentario {
	width: 560px;
}
.comentarios {
	border-top: 1px dotted #CCC;
	margin-top: 15px;
	padding-top: 15px;
}
.comentou {
	font: 12px "Verdana", tahoma, sans-serif;
	color: #999;	
}
.respostas {
	width: 560px;
	margin-top: 20px;
}
.autorComentario a {
	color: #B70000;
	text-decoration: none;
}
.autorComentario a:hover {
	color: #B70000;
	text-decoration: underline;
}

.comment-edit-link {
	color: red;
	font-style: italic;
}
#ajxTwitter li {
	list-style: none;
	background: none;
	padding: 0px;
}
