/* CSS Reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*Fim CSS reset*/

/*----------------------------------------------------------------------------
  Estilo Geral todas as páginas
 ---------------------------------------------------------------------------*/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
	background: gray;
	color: #000000;
}

.cabecalho {
	background-color:navy;
	width:100%;
	min-height:60px;
	border-radius: 0px 0px 33px 33px;
}

.conteudoGeral {
	display:table;
}

.logoPagina {
	position:absolute;
	-float:left;
	top:0px;
	margin-top:15px;
	margin-left:25px;
	margin-bottom:25px;
	background-color:white;
	border-radius: 30px;
	width:260px;
	height:130px;
	border-radius: 33px 33px 33px 33px;
}
.banner {
	z-index:-1;
	position:absolute;
	top:0px;
	right:15px;
	margin-top:68px;
	width:486px;
	height:162px;
	background-color:white;
	background-repeat:repeat;
	border-radius: 33px 33px 33px 33px;
}
.bannerPrincipal {
	background-image: url(../imagens/auxiliar/bannerSuperior2.jpg);
}
.bannerContato {
	background-image: url(../imagens/auxiliar/bannerContato.jpg);
}

.fundoMenulateral {
	margin-top:30px;
	background-color:navy;
	border-radius: 0px 30px 30px 0px;
	width:260px;
	min-height:100px;
}

.fundoMenulateral h2 a {
	float:left;
	color:white;
	text-decoration:none;
	font-weight: bold;
	line-height:3em;
	margin-left:20px;
	margin-top:50px;
}
.fundoMenulateral h2 a:hover {
	color:red;
}

.conteudoA {
	z-index:-1;
	float:left;
	margin-top:50px;
	background-color: white;
	max-width:100%;
	border-radius:16px;	
	margin-bottom:20px;
}

.conteudoA  h1 {
	background-color:navy;
	border-bottom-style:solid;
	border-bottom-color:#AA0000;
	border-bottom-width:3px;
	color:white;
	font-weight: bold;
	line-height:2em;
	border-radius: 15px 15px 0px 0px;
	text-indent: 2em;
	
}
.quadroPrincipal {
	text-indent: 2em;
	margin-top:5px;
	margin-left:5px;
}

.quadroPrincipal h2 {
	font-weight: bold;
	margin-bottom:15px;
	margin-top:25px;
}

.quadroPrincipal h3 {
	font-weight: bold;
	margin-bottom:15px;
	margin-top:25px;
}

.quadroPrincipal p {
	margin-bottom:7px;
}

.imagemDireita{
	float:right;
	margin:3px;
}
.imagemEsquerda{
	float:left;
	margin:3px;
}

.conteudoB {
	float:right;
	background-color: white;
	max-width:100%;
	border-radius:16px;	
	margin-bottom:20px;
}

.conteudoB  h1 {
	background-color:navy;
	border-bottom-style:solid;
	border-bottom-color:#AA0000;
	border-bottom-width:3px;
	color:white;
	font-weight: bold;
	line-height:2em;
	border-radius: 15px 15px 0px 0px;
	text-indent: 2em;
}
.conteudoB p {
	border-bottom: 7px;
}

.rodape {
	background-color:navy;
	width:100%;
	min-height:60px;
	border-radius: 33px 33px 0px 0px;
	color:white;
	line-height:2em;
	text-align:center;
}

.rodape a {
	color:white;
	text-decoration:none;
}

.texto-centro{
  text-align: center;
}

@media all and (max-width: 800px) {
	.cabecalho {
		background-color:navy;
		width:96%;
		min-height:120px;
		border-radius: 0px 0px 33px 33px;
		margin-left:2%;
		margin-right:2%;
	}
	.fundoMenulateral {
		float:right;
		margin-top:10px;
		border-radius: 33px 33px 33px 33px;
		margin-left:2%;
		margin-right:2%;
		width:96%;
	}

	.fundoMenulateral h2 a {
		margin-top:15px;
		width:100%;
	}

	.logoPagina {
		float:left;
		position:absolute;
		background-color:white;
		border-radius: 20px;
		width:182px;
		height:91px;
		margin-bottom:1px;
		margin-top:50px;
	}
	.logoPagina img {
		width: 95%;
		height: 95%;
		margin-left:3px;
	}
	
	.banner {
		display:none;
	}
	
	.conteudoA {
		position:static;
		float:right;
		margin-top: 10px;
		margin-left:2%;
		margin-right:2%;
		max-width:96%;
	}
	
	.conteudoA img {
		max-width:60%;
		max-height:60%;
		margin:5px;
		
	}
	.conteudoB {
		position:static;
		float:right;
		margin-top: 10px;
		margin-left:2%;
		margin-right:2%;
		max-width:96%;
		margin-bottom:20px;
	}
	.rodape {
		position:static;
		float:right;
		margin-top: 10px;
		margin-left:2%;
		margin-right:2%;
		max-width:96%;
	}
	
	.empresaLogoCorpo {
		
	}
}