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

/****************************************

---------------- TAGs / padronização

****************************************/

*{ margin:0; padding:0; font-size:11px;

}

body{ font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; background-image:url(imagens/bg.jpg); background-repeat:repeat-y; width:1026px; background-color:#000000;

}

#corpo{ width:1024px;
}



/****************************************

---------------- Topo

****************************************/

#topo{width:1024px; 
}

#marca img{ margin:30px 0 0 40px;
}

/****************************************

---------------- Menu

****************************************/
#esquerda{ float:left; width:180px;
}
#menu{ font-size:36px; font-weight:bold; color:#464747; text-align:right; width:180px; margin-top:40px;
}
#menu a{ font-size:36px; font-weight:bold; color:#464747; text-align:right; width:180px; margin-top:40px; text-decoration:none;
}
#menu a:hover{ font-size:36px; font-weight:bold; color:#fd3068; text-align:right; width:180px; margin-top:40px; text-decoration:none;
}

/****************************************

---------------- Direita

****************************************/

#direita{ float:left; margin:40px 0 0 20px; color:#535353; font-size:14px; width:780px;
}
#direita a img{ border:0px; margin:0 10px 10px 0;
}
#01{ float:left; width:780px;
}
#01 a img{ 
}


/****************************************

---------------- Interna

****************************************/
#title{ font-size:20px; color:#535353; margin-bottom:2px;
}
#text{ font-size:14px; color:#e0e0e0; margin-bottom:2px;
}
#text a{ font-size:14px; color:#e0e0e0; margin-bottom:2px; text-decoration:none;
}
#text a:hover{ font-size:14px; color:#e0e0e0; margin-bottom:2px; text-decoration:underline;
}
#back a{ font-size:14px; color:#fd3068; text-decoration:none; margin-bottom:10px;
}
#project{ margin:10px 0 30px 0;
}

/****************************************

---------------- Copyright

****************************************/
#copyright{ float:left; width:470px; font-size:12px; color:#535353; margin:30px 0 20px 0; text-align:right;
}
