/* --------------------*/
/* zerar todos estilos */
/* --------------------*/
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ------------------------*/
/* zerar todos estilos fim */
/* ------------------------*/
body {
	font: bold 80% Verdana;
}

#tudo {
	position: relative;
	width:410px;
	height: 245px;
	text-align:left;
	margin:0px auto 0px auto;
}

#centro_online {
	width: 410px;
	height: 175px;
	text-align: center;
	padding: 20px 0 0px 0;
}

#definicoes {
	position: relative;
	display: block;
	background: #f0e6da url(../img/escolha_qualidade.gif) no-repeat 0 0;
	width: 370px;
	height: 40px;
	text-align: center;
	padding: 6px 0 0 40px;
	font: bold 85% Verdana;
	line-height: 18px;
}

#definicoes a {
	color: #000000;
}

#definicoes a:active { 	
	color: #FFFFFF; 
}

#def_qualidadeon {
	width: 410px;
	height: 110px;
	margin-top: 10px;
	position: relative;
	display: none;
	color:#000000;
	background: #f0e6da;
}

#def_problemason {
	width: 410px;
	height: 135px;
	margin-top: 10px;
	position: relative; 
	display: none;
	color:#000000;
	background: #f0e6da;
}

p.escutar { font-size:90%; color: #797979; font-family: arial, serif;}
p.qualidade { font-size:90%; color: red; font-family: arial, serif; font-weight: bold;}
h1.destaque { color: #000000; font-size:13px; font-family: arial, serif;}
.tdx {border-top: 1px dashed #b5b5b5;}
a {text-decoration: none; color: #bc3c3d}
p.ocultar { 
	width: 390;
	text-align: right;
	padding: 10px 10px 10px 10px;
}
p.problemas_texto {
	padding: 0 20px 0 20px;
	text-indent: 20px;
	text-align: justify;
	font: normal 85% Verdana;
	padding-bottom: 10px;
}
