@charset "UTF-8";
/* CSS Document */

* {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1em;
    color:#494748;
}

a{
    text-decoration: none;
}

html body {
    margin:0;
    background: url(../images/bg.jpg) repeat scroll 0 0 transparent;
    height:100%;	
}

#topo {
    background: url(../images/bg_topo_menu.png) no-repeat scroll center 0 transparent;
    border-top: 2px solid #BC0000;
    margin: 0 auto;
    width: 100%;
}
.topo {
    margin: auto;
    min-height: 155px;
    width: 970px;
}

.logo {
    cursor: pointer;
    margin: 3px 0;
}

#content{
	margin:0 auto;
	width: 980px;
	min-height:670px;
}

.sistema {
    float: left;
    height: 205px;
    margin: 20px 13px;
    position: relative;
    width: 300px;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 2px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02) inset, 0 -1px 0 rgba(255, 255, 255, 0.25);
    margin-bottom: 15px;
    border-radius: 6px 6px 6px 6px;
    position: relative;
    text-align: center;
}

.sistema:hover {
    background: none repeat scroll 0 0 padding-box transparent;
    cursor: pointer;
}

.sistema-title {
    font-size: 20px;
    margin: 0;
}

.sistema p {
    font-size: 15px;
    margin-bottom: 33px;
}

.sistema-image {
    height: 90px;
    margin-top: 20px;
    width: 91px;
}

#footer {
    background: none repeat scroll 0 0 #004996;
    bottom: 0;
    float: left;
    height: 30px;
    opacity: 0.89;
    position: fixed;
    width: 100%;
    text-align:center;
    color:#FFF;
}