@charset "UTF-8";



/* CORPO */
html, body{
	margin:0;
	padding:0;
	height:100%;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #F6F6F6;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#A2A2A2;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
p {
	line-height:normal;
	font-size:12px;
	margin:auto;
	padding:6px 0 6px 0;
}
h4 {
	line-height:normal;
	text-transform:uppercase;
	padding:25px 0 10px 0;
	margin:auto;
	font-size:13px;
	color:#00113B;
}
h5 {
	text-transform:uppercase;
	font-size:11px;
	margin-bottom:5px;
	color:#00113B;
}
.cbody #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
}
div#wrap {
	width:959px;
	margin:auto;
	background-image:url(images/degrade.png);
	
}
.cbody #mainContent {
	width: 700px;
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	heigth: auto;
}
.cbody #mainContent h2{
	font-size:13px;
	padding-bottom:16px;
}


div#col1, div#col2, div#col3 {
	float: left;
	width: 194px;
	padding: 0 18px 18px 18px;
}

div#col1 h2, div#col2 h2, div#col3 h2{
	color:#00113B;
	margin-left:-16px;
	margin-top:12px;
}	
div#col1 p, div#col2 p{
	margin-left:-18px;
	margin-right:10px;
	line-height:19px;
	text-align:justify;
}

div#col3 p{
	line-height:19px;
	margin-left:-18px;
	margin-top:10px;
	margin-right:10px;
	text-align:left;
}


div#conteudo {
	margin:0 75px 0 35px;
}
div#conteudo p{
	line-height:22px;
}

a {text-decoration:none;color:#666;}
a:hover {
	color:#00113B;
}


/* IMAGENS */
div.foto {
	margin-left: -30px;
	height: 180px;
	width: 223px;
	padding: 0px;
	background-image:url(images/fundo_foto.jpg);
	background-position: center;
	background-repeat:no-repeat;
}
div.fotog {
	height: 400px;
	width: 400px;
	padding: 0px;
	border:solid #CCC 1px;
	background-position: center;
	background-repeat:no-repeat;
}
img {
	border:0px;
}
div.foto img {
	margin: 3px auto 0 20px;
}


div .tomb{
	float: left;
	width: 600px;
	margin:20px 0 20px 0;
}

div .tombfoto {
	width:400px;
	height:400px;
	float:left;
	margin-left:80px;
}
div .tombtexto {
	width:400px;
	padding:400px 0 10px 80px;
	
}


/* HEADER */
.cbody #header {
	width: 700px;
	height: 250px;
	float:right;	
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.cbody #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	text-align:center;
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}





/* MENU */

.cbody #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 8px 15px 10px;
	text-align:right;
	color:#00113B;
}

div#submenu1, div#submenu2, div#submenu3{
	margin-bottom:20px;
	padding-top:10px;
	border-top: solid 1px #FFF;
	margin-right:8px;
}
div#submenu4{
	padding-top:10px;
	border-top: solid 1px #FFF;
	margin-right:8px;
}

div#submenu1 a, div#submenu2 a{
	color:#666;
	text-transform:uppercase;
	text-decoration:none;
	font-size:10px;
	line-height:14px;
}	

div#submenu3 a, div#submenu4 a{
	color:#00113B;
	text-transform:uppercase;
	text-decoration:none;
}

div#submenu1 a:hover, div#submenu2 a:hover, div#submenu3 a:hover, div#submenu4 a:hover {
	color:#00113B;
}

.cbody #sidebar1 h3{
	font-size:10px;
}
body.cbody div#sidebar1 p{
	line-height:11px;
}
div#tma{
	text-align:center;
	margin-top:100px;
}





/* ASSINATURA */

.cbody #footer {
	width:650px;
	height:65px;
	margin: -80px 45px auto auto;
	padding: 15px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*float: right;*/
} 
.cbody #footer p {
	font-size:11px;
	text-align:left;
	line-height:14px;
	margin: 0 0 0 220px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 4px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
div#footer div{
	float:left;
	vertical-align:middle;
	height: 50px;
	width:190px;
	border-right: solid 1px #CCC;
	font-size:13px;
	padding-top:6px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

