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

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

/* -- barra -- */


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

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

#barra .fvbarra a:link, #barra .fvbarra a:visited , #barra .fvbarra a:active  {
color: #e5c3c2;
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: #fa7ebc;
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: #e5c3c2;
font-family: courier new;
font-style: normal;
font-weight:normal;
letter-spacing: -1px; 
font-size:17px;
padding-top:10px;
padding-bottom:6px;}

/* -- comentarios -- */

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

/* -- tables -- */

.tab {
        color: #e5c3c2;
        background-color: #fcf9f9;
        border-top: 3px solid #f6e9e9;
        border-bottom: 3px solid #f6e9e9;
        border-left: 3px solid #f6e9e9;
        border-right: 3px solid #f6e9e9;
	text-align: justify;
        padding: 20px;
        -moz-border-radius: 0px;
	font-size: 11px;
        line-height: 14px;
        font-family: Verdana;
        width: 500px;	
}

.tab2 {
        color: #e5c3c2;
        background-color: #fcf9f9;
        border-top: 0px solid #f6e9e9;
        border-bottom: 3px dashed #f2dddd;
        border-left: 0px solid #f6e9e9;
        border-right: 0px solid #f6e9e9;
	text-align: justify;
        padding: 7px;
        -moz-border-radius: 0px;
        font-size: 11px;
        line-height: 13px;
        font-family: Verdana;
        width: 500px;
}

/* -- basico -- */

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

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

/* -- cores -- */

b {	cursor: none; color: #f0d8d8; TEXT-DECORATION: none;	
}
y {	 cursor: none; color: #FFAAAA; TEXT-DECORATION: none;
}
m {	 cursor: none; color: #EEBB95; font-family: Courier New; cursor: hand; letter-spacing: -1px; text-transform: lowercase; TEXT-DECORATION: none;
}
u {     color: #fa7ebc; TEXT-DECORATION: underline; border-bottom: 1px dashed #fa7ebc;
}
strong {	color: #e5c3c2; 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 #f6eaea;
} 

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