/* === Estilos específicos Jose audiolab === */
.texto_jose{

width: auto;
height: auto;
margin-bottom: 20px;
overflow: auto; /* truco para contener los floats */
float:left;
}


.imagen250x250 {
  width: 250px;
  height: auto;
  margin-left: 20px; /* separa del texto */
  float: right;
}