#logo_ {
background-image: url(images/IoFacturoImages/logoioFacturo2025.png);
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
position: fixed;
width: 253px;
height: 50px;
z-index: 3;
left: 100px;
top: 13px;
}

#mensajeInicialPublico {
	margin-top: 7em;
}

@media (max-width: 1196px) {

	.boxed-innerPublico {
		margin-right:4em;
		text-align: center;
		width: 40%;
	}
    .boxed-innerPublico div {
        display:block;
    }

	#mensajeInicialPublico {
		width: 40%;
		margin-left: 4em;
	}

#logo_ {
background-image: url(images/IoFacturoImages/logoioFacturo2023.png);
background-size: 25%;
background-repeat: no-repeat;
background-position: center;
position: fixed;
width: 100%;
height: 50px;
z-index: 3;
left: 0;
top: 3px;
}

	ul#menu2 {
		left: 0;
		top:38px;
		text-align: center; 
		width: 100%;
	}

}

@media (max-width: 660px) {

	#mensajeInicialPublico, .boxed-innerPublico {
		display:block;
		position: relative;
    	text-align: center;
		margin-left: 0;
		margin-bottom: 5em; 
		width:100%;
		margin-top: 0;
		margin-right: 0;
		padding: 0;
		float: none;
	}

    .boxed-innerPublico div {
        display:block;
    }
}

