@charset "utf-8";
#rotator
{
	overflow: hidden;
	position: relative;
	width: 790px; /*Aquí puedes editar*/
	height: 370px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#rotator img
{
	border: 0;
	width: 790px;
	height: 370px;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

