* {
	margin: 0px;
	padding: 0px;
}

/*elementos*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,abbr,address,cite,code,del,dfn,em,img,
ins,kbd,q,samp,small,strong,sub,sup,var,b,i,
dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,
tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,
section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: Arial;
}
/*elementos html5*/
article,aside,details,figcaption,figure,footer,
header,hgroup,menu,nav,section,main {
	display: block;
}

/*classes personalizadas*/
.clear-down {clear: both;}
.replace {
	overflow: hidden;
	text-indent: -9000em;
	display: block;
}

h3.loadingPayment{
	color: #10356B;
	float: right;
	font: 18px Tahoma;
}

:focus {outline: none;}

/*forms*/
fieldset {display: block;}
button,
input[type="submit"],
input[type="reset"] {
	cursor: pointer;
	border:0;
}
input[type="text"],input[type="password"],
input[type="email"],

textarea {resize:none;}

/*links*/
ul {list-style: none;}

/*tabelas*/
table {
	border-spacing: 0;
	border-collapse: collapse;
}

/*links*/
a {text-decoration: none;}
a:active,a:focus,a:visited {}
a:hover {text-decoration: underline; color: #FFFFFF;}

/*titulos*/
h1,h2,h3,h4,h5,h6 {
	font-family: arial;
	color:#003F68;
}