/* config */
*, html, body{ padding:0}
ul, li{list-style:none; list-style-type:none}
img{border:0}


/* Classes padrões */
.strong{font-weight:bold!important}
.normal{font-weight:normal!important}
.clear{clear:both}
.left{float:left}
.right{float:right}
.textleft{text-align:left!important}
.textright{text-align:right!important}
.textcenter{text-align:center!important}
.none{display:none}
.block{display:block}
.table{display:table}
.visible{visibility:visible}
.underline{text-decoration:underline!important}
.nodecoration{text-decoration:none!important}
.pointer{cursor:pointer!important}
.small{font-size:9px}
.linha{width:100%; height:1px; border-bottom:4px groove #D2D2E9}
.spacer{margin-left:20px}

.contener { width:930px; height:auto; background:#FFF; }



/* Empresa */
.menu_empresa { width:220px; }
.menu_empresa ul { background:#31669a; margin:15px; }
.menu_empresa ul li { width:190px; height:25px; border-bottom:dotted 1px #28843b; color:#FFF; text-indent:5px; line-height:25px; }
.menu_empresa ul li a { width:190px; height:25px; border-bottom:dotted 1px #28843b; color:#FFF; text-indent:5px; line-height:25px; display:block; }
.menu_empresa ul li a:hover { background:#2c5283; }

.contener_empresa { width:650px; min-height:500px; margin:15px; }
.contener_empresa h1 { font-size:18px; color:#7bb089; padding-bottom:5px; }
.contener_empresa h1.sub { font-size:14px; color:#4bb089; padding-bottom:5px; }
.contener_empresa p { font-size:12px; color:#333; line-height:23px; padding-bottom:8px; text-align:justify; }
.contener_empresa p.verde { color:#7bb089; }
.contener_empresa p.margin { text-indent:15px; }
.contener_empresa p.arrow2 { list-style-position:inside; display:list-item; list-style-type:circle; padding-bottom:5px; margin-left:10px; }


