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

a:hover {color: #C2CDD1; 
background: #ECF2F4; -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: #C2CDD1;
font-family : verdana;
line-height: 13px;
}

/* ------------ Estilos -------------- */
y {	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;}

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

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

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

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


p {margin:0px; margin-top:5px;}
a {text-decoration: none; color: #e690a8; -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: #e690a8; -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}



