/*centramos la web en el explorador*/
#centrar { 
	position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -295px;
    margin-left: -495px;
}
