

.fondo1 {
	background-image: url("./fondo1.png");
	background-position: center; 
	background-repeat: no-repeat;
    display: block;
}

.fondo2 {
	background-image: url("./fondo2.png");
	background-position: center; 
	background-repeat: no-repeat;
    display: block;
}

.texto_empresa table {
    width: 100%;
}

