@charset "utf-8";

/* PADRÃO */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline;} html, body {height: 100%;} * html #container {height: 100%;} .decoration-none { text-decoration:none; border:0px;} .d-table { display:table;} body  {font: 100% Verdana, Arial, Helvetica, sans-serif; margin: 0; padding: 0; text-align: center; color: #000000; background-size:100%;}

/* FLOAT */ .float-1 {float:left;}
/* MARGIN TOP */ .margin-top-30 {margin-top:30px;}
/* PADDING TOP */ .padding-10 {padding-top:10px;} .padding-15 {padding-top:15px;} .padding-30 {padding-top:30px;} .padding-50 {padding-top:50px;}
/* POSITION */ .position-1 {position:absolute;} .position-2 {position:fixed;} .position-3 {position:relative;}
/* Z-INDEX */ .zindex-4 {z-index:90000000;}
/* LINHA */ .row-fluid {margin-right: 0px; margin-left: 0px; width:100%;}
/* FONTES */ .fonte-1 {font-family: Arial Rounded MT;} .fonte-2 {font-family:Verdana;}
/* CLARO-ESCURO */ .cor-contraste-claro-3 {color:#000000;} .cor-contraste-claro-4 { color:#29166f;} .cor-contraste-escuro-1 {color:#FFFFFF;}
/* IMAGENS */ .img-cliente {width: 150px; height:150px; no-repeat;} .img-cliente:hover {opacity: 0.6; width: 150px; height:150px; no-repeat;}

/* PADDING BOTTOM */ .padding-10-B {padding-bottom:10px; } .padding-15-B {padding-bottom:15px;} .padding-30-B {padding-bottom:30px;} .padding-50-B {padding-bottom:50px;}

/* TEXTO */ .align-center {text-align:center;} .texto-minimo {font-size:12px; text-align:left;} .texto-recovery {font-size:12px; text-align:center;}

/* RADIUS */ .radius-10-geral { -webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; -moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; -webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px; -moz-border-radius-bottomleft: 10px; -moz-border-radius-bottomright: 10px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }

/* TEMAS */ .tema-principal {background-color:#FF6600;} .tema-secundario {background-color:#FFFFFF;} .tema-terciario {background-color:#000000;} .tema-alternativo-3 {background-color:#666666;}