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

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../webfonts/BebasNeue-webfont.eot');
    src: url('../webfonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/BebasNeue-webfont.woff') format('woff'),
         url('../webfonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../webfonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DroidSansRegular';
    src: url('../webfonts/DroidSans-webfont.eot');
    src: url('../webfonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/DroidSans-webfont.woff') format('woff'),
         url('../webfonts/DroidSans-webfont.ttf') format('truetype'),
         url('../webfonts/DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DroidSansBold';
    src: url('../webfonts/DroidSans-Bold-webfont.eot');
    src: url('../webfonts/DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/DroidSans-Bold-webfont.woff') format('woff'),
         url('../webfonts/DroidSans-Bold-webfont.ttf') format('truetype'),
         url('../webfonts/DroidSans-Bold-webfont.svg#DroidSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

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

body {
  font: 14px/1.5 'DroidSansRegular', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}
pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}



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

h1 {
font-size: 40px;
font-family: 'BebasNeueRegular', Tahoma, Geneva, sans-serif;
text-transform: uppercase;
color: #044c80;
}

h2 {
	font-size: 28px;
	font-family: 'BebasNeueRegular', Tahoma, Geneva, sans-serif;
	color: #044c80;
	text-transform: uppercase;
	margin-bottom: 5px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

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

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
}


hr {
	border-top-width: 1px;
	clear: both;
	height: 0;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	margin: 0px;
	padding: 0px;
}
.required {
	color: #F00;
}

.label {
	font-size: 100%;
}
.btn {
	font-family: 'DroidSansBold', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	display: block;
	font-size: 100%;
	background-image: url(../img/fundo_btn.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #006CB8;
	color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E6E6E6;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #E6E6E6;
	margin-bottom: 15px;
}
.campo {
	font-family: 'DroidSansRegular', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	padding: 5px;
	display: block;
	font-size: 100%;
	margin-bottom: 15px;
}
.main header nav {
	font-family: 'BebasNeueRegular', Tahoma, Geneva, sans-serif;
	font-size: 33px;
	color: #0072c3;
	text-transform: uppercase;
}
.main header nav a {
	font-family: 'BebasNeueRegular', Tahoma, Geneva, sans-serif;
	font-size: 33px;
	color: #0072c3;
	text-transform: uppercase;
}
.main content {
	line-height: 22px;
}
.main footer {
	padding-top: 15px;
}
.main footer hr {
	border-top-width: 1px;
	clear: both;
	height: 0;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.bold {
	font-family: 'DroidSansBold', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}
.fonte18 {
	font-size: 18px;
	line-height: 20px;
}
.fonte14 {
	font-size: 14px;
}
.fonte12 {
	font-size: 12px;
}
.lineheight22 {
	line-height: 22px;
}
.paddingB20 {
	padding-bottom: 20px;
}
.paddingB10 {
	padding-bottom: 10px;
}
.paddingT10 {
	padding-top: 10px;
}
.alignright {
	text-align: right;
}
.errors li {
	color: #F00;
}
