<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">aside.aside_container{
	float:left;
	width:245px;
	margin-top:260px;
}
section.section_container{
	float:right;
	width:725px;
	padding:40px 10px 10px 0;
}
h1.titulos{
	color:#D62626;
	font-size:22px;
	height:30px;
	line-height:30px;
	text-transform:uppercase;
}
section.section_conteudo{
	float:none;
	padding:40px 10px 10px 10px;
}

.texto ul li{
	list-style:disc inside !important;
	margin-left:15px;
}

/*********************************************
* Contato
**********************************************/
.frmCont{margin:20px 0 10px 20px; width:400px; float:left}
.frmCont fieldset{width:400px;margin:0 auto;}
.frmCont label{display:block;font-size:12px;font-weight:bold;width:150px; overflow:hidden; padding:3px 0 2px 0;text-align:left;float:none; color:#AD0000}
.frmCont .input{font-size:12px;display:block;color:#999;padding:5px 10px 5px 10px;width:333px;float:left;margin-bottom:5px; border:2px solid #e1e1e1; background:url(../img/bgforms.png) repeat-x top center;}
.frmCont .select{font-size:12px;display:block;color:#999;padding:5px 10px 5px 10px;width:354px;float:left;margin-bottom:5px; border:2px solid #e1e1e1; background:url(../img/bgforms.png) repeat-x top center;}

.frmCont .input:focus{color:#999999;}
.frmCont .small{width:23px;}
.frmCont .ddd{margin-right:15px;}
.frmCont .uf{margin-left:15px;text-transform:uppercase;}
.frmCont .medium{width:273px;}
.frmCont .textarea{font-family:arial;font-size:12px;display:block;color:#999;padding:10px;width:333px;height:80px;border:2px solid #e1e1e1; background:url(../img/bgforms.png) repeat-x top center;}
.frmCont .textarea:focus{color:#999999;}
.frmCont small{font-size: 11px; display: block;}
.frmCont input[type="submit"]{margin-right: 45px;float:right; background:#ed1c24;color:#FFFFFF;text-transform:uppercase;font-size:12px;padding:5px 17px 5px 17px;font-weight:bold;text-decoration:none;border-radius:4px; cursor:pointer}
.frmCont input[type="submit"]:hover{ background:#AD0000;} 

.erro {background:#e2010c;border:2px solid #730006;padding:5px;color:#FFF;font-weight:bold;width:380px;margin:auto;text-align:center; margin-bottom:5px;}
.sucesso {background:#009c00;border:2px solid #006600;padding:5px;color:#FFF;font-weight:bold;width:380px;margin:auto;text-align:center; margin-bottom:5px;}

.dvcontato{overflow:hidden; padding:10px 10px; float:right; width:240px; margin-top:25px}
.dvcontato .infos{overflow:hidden; float:left; width:48%}
.dvcontato strong{display:block; float:none; background:#D62626; color:#FFFFFF; border-radius:4px; padding:5px 0 5px 10px; text-transform:uppercase;margin: 10px 0; height:18px; line-height:18px; font-size:14px;}
.dvcontato span{font-weight:bold; width:40px; display:block; float:left}</pre></body></html>