mas simple todavía y sigue pasandome:
Código HTML:
<!doctype html>
<html lang="es">
<head>
<meta charset="UTF-8">
<title>prueba</title>
<style>
.img_left{
background-color: blue;
}
img{
width: 100%;
}
</style>
</head>
<body>
<div class="img_left">
<img src="prueba.jpg">
</div>
</body>
</html>