/* Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, 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;
}
strong {
	font-weight:bold;
}
body {
	font-size:62.5%;
	font-family:Tahoma;
	line-height:62.5%;
}
/* ************************************************************************************************************** FONTES E LINKS */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	/* definiçao da fonte padrao do projeto */
	font-family:Tahoma, Arial;
}
p{
	font-family:Tahoma, Arial;
	font-size:13px;
	color:#00727d;
	line-height:20px;
	margin-bottom:1em;
}
h1{
	padding-left:42px;
	background:url(../imagens/h1_marcador.gif) no-repeat 0 6px;
	margin-bottom:10px;
}
a{
	color:#dd137b;
	text-decoration:none;
}
a:hover{
	background:#dd137b;
	color:#FFF;
}
a.btn{
	background:#dd137b;
	padding:2px 4px;
	color:#FFF;
}

/* ************************************************************************************************************** FORMULÁRIO */

/* ************************************************************************************************************** ESTRUTURA BÁSICA */
#bgBalls{
	float:left;
	width:100%;
	background:url(../imagens/bg.gif) center 6px;
}
#bgTop{
	float:left;
	width:100%;
	background:url(../imagens/bg_top.gif) center top repeat-x;
}
#bgBottom{
	float:left;
	width:100%;
	background:url(../imagens/bg_footer.png) center bottom repeat-x!important;
	background-image:url(../imagens/bg_footer.gif);	
}
#divMiddle{
	margin:0 auto;
	width:778px;
}
#top{
	float:left;
	width:778px;
	height:241px;
	background:url(../imagens/bg_paper_top.gif) no-repeat bottom;
}
#middle{
	float:left;
	width:778px;
	padding:19px 0 20px 0;
	background:url(../imagens/bg_middle.png) repeat-y top!important;
	background-image:url(../imagens/bg_middle.gif);
}
.internas #middle{
	padding-top:0;
}
#footer{
	float:left;
	width:778px;
	height:144px;
	padding-top:39px;
	text-align:center;
	background:url(../imagens/bg_footer2.png) no-repeat center top!important;
	background-image:url(../imagens/bg_footer2.gif);
}
/* ************************************************************************************************************** GLOBAIS */
div.img, div.imgGrande{
	float:left;
}
div.img img{
	float:left;
	padding:5px;
	background:#FFF;
	border:solid 1px #b3b3b3;
}
div.img span{
	float:left;
	width:252px;
	height:7px;
	background:url(../imagens/img_shadow.png);
}
div.imgGrande img{
	float:left;
	padding:5px;
	background:#FFF;
	border:solid 1px #b3b3b3;
}
div.imgGrande span{
	float:left;
	width:524px;
	height:8px;
	background:url(../imagens/oguia_foto_shadow.png)
}
p .obs{
	background:#00d1e4;
	color:#004147;
	font-weight:bold;
	padding:2px;
}
/* ************************************************************************************************************** GERAL */
body{
	background:#FFF;
}
#top .logoLink{
	float:left;
	width:520px;
	height:240px;
	cursor:pointer;
	margin-right:5px;
}
#top .menu{
	float:left;
	margin-top:5px;
}

#middle .destaque{
	float:left;
	display:inline;
	width:621px;
	height:213px;
	padding:14px 0 0 14px;
	margin:0 0 20px 100px;
	background:url(../imagens/bg_destaque.gif);
}
#middle .destaque .grampo{
	position:absolute;
	width:81px;
	height:48px;
	background:url(../imagens/grampo.png);
	margin:-21px 0 0 -20px;
}
#middle .destaque .grampo2{
	position:absolute;
	width:81px;
	height:48px;
	background:url(../imagens/grampo.png);
	margin:164px 0 0 545px;
}
#middle .conteudo{
	float:left;
	display:inline;
	width:524px;
	padding:0 10px;
	margin-left:120px;
}
.inicial #middle .conteudo{
	width:544px;
	padding:0;
}
.inicial #middle .conteudo .block2{
	float:left;
	display:inline;
	width:252px;
	margin:0 10px;
}
.inicial #middle .conteudo .block2 p{
	float:left;
}

#middle .conteudo .formulario{
	float:left;
	width:230px;
}
#middle .conteudo .formulario .inputText{
	border:solid 1px #999;
	width:220px;
	height:18px;
	padding:2px 3px 0 3px;
	color:#333;
}
#middle .conteudo .formulario textarea.inputText{
	height:80px;
	overflow:auto;
}



#footer img{
	display:inline;
	margin:0 20px;
}
#footer a:hover{
	background:none;
}
#footer p img{
	float:right;
	margin:58px 10px 0 0;
}




