﻿/* GERAL */
*
{
    padding:0px;
    margin:0px;
    border:0px;
    text-decoration:none;
    list-style:none;
}
body
{
    background:url(../images/background.jpg) #eaeaea center repeat-y;
}
#geral
{
    width:986px;
    margin:0 auto;
    background:#e9e9eb;
    display:table;
}
a:hover
{
    text-decoration:underline;
}
.top{float:left; width:986px;}
.top h1
{
    float:left;
    width:374px;
    height:101px;
    overflow:hidden;
    text-indent:-19999px;
    background:url(../images/sismoweb.jpg) no-repeat;
}
.top h1 a
{
   width:323px;
   height:101px; 
   display:block;
}
.menu
{
    float:left;
    /*background:url(../images/back_menu.jpg) no-repeat;*/
	background-color:#bababa;
    width:986px;
    height:49px;
}
.semflash{float:left; width:986px; margin:20px 0;}
