.layout-elementotexto .elemento {
    clear: both;
    border-bottom: 0;
	overflow: visible;
    display: block;
}

.layout-elementotexto .elemento img{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
	display: block;
}
.layout-elementotexto>*{
	width: 67%;
	min-width: 400px;
	margin: 1em auto;
}
.layout-elementotexto > .imagen_elemento{
	margin: 2em auto;
    text-align: center;
    width: 100%;
}