@charset "utf-8";
* {
	padding: 0px;
	margin: 0px;
}
body {
	font: 12px "Trebuchet MS", Verdana, Arial;
	color: #5d625d;
	text-align: center;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #5d625d;
}
a:hover, a:active {
	color: #006699;
}

.centralizarVert {
	vertical-align: middle;
}


/* ---- TOPO ---- */
#topo {
	height: 82px;
	position: relative;
	background: #FFFFFF;
	z-index: 2;
	
}

#logotipo {
   position: absolute;
   top: 6px;
   left: 20px;
} 

a.linkDestacado {
	text-decoration: underline;
	color: #006699;
}

.clear { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

