#conteudo{width:100%;}
#empreendimento01{width:30%;margin-top:100px;float:left;}
#fotos{background:url(http://mf8/webdev/ParaTodos/Content/Image/Empreendimento/Empreendimento1/bg-empreendimento01.png) no-repeat;width:60%; height:388px;padding:20px;float:right;margin:80px 55px 0 0;}
#fotos img{position:relative;left:35px;width:auto;padding:5px;}


/*
Resoluçãoes de 1920px
***********************************************************/
@media screen and (min-width:1681px) and (max-width:1920px){
    #fotos{width:42%; height:388px;margin:80px 400px 0 0;}   
}

/*
Resoluçãoes de 1680px
***********************************************************/
@media screen and (min-width:1367px) and (max-width:1680px){
   #fotos{width:41%; height:388px;margin:120px 350px 0 0;}  
}

/*
Resoluçãoes de 1366px
***********************************************************/
@media screen and (min-width:1025px) and (max-width:1366px){
   #fotos{width:41%; height:388px;margin:100px 200px 0 0;} 
   #fotos img{width:14%;}
}
/*
Resoluçãoes de 1280px
***********************************************************/
@media screen and (min-width:1025px) and (max-width:1280px){
   #fotos{width:60%; height:388px;margin:80px 55px 0 0;} 
   #fotos img{width:auto;}
}
/*
Resoluçãoes de 1024px
***********************************************************/
@media screen and (min-width:767px) and (max-width:1024px){
    #fotos img{position:relative;left:35px;width:10%;padding:5px;}   
}
