@charset "UTF-8";
#centrar {
	position:absolute;
	top: 50%;
	left: 50%;
	width:950px;
	height:550;
	margin-top: -275px; /*set to a negative number 1/2 of your height*/
	margin-left: -475px; /*set to a negative number 1/2 of your width*/
	border: 0px none #000000;
	background-image: url(../fondo%20centrar%20de%20prueba.jpg);
}
#centrarCaperucito {
	position:absolute;
	left: 50%;
	width:950px;
	margin-left: -475px; /*set to a negative number 1/2 of your width*/
	border: 0px none #000000;
	background-color: #666;
}
#centrarOferta {
	position:absolute;
	left: 50%;
	width:620px;
	margin-left: -310px; /*set to a negative number 1/2 of your width*/
	border: 0px none #000000;
	background-color: #FFFFFF;
}
#centrarGaleriaBodas {
	border: 0px none #000000;
	background-color: #666;
}

