﻿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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body 
{
	background-color: #fcfcfc;
	background-image: url("../images/background.gif");
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;
	font:  12px arial;
	color: #545454;
}

div
{
	margin:0px;
	padding: 0px;
}

div.container
{
margin:0px auto;
width: 790px;
overflow: hidden;
}

div.corpo
{
	width: 604px;
	background: White url("../images/CorpoCentro.gif");
	float:left;
	display: table;
	overflow: hidden;
}

div.corpoSuperior
{
	width: 604px;
	background-image: url("../images/CorpoSuperior.gif");
	height: 66px;
}

div.corpoInferior
{
	width: 604px;
	background-image: url("../images/CorpoInferior.gif");
	height: 31px;
	margin-top: 15px;
}

div.corpoCentro
{
	padding: 30px 70px 0 70px;
}
div.corpoCentro img
{
    float:right;
    border: solid 3px #cec8c9;
    margin: 15px 0 15px 15px;
}

div.corpoCentro p
{
	text-indent: 13px;
	margin: 5px 0 0 0;
}

div.corpoCentro ul
{
list-style-type: disc; margin-left: 20px;
}

div.corpoCentro h1
{
	font-size: 17px;
	color:#c03747;
	margin: 0 0 5px 0;
}

div.corpoCentro b
{
	color:#c03747;
}    

div.corpoCentro h2
{
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
div.corpoCentro a
{
    color: Black;
    font-weight: bold;
}


div.logo
{
	background-image: url("../images/logo.gif");
	width: 524px;
	height: 43px;
	margin: 0 0 0 38px;
}


div.menu
{   
    text-align: center;
	width: 179px;
	background: #d9d3d4;
	border: solid 2px #ededed;
	position:relative;
	left: 12px;
	float:left;
	margin-top: 100px;
	background-image: url("../images/menu-header.gif");
	background-repeat:repeat-x;
	font:  11px arial;
	color: black;
	overflow: hidden;
}

div.menuBottom
{
    	background-image: url("../images/menuBackground.gif");
    	border-bottom: solid 25px #3e3e3e;
}

div.rodape
{
	margin-top: 25px;
	display:table;
	width: 460px;
	margin-left: 70px;
}
div.rodape img
{
	float:right;

}

div.rodapeInfo
{
	float: right;
	width: 300px;
	text-align: center;
	margin-top: 20px;
	margin-left:50px;
	color: #bfbfbf;
}


h1.menuTitle
{
	padding-left:15px;
    color: White;
	height: 32px;
	font-variant:small-caps;
	font-size:17px;
	line-height: 200%;
	margin: 13px 0 10px 0;
	display: none;
}
.menu ul
{
    margin-top: 130px;
}
.menu a.button
{
	height: 25px;
	color:#3e3e3e;
	font-size:11px;
	font-weight: bold;
	line-height: 210%;
	margin:0px;
	display:block;
	text-decoration: none;
}

.menu a.button:hover
{
	height: 25px;
	color:#c03747;
	font-size:11px;
	margin:0px;
	display:block;
	text-decoration: none;
}

.menu a.buttonOn
{
	height: 25px;
	color:White;
	font-size:11px;
	margin:0px;
	display:block;
	text-decoration: none;
	background: #3e3e3e;
	font-weight:bold;
	line-height: 210%;
}
	

.menu p
{
	padding: 20px;
	color: black;
	text-align:center;
}


span.bold
{
	font-weight: bold;
}

span.color
{
	color:#c03747;
}

a.digitalDesk
{
	font-size: 10px;
	color:#a5a5a5;
	text-decoration: none;
}

a.digitalDesk:hover
{
	font-size: 10px;
	color:#8dc650;
}

.rodape li
{
    list-style-type: none;
    display: inline;
    padding: 0 5px 0 5px;
}
.rodape ul
{
    margin: 0px auto;
}

a.footerLink
{
	font-size: 10px;
	color:Gray;
}

a.footerLink:hover
{
	color: #c03747;
}

.sitemap
{
    font-size: 9px;
    padding: 27px 44px 0 44px;
    text-align:right;
}
.sitemap a
{
    color:#c03747;
}

.estrutura li a span
{
    color: Black;
    text-decoration: none;
}

.estrutura li a
{
    color:#c03747;
    text-decoration: none;
    font-weight: normal;
}

.estrutura li a:hover
{
    text-decoration:underline;
}

.contato input, .contato textarea
{
    width: 100%;
    border:solid 1px #d1cfd6;
    overflow: hidden;
    background: #fbfbfb;
}

.contato span
{
    display:block;
    margin-top: 5px;
    font-weight: bold;
}
.coluna
{
    width:100%;
    margin: 20px auto;
}