/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body{
	margin:0px;
  padding:0px;
	background: #f9f9f9;
  font-family: 'Lora', serif;
  font-size:14px;
	color:#000000;
}

@font-face {
    font-family: 'goudy_trajan_regularregular';
    src: url('../fonts/goudytrajan-regular-trial-webfont.eot');
    src: url('../fonts/goudytrajan-regular-trial-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/goudytrajan-regular-trial-webfont.woff2') format('woff2'),
         url('../fonts/goudytrajan-regular-trial-webfont.woff') format('woff'),
         url('../fonts/goudytrajan-regular-trial-webfont.ttf') format('truetype'),
         url('../fonts/goudytrajan-regular-trial-webfont.svg#goudy_trajan_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body{
	width:100%;
	height:100%;
}

input{
	border:1px solid #c0aa47;
	background:#c0aa47;
	font-size:14px;
	height:30px;
	padding:3px 10px 2px 10px;
  color: #fff;
}

select{
	border:1px solid #c0aa47;
	background:#c0aa47;
	height:40px;
	padding:4px 10px 2px 10px;
  color: #fff;
}

textarea{
  background: #c0aa47;
	border:1px solid #c0aa47;
	padding:10px;
  font-family: 'Lora', serif;
  color: #fff;
}

form{margin:0px;}

img{border:none;}

a{color:#c0aa47;text-decoration:none;}
a:active{color:#c0aa47;text-decoration:none;}
a:visited{color:#c0aa47;text-decoration:none;}
a:hover{color:#8d7b1c;text-decoration:none;}

a.black{color: #000;}

a.black:active{color: #000;}

a.black:visited{color: #000;}

a.black:hover{text-decoration: underline;}

p{line-height:24px; text-align: justify;}

.box{
	float:left;
	width:100%;
	margin-top:20px;
}

.box60{
  float:left;
  width:100%;
  margin-top:60px;
}

.btEnviar{
  float: left;
  width: 70px;
  padding-top: 10px 20px 10px 20px;
  background: #907948;
  color: #fff;
  border: 1px solid #712d16;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  text-align: center;
  cursor: pointer;
}

.btEnviar:hover{
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.pequeno{font-size: 11px; width: 100%; float: left;}

.fl{
  float: left;
}

.fr{
  float: right;
}

.mf20{margin-right: 20px; margin-bottom: 15px;}
.mr20{margin-left: 20px; margin-bottom: 15px;}
.border{border: 5px solid #c0aa47;}



pre,
code {
  font-family: 'DejaVu Sans Mono', Monaco, Consolas, monospace;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6{padding:0px; margin:0px; font-weight:normal; font-style: italic;; color: #c5aa44; font-family: 'goudy_trajan_regularregular';}

h1 {
  float: left;
  width: 738px;
  height: 26px;
  font-size: 25px;
  background: url('../images/bgTitle.png') 0px 30px no-repeat;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.titleArtigos{
  background: none;

}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 19px;
}

h4 {
  font-size: 17px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: none;
}

li {
  float: left;
  width: 100%;
  margin-left: -10px;
  margin-bottom: 10px;
}

p,
dl,
hr,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}