/* Os estilos de cada info vão neste CSS */


#abertura {
	background: url("img/capa.jpg?v2"); 	
	background-repeat: no-repeat !important;
	height: 780px;
}

#abertura p{
    padding: 243px 584px 10px 31px !important;
	font-size: 14px;
    line-height: 20px;
	color: #000 !important;
}

#nav {
	left: 43px;
    position: absolute;
    top: 155px;
}

#nav a:link {
	border: 5px solid #FFF;
    float: left;
    height: 218px;
    margin-bottom: 6px;
    margin-right: 7px;
    padding: 20px;
    position: relative;
    width: 150px;
}


#nav a:hover {
	border-color: #FF9900;
}

.hide {
	visibility: hidden;	
}

#nav a span {

    color: #333;
    font: 14px arial;
    left: 0;
    padding: 90px 1px 1px 3px;
    position: absolute;
    text-align: center;
    top: 130px;
    width: 100%;

}

#nav a:hover span {
	color: #ff9900;
}
