@charset "utf-8";
 /* CSS RESET */
* { margin:0; padding:0; outline:none; }

/*---Cor de fundo selecionado--*/
*::-moz-selection { background:#000; color:#ffffff; }
*::selection { background:#000; color:#ffffff; }

h1 { font-size:25px; }
h2 { font-size:20px; }
h3 { font-size:16px; }
h4 { font-size:14px; }
h5 { font-size:12px; }
h6 { font-size:11px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal !important; font-family:'UbuntuRegular'; }

.t9 { font-size:9px; } .t10 { font-size:10px; } .t11 { font-size:11px; } .t12 { font-size:12px; } .t13 { font-size:13px; } 
.t14 { font-size:14px; } .t15 { font-size:15px; } .t16 { font-size:16px; }.t17 { font-size:17px; } .t18 { font-size:18px; } 
.t19 { font-size:19px; } .t20 { font-size:20px; } .t23 { font-size:23px; } .t24 { font-size:24px; } .t25 { font-size:25px; }
.t22 { font-size:22px; } .t26 { font-size:26px; } .t27 { font-size:27px; } .t28 { font-size:28px; } .t29 { font-size:29px; }
.t30 { font-size:30px; } .t34 { font-size:34px; } .t35 { font-size:35px; }

p, span, a { font-weight:normal; text-decoration:none;  }

a { color:#777; cursor:pointer; }
a:hover { color:#9e0057; text-decoration:underline; }

img { border:0 none; }
li { list-style:none; }
.esconde { display:none; }
.cb { clear:both; }
.cp { cursor:pointer; }
.rl { position:relative; }

input, select, textarea, fieldset { border:0; }
input, textarea { background:none; }
input, select, textarea, label { font-family:'UbuntuRegular', "Tahoma"; font-size:13px; color:#777; }
textarea { resize:none; overflow:auto; }
select option { padding:4px 0; display:block; }
input[type="submit"] { cursor:pointer; -webkit-appearance:none; }
input[type="submit"]:hover { background-color:#565656; color:#fff; }
/* FIM CSS RESET */

/* ESTILOS ADICIONAIS */

.verde { color:#077f5c; }
.verde-claro { color:#00a877; }
.vermelho { color:#b80202; }
.cinza { color:#555; }
.roxo { color:#9e0057; }

/* ESTILOS ADICIONAIS */

@media all and (min-width:1050px){ 
	select { background:none; }
}


