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

.menu a.port {
background:url(../../images/menu_hover.png) no-repeat;
color:#FFF;
}

.port0{margin-right:53px;
margin-bottom:30px;
border-radius:10px;
}

.port1{margin-right:53px;
margin-bottom:30px;
border-radius:10px;
border:solid 2px #CCCCCC;
}

.port2{
	margin-bottom:30px;
}

.escuro {
    background: url("../../images/zoom.png");
    display: none;
        position: absolute;
            height: 258px;
    width: 300px;
    z-index: 1;
	border:2px solid #cccccc;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.foto {
    float: left;
           height: 258px;
    width: 300px;
    margin-right: 31px;
	margin-bottom:70px;

}

.link {
    display: block;
              height: 258px;
    width: 300px;
    position: relative;
    
}

.link .picture {
    float: left;
       overflow: hidden;
    position: absolute;
         height: 258px;
    width: 300px;
	border:2px solid #cccccc;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.link:hover .escuro {
    display: block;
}



.hide {
    display: none;
}



.sem_margem {
	margin-right:0;
}

.titulo {
   background: #93a784 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    height: 30px;
    margin-top: 0;
    padding-top: 10px;
    text-align: center;
    width: 303px;
	font-weight:bold;
	
}