﻿/*
Palete de Cores

Menu Principal ativo - #89abd4
Menu Principal não ativo - #344356
*/

a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
	background:transparent;
	border:0 none;
	font-size:100%;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:top
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
table, table td {
	padding:0;
	border:none;
	border-collapse:collapse
}
img {
	vertical-align:top
}
embed {
	vertical-align:top
}
* {
	border:none
}

body 
{
    /*font-family: Myriad Pro, Roman, Times New Roman;*/ /*iema*/
	/*font-family: Maiandra GD, Times New Roman;*/ /*anamatica*/
	font-family: Comic Sans MS, Times New Roman; /*deepfreeze*/	
	background:#FFFFFF;
	border:0;		
	font-size:13px;
	font-weight:normal;
	color:Black;	
	line-height:20px;
}

.main 
{
	margin:100px auto 0 auto;	
	width:600px;
	text-align:center;
}

.logo
{    
    margin:50px auto;
	width:400px;
    clear:both;	
	text-align:center;		
}

.empresa
{
    margin:0 auto;
	width:400px;
    clear:both;		
	text-align:justify;		
}

.contactos
{
    margin:25px auto 50px auto;
	width:400px;
    clear:both;	
	text-align:left;		
}

.webcenter
{
    margin:0 auto 20px auto;
	width:400px;
    clear:both;	
	text-align:right;				
}

.logo_left
{
    float:left;    
}

.logo_right
{
    float:right;    
}

a {

	color:#213f8c; /*deepfreeze*/
	text-decoration:none;
	outline:none
}
a:hover {
	text-decoration:none
}

