<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*agregue su codigo CSS*/

/*&lt;Estilos imagenes insercion&gt;*/
.izquierda {
	position: relative;
	float: left;
	margin-right: 20px;
}

.derecha {
	position: relative;
	float: right;
	margin-left: 20px;
}

.centro {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

.cien_porciento {
	position: relative;
	float: left;
	width: 100%;
	clear: both;
}

.cincuenta_porciento_izquierda {
	position: relative;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: calc(50% - 20px);
	text-align: left;
}

.cincuenta_porciento_derecha {
	position: relative;
	float: right;
	margin-left: 20px;
	width: calc(50% - 20px);
	margin-bottom: 20px;
}

.treinta_porciento_izquierda {
	position: relative;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: calc(33.3% - 20px);
	text-align: justify;
}

.treinta_porciento_centro {
	position: relative;
	float: left;
	width: calc(33.3% - 20px);
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: justify;
}

.veinticinco_porciento_izquierda {
	position: relative;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: calc(25% - 20px);
	text-align: justify;
}

.veinticinco_porciento_derecha {
	position: relative;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	width: calc(25% - 20px);
	text-align: justify;
}

.treinta_porciento_derecha {
	position: relative;
	float: right;
	margin-left: 20px;
	width: calc(33.3% - 20px);
	margin-bottom: 20px;
	text-align: justify;
}

.veinte_porciento_izquierda {
	position: relative;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: calc(20% - 20px);
	text-align: justify;
}

.diez_porciento_izquierda {
	position: relative;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: calc(10% - 20px);
	text-align: justify;
}

.cuarenta_porciento_izquierda {
	position: relative;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: calc(40% - 20px);
	text-align: justify;
}

.cuarenta_porciento_derecha {
	position: relative;
	float: right;
	margin-left: 20px;
	width: calc(40% - 20px);
	margin-bottom: 20px;
}

.veinte_porciento_derecha {
	position: relative;
	float: right;
	margin-left: 20px;
	width: calc(20% - 20px);
	margin-bottom: 20px;
}

.diez_porciento_derecha {
	position: relative;
	float: right;
	margin-left: 20px;
	width: calc(10% - 20px);
	margin-bottom: 20px;
}

/*&lt;/Estilos imagenes insercion&gt;*/</pre></body></html>