body {
width: 900px;
body-align: center;
background: url() #none; margin: 0 auto;
-moz-border-radius: 0px;
border-left: 3px solid #ffedfb;
border-right: 3px solid #ffedfb;}

html {
background: #ffedfb url('');
-moz-border-radius: 0px;}

/* -- barra -- */


#barra { height: 60px;
align: center;
background: transparent;
width: 100%;
color: #dbb5d3;
background: transparent;
background-attachment: scroll;}

#barra .tubo {height: 60px;
background: #ffedfb;
text-align: center;
color: #dbb5d3;
width: 800px;}
                                                                    
#barra .fvbarraf {
height: 30px;
background: transparent;
color: #dbb5d3; 
font-size: 11px;
font-family: courier new;
text-transform: uppercase;
border: 1px dashed #ffedfb;
-moz-border-radius: 0px;
width: 66%;}

#barra .fvbarra a:link, #barra .fvbarra a:visited , #barra .fvbarra a:active  {
color: #dbb5d3;
font-size: 11px;
padding: 10px 12px 10px 12px;
text-align:center;
margin:2px 0 2px 2px;
text-transform: uppercase;
font-family:courier new;
font-weight: normal;
letter-spacing:0px;
text-decoration: none; 
background: #fcf9f9;}
                                                     
#barra .fvbarra a:hover { color: #69a8e8;
font-size: 11px;
padding: 10px 12px 10px 12px;
text-align:center;
margin:2px 0 2px 2px;
text-transform: uppercase;
font-family:courier new;
font-weight:normal;
letter-spacing:0px;
text-decoration: none; 
background: #fcf9f9;}

#barra .fvbarra { text-align: center; color: transparent;} #barra .barraimg {opacity:.0;
}

/* -- titulo -- */

.titulo {
color: #dbb5d3;
font-family: courier new;
font-style: normal;
font-weight:normal;
letter-spacing: -1px; 
font-size:17px;
padding-top:10px;
padding-bottom:6px;}

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

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

/* -- comentarios -- */

input, textarea, select  {font-family: verdana;  font-size: 11px; color: #dbb5d3;
border: 2px solid #f5e2f1; background-color: #fefbfb;
-moz-border-radius: 0px; padding: 4px;}

/* -- post -- */

.post {
color: #dbb5d3;
padding: 7px;
background-color: #ffedfb;
border-bottom: 0px solid#e8e3e0;
border-top: 0px solid #dfd8d4;
border-right: 0px solid #e4d1c6;
border-left: 0px solid #e9a47c;
-moz-border-radius: 3px 3px 3px 3px;
text-align: justify;
width: 510px;
}


/* -- basico -- */

a, a:link{
color: #69a8e8;
TEXT-DECORATION: none;
font-family: courier new;
font-weight: normal;
letter-spacing: -1px;
TEXT-TRANSFORM: uppercase;
cursor: hand;}

a:hover {
color: #dbb5d3;
background-color: #ffffff;
border-bottom: 1px dashed #fa7ebc;
TEXT-DECORATION: none;
font-family: courier new;
font-weight: normal;
letter-spacing: -1px;
TEXT-TRANSFORM: uppercase;
cursor: hand;}

/* -- cores -- */

m {	 cursor: none; color: #69a8e8; background-color: #ffffff; border-bottom: 1px dashed #69a8e8;
}

strong {	color: #dbb5d3; background: #ffffff; font-weight: normal; line-height: 15px; 	letter-spacing: 0px;
background: #ffffff;  font-family: Verdana;     font-size: 11px; text-transform:uppercase;     font-weight: bold; font-style: bold;
}

HR{
border: 1px solid #f5e2f1;
}

/* -- img -- */


img{
   -webkit-transition: opacity 0.7s linear;
   opacity: 1;
   -webkit-transition: all 0.5s ease-out;
   -moz-transition: all 0.5s ease-out;
   transition: all 0.5s ease-out;
   cursor: hand;
}

img:hover{
   -webkit-transition: opacity 0.7s linear;
   opacity: 0.6;
   -webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
   cursor: hand;
}


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