@charset "utf-8";
/* CSS Document */

/* reset */
* {	padding:0; margin:0; border:none; text-decoration:none; list-style:none; }
a { text-decoration:none; color:#CCC; }
/* padrao */
body { background: #121212;	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px; color:#FFF; text-align:center; margin-top:60px; }
h3 { font-size:19px; font-weight:normal; color:#FFF; }
#central { margin:auto; }
#identificacao { width:1018px; padding:20px; margin:auto; border-bottom:3px solid #333; border-top:3px solid #333; }
.left { width:300px; float:left; }
.right { width:300px; float:right; }
.webmail { margin-top:30px; }
.webmail a:hover { opacity:0.8; }