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, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, hr, input{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	list-style: none;
	border-collapse: collapse;
	border-spacing: 0;
	text-decoration: none;
}

html {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	   -moz-box-sizing: inherit;
			box-sizing: inherit;
}

body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; 
	color:#171717;	
	line-height: 1.4;
	font-size: 62.5%;
}
 
img a, 
a img{border: 0;}

a{
	cursor:pointer; 
	text-decoration:none
}

figure{ margin: 0}

img{
	max-width: 100%; 
	display: block;
}

blockquote, q {quotes: none;}
 
blockquote:before, blockquote:after, q:before, q:after {
	content: ""; 
	content: none;
} 

h1, h2, h3, h4, h5{font-weight:normal;} 

textarea {resize: vertical;}

input[type="text"],
input[type="password"],
textarea,
button {
	outline: 0;
}

.both {clear:both}

.voltar{
	width:71px; 
	height:23px; 
	padding-left:15px; 
	line-height:23px; 
	display:block; 
	margin:auto; 
	font-size:15px; 
	color:#727272;
}

.voltar_lista{
	width:130px; 
	height:23px; 
	padding-left:15px; 
	line-height:23px; 
	display:inline-block; 
	float: right; 
	font-size:15px; 
	color: rgba(51,51,51,0.3);
}

.body_page{
	width: 100%; 
	max-width: 1200px; 
	margin: auto;
	padding: 0 15px;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

label.error{display:none !important;}

input:not([type="submit"]).error,
textarea.error,
select.error{border:2px solid #FD3E3E !important;}