/* XXXXXXXXXXXXXXXXXXX CSS RESET XXXXXXXXXXXXXXXXXXX */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea,  blockquote, th, td { 
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}

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

/* XXXXXXXXXXXXXXXXXXX FIM - CSS RESET XXXXXXXXXXXXXXXXXXX */

html, body, #wrap {height: 100%;}

body {
	background:url(../img/bg-topo.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFF;
}

body > #wrap {
	height: auto; 
	min-height: 100%;
}

#content {
	width:100%;
	height:auto;
	padding-bottom: 125px;
	padding-top:37px;
}

#logo {
	width:568px;
	height:287px;
}

#bloco {
	width:568px;
	height:auto;
	margin:0 auto 0 auto;
}

#bloco2 {
	margin:0 0 0 172px;
}

#rodape {
	position: relative;
	margin-top: -125px; /* negative value of footer height */
	height: 125px;
	clear:both;
	width:100%;
	background:url(../img/bg-rodape.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

#bloco_rodape {
	width:396px;
	height:auto;
	margin:0 auto 0 auto;
	padding:0 0 0 172px;
}

/* TEXTO */

h1 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size:16px;
	color:#006EC7;
}

h2 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size:15px;
	color:#006EC7;
}

h3 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size:14px;
	color:#006EC7;
}

p {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size:16px;
	color:#006EC7;
	margin:15px 0 15px 0;
}

/* FORMULÁRIO */

.input {
	background:#CCCCCC;
	border:solid 1px #DADADA;
	padding:3px;
	height:20px;
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:13px;
	color:#666666;
}

.select {
	background:#CCCCCC;
	border:solid 1px #DADADA;
	padding:3px;
	height:30px;
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:13px;
	color:#666666;
}

.bt_padrao {
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	height:23px;
	text-align:center;
	padding:0 10px 0 10px;
	cursor:pointer;
	background-color:#021A43;
}

/* OUTROS TEXTOS */

.treb_padrao {
	font-family: "Trebuchet MS", Tahoma, Arial;
	text-decoration:none;
	color:#333333;
}

.tam_16 {
	font-size:16px;
}

.tam_14 {
	font-size:14px;
}

.tam_12 {
	font-size:12px;
}
