body {
	background-color: #FFFFFF;
}

#divCentro {
    width: 16542px;
    position: absolute;
    top: 50%;
    margin-top: -300px;
}
#divCentro  img{
	margin-right: 10px;
}

html { overflow-y:hidden; }

@media screen and (max-height:600px){
	#divCentro {
		width: 16542px;
		position: static;
		/*top: 0;*/
		margin-top: 0px;
	}
}