/* Estilos HTMLs BASE */

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}


html {
	background-color:#4e9ae2;
}

footer, header, nav, aside, section, article, img {
	display:block;
}

body, div, table, form, h1, h2, h3, h4, h5, h6, img, p, span, a {
	border:0px;
	margin:0px;
}

body {
	background-color:#FFF;
	background-image:url(../img/fundo-site.png);
	background-position:top center;
	background-repeat:no-repeat;
	color:#6d6d6d;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	margin:0px;
}

h1 {
	font-size:26px;
	color:#d99300;
	font-weight:normal;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

h2 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	line-height:26px;
	color:#393939;
	font-weight:normal;
	margin:20px 0px 10px 0px;
}

h2 span {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#6d6d6d;
	font-weight:normal;
}

h3 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	line-height:26px;
	color:#393939;
	font-weight:normal;
	margin:10px 0px 10px 0px;
}

h4 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
}

h5 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
}

li {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:15px;
	line-height:21px;
	margin:0px 0px 10px 0px;
}

p {
	color:#818181;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:15px;
	line-height:21px;
	margin:0px 0px 1em 0px;
}

a {
	color:#1d517e;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:15px;
	font-weight:normal;
	text-decoration:none;
}

a:hover {
	color:#ceac41;
}

/* HTMLs Classes */

div.clear {
	clear:both;
}

div.e-msg-ok {
	background-color:#E9F6E9;
	border-top:1px solid #4A9446;
	border-bottom:1px solid #4A9446;
	clear:both;
	color:#3A9436;
	margin:0px 0px 20px 0px;
	padding:9px 10px 10px 18px;
}

div.e-msg-erro {
	clear:both;
	color:#aa0000;
	margin-bottom:20px;
}

div.e-msg-erro a {
	color:#aa0000 !important;
}

div.e-msg-erro a:hover {
	color:#c03b3b !important;	
}

span.marca-cor {
	color:#000000;
}

.left {
	float:left;
}

.right {
	float:right;
}

.hidden{
	display: none !important;
}

div.separador-conteudo-linha {
	border-top:1px solid #ced8e3;
	clear:both;	
	margin: 20px 0px 20px 0px;
}