/* ------------ Link -------------- */
a, a:link, a:visited, a:active{color: #89b0b1; 
font: 9px Droid Serif; text-transform:uppercase;
font-weight: bold; 
TEXT-DECORATION: none; -webkit-transition-duration: 0.5s;}

a:hover {color: #473f3f; 
background: #ecf4f3; -webkit-transition-duration: 0.5s; 
font: 9px Droid Serif; text-transform:uppercase;
font-weight: bold; 
TEXT-DECORATION: none; cursor: crosshair;}

/* ------------ Fonte -------------- */
p, a, body, td, tr, div {
font-style: normal; 
font-weight: normal;
font-size: 11px;
color: #473f3f;
font-family : verdana;
line-height: 13px;
}

/* ------------ Estilos -------------- */
y {	cursor: none; color: #89b0b1; TEXT-DECORATION: none;}
N {	cursor: none; color: #eca8bb; TEXT-DECORATION: none;}

a img {
	filter:alpha(opacity=50); 
	-moz-opacity:0.90; 
	opacity:0.90;
}

a:hover img {
	filter:alpha(opacity=100); 
	-moz-opacity:1.0; 
	opacity:1.0;
}

/* ---------- Seleçao Colorida --------- */

::-moz-selection {
color: #;
background: #ffffff;}

::selection {
color: #;
background: #ffffff;}

/* -- TÍTULOS -- */

.titulo {
color: #473f3f;
font: 11px Georgia;
font-weight: bold;
letter-spacing: 0px;}


/* ------------ Caixa -------------- */

input, textarea, select  {font-family: verdana;  font-size: 11px; color: #473f3f;
border: 0px solid #f7e3e3; background-color: #ecf4f3;
-moz-border-radius: 0px; padding: 4px;}

/* ------------ Tabelas -------------- */

.fundopost {
	font-family: Verdana; 
	color: #473f3f;
	text-align: justify;
        width: 500px;
	background-color:#ecf4f3;
border-right: 0px dashed #666666;
	padding: 7px;
}

.table2  {
        border-left: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff; 
	background-color: #ffffff;
	text-align: justify;
        font-family: Verdana;
	padding: 4px 4px 4px 4px;
        text-shadow: 1px 1px #ffffff;
	-moz-border-radius: 1px 1px 1px 1px;
        width: 500px;}




p {margin:0px; margin-top:5px;}
a {text-decoration: none; color: #eca8bb; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out;}
a:hover{ text-decoration: none; color: #eca8bb; -webkit-transition: all 0.1s ease-out; -moz-transition: all 0.1s ease-out; transition: all 0.1s ease-out;}
a:active{outline: none;}
a:focus{-moz-outline-style: none;}
:-moz-any-link:focus{outline: none;}
b{font-weight: bold;}
img{border:none;}
div#center a:hover{padding: 5px}


