body {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFF;
	text-align : justify;
	line-height: 15px;
}
p {
	font-size:11px;
	color: #586885;
	line-height: 120%;
}
hr {
	/*display:none;*/	
 }
h1 {
	font-size:25px;
	text-align : left;
	line-height: 20px;
	color : #666666;
	margin:0;
}
h2 {
	font-size:20px;
	text-align : left;
	line-height: 20px;
	color:#486895;
	text-transform: capitalize;
}
h3 {
	font-size:18px;
	text-align : left;
	color : #666666;
}
h4 {
	font-size:15px;
	text-align : left;
	color : #666666;
}
h5 {
	font-size: 13px;
	text-align : left;
	color : #666666;
}
h6 {
	font-size:12px;
	text-align : left;
	color : #666666;
}
td {
	font-size: 12px;
	text-align : center;
	color : #586885;
}
a {
	font-size:12px;
	color:#325FA0;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#325FA0;
}
a:hover {
	text-decoration: none;
	color:#000066;
}
a:active {
	text-decoration: none;
	color:#0099CC;
}

#container {
       /*background-color:#DDE6AC;*/
	   background-color:#006699;
       border-style:solid;
       border-color:#000000;
       margin: 0 auto;
       width:900px;
       height:auto;
}

.header{
       width:900px;
       height:70px;
       /*background-color:#CC9933;*/
	   background-color:#006699;
       /*border-bottom-style:solid;*/	
       border-bottom-color:#000000;
       margin:0 0 10px 0;
}

.izquierda{
       width:150px;
       height:auto;		
	   word-spacing: 0px; /*lonxitude entre as palabras*/
	   letter-spacing: 0.1px;
       background-color:#EFEFEF;
       border-style:solid;
       border-width:1px;
       border-color:#000000;
       margin:0 0 0 5px;
       float:left;
       padding:3px;
}

.izquierda ul {
       font:bold 11px Verdana, Arial, Helvetica, sans-serif;
       color:#586885;
       line-height: 140%;
       text-transform:capitalize;
}

.derecha{
       width:159px;
       height:auto;
       background-color:#FFFFDD;
       border-style:solid;
       border-width:1px;
       border-color:#000000;
       margin:0 5px 0 0;
       float:right;
       padding:5px;
}

.principal{
       width:540px;
       height:auto;
       background-color:#FFF;
       border-style:solid;
       border-width:1px;
       border-color:#000000;
       margin:0 5px 0 167px;
       padding: 0 0 0 10px;
}

/* para cando fai falla un centro mais ancho */
.principalGrande{
       width:auto;
       height:auto;
       background-color:#FFF;
       border-style:solid;
       border-width:1px;
       border-color:#000000;
       margin:0 5px 0 167px;
       padding:10px;
}

.footer{
       width:auto;
       height:20px;
       background-color:#FFF;
       border-style:solid;
       border-width:1px;
       border-color:#000000;
       margin:5px;
}

.footer h6{
       text-align:center;
       text-transform:uppercase;
       margin:5px auto;
       color:#666666;
       font-size:10px;
}
