@charset "utf-8";
/* CSS Document */
* {
	border:0;
	margin:0;
	padding:0;
}
/* ESTILOS POR DEFEITO */
html, body {
	width:100%;
	/*overflow-x:hidden;*/
}
body {
	margin:0;
	font-family:Tahoma, Arial, Helvetica, Tahoma, sans-serif;
	font-size:11px;
	color:#5e5e5e;
	background:#FFFFFF;
	font-weight:normal;
}
.float {
	float:left;
}
a {
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:11px;
	color:#858585;
}
ul, li	{
	list-style:none;
	margin:0;
	border:0;
	padding:0;
}
li {
	float:left;
}
h3 {
	font-size:15px;
	/*font-weight:bold;*/
	margin:0;
	padding:0;
}
.texto-medio {
	font-size:14px;
}
input, select, textarea {
	font-size:11px;
	font-family:Tahoma, Helvetica, sans-serif;
	background-color:#FFFFFF;
	color:#5e5e5e;
	width:160px;
	height:17px;
	border:1px solid #a5acb2;
}
select.ordenar {
	width:87px;
}
select.tip {
	width:83px;
}
input.cxpequenas {
	width:45px;
}
input.ref {
	width:101px;
}
input.livre {
	width:158px;
}
textarea {
	height:50px;
}
input[type=checkbox], input[type=radio] {
	width:12px;
	height:12px;
	border:0;
}
/* por causa do ie6 */
input.checkbox, input.radio {
	width:10px;
	height:10px;
}
input.botoes {
	width:152px;
	height:22px;
	font-size:11px;
	text-align:center;	
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	background-color:#97bf0d;
	border:0;
	margin:0;
	cursor:pointer;
	color:#FFF;
	background:url(../images/botoes.gif) no-repeat;
}
input.newsletter-input {
	width:140px;
}