#posters_bg1{
position: relative;
width: 100%;
height: 841px;
margin-top: 60px;
overflow: hidden;
}

#posters_bg{
margin-top: 100px;
position: relative;
width: 100%;
}

#poster_ingria{
position: relative;
width: 100%;
height: 814px;
background:url(../images/design/poster_ingria.png) no-repeat center;
z-index: 2;
}

#poster_internest{
position: relative;
width: 100%;
height: 812px;
background:url(../images/design/poster_internest.png) no-repeat center;
z-index: 2;
}

#poster_process{
position: relative;
width: 100%;
height: 818px;
background:url(../images/design/poster_process.png) no-repeat center;
z-index: 2;
}

#poster_brooklyn{
position: relative;
width: 100%;
height: 818px;
background:url(../images/design/poster_brooklyn.png) no-repeat center;
z-index: 2;
}

#poster_line_ingria{
position: absolute;
top: 330px;
left: 0;
width: 120%;
margin-left: -100px;
height: 260px;
background: #119790;
-webkit-transform: rotate(-15deg); /* Chrome y Safari */
-moz-transform: rotate(-15deg); /* Firefox */
-o-transform: rotate(-15deg); /* Opera */
z-index: 1;
}

#poster_line_internest{
position: absolute;
top: 350px;
left: 0;
width: 100%;
height: 260px;
background: #e6721f;
z-index: 1;
}

#poster_line_process{
position: absolute;
top: 350px;
left: 0;
width: 100%;
height: 260px;
background: #0696b3;
z-index: 1;
}

#poster_line_brooklyn{
position: absolute;
top: 350px;
left: 0;
width: 100%;
height: 260px;
background: #c10b0f;
z-index: 1;
}

.poster_text{
position: relative;
width: 100%;
text-align: center;
padding-top: 40px;
}