.outer{
    float:left; width:136px; margin-bottom: 10px;
}
.projeto{
     background-color: #ec268f;
     width:232px;
     height: 500px;
     padding-top: 58px;
     padding-bottom: 78px;
     color:#FFF;
    text-align: left;
    padding-left:10px;
    float:left;
    border:3px solid #e6e7e8;
    position:absolute;

 }

#poesia{
    background-color: #718fc8;
    width:360px;
    min-width:360px;
    height: 280px;
    margin-left:255px;
    padding-top: 15px;
    padding-left:10px;
    padding-right:5px;
    text-align: left;
    color:#e62b92;
    border:3px solid #e6e7e8;

}

#poesia #poesia1{
    margin-top:20px;
    color:#fff;
}

#poesia #poesia2{
    text-align: right;
    font-weight: bold;
    margin-top:30px;
    color:#fff;
}

#fotos{
    color:#ec268f;
    font-weight: bold;
    text-align: left;

}

.linhaTracejada{

    background-image:url(../img/dashed.png); height:2px; margin-top:10px;  background-repeat:repeat-x; margin-bottom:0px;

}