@charset "utf-8";
@import 'form.css';
@import 'cbo.css';
@import 'regua.css';
/**/
a{text-decoration:none;color:#333;}
ol,ul{
	list-style:none;
	}
/**/
#footer p{line-height:16px; font-weight:bold;}
#footer .logo{position:absolute;left:55px;top:20px;display:block;background:url(../imagens/footerLogo.png);width:137px;height:40px;opacity:0.7;text-indent:-9999px;}
#footer .logo:hover{opacity:0.9;}
/**/
.info{
	color:#090;
	}
/**/
.limit{width:958px;margin:0 auto;border-left:1px solid #cfcfcf;border-right:1px solid #cfcfcf;}
.limit.noborder{border:none;width:960px;} 
.none{
	display:none;
	}
/* BOOTSTRAP*/
.panel-body{
	padding:5px 15px 0px 15px !important;
	}
.shadow{
	position:absolute;
	/* top:0;left:0; */
	background:#fff;
	/* opacity:0.5; */
	}
.textoDestaqueAlerta{
	color:#F00 !important;
	font-weight:bold;
	}	
.textoDestaqueOk{
	color:#060 !important;
	font-weight:bold;
	}	
	
.textoRiscado{
	text-decoration: line-through;
	}	