/* CSS para Uma marcacao - Varios templates */
/* Estilos geral */

body {
	margin:0;
	padding:0;
	border:none;
	font: 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
	background:#fff;
    background-image: url("img/back.jpg");
	color:#333;
	text-align:center;
	}
#tudo {
	width:810px;     
	margin:0 auto;
	text-align:left;
	background:#fff;
	}
#topo {
	height:200px;
	border-bottom:0px solid #c30;
                text-align:center;
	}
#rodape {
	clear:both;
	text-align:center;
	border-top:0px solid #c30;
	}
ul, ol {
	margin:0;
	padding:0;
	list-style:none;
	}
h1 {
	margin: 0.1em 0;
	color:#565656;
	font-size:1.4em;
	}
h2 {
	font-size:1.2em;
    margin: 0.1em 0;
	color:#565656;
	}
h3 {
	font-size:1.5em;
    margin: 0.1em 0;
	color:#637eae;
	}
h4{
                font-size:1.2em;
                color:#637eae;
                margin: 0.1em 0;
                }
h5{
               font-size:1.1em;
               margin: 0.1em 0;
               color:#243b62;
               }
h6{
               font-size:2.0em;
               color:#757575;
               line-height:0;
               margin: 0.1em 0;
               }

.dest {
	color:#565656;
	}

/* Estilos para template de 3 colunas */
#principal {
	float:left;
	width:590px;
	margin-left:2px; 	
	text-align:justify;
	border:dotted #999;
	border-width: 0 0px;
	padding: 0 10px;
	}
#nav {
	width:180px;
	float:left;
	margin-left:10px; 
	}
}

A {text-decoration: none} 
A.classe1:link {color: #565656;} 
A.classe1:visited {color: #565656;}
A.classe1:hover {color: #565656; background:#e6e6e6;} 
.style1 {font-size: 16px}
.style2 {font-size: 13px}