#rotator {
	
	cursor:default;
	overflow: hidden;
	position: relative;
	width: 502px;
	height: 210px;
	z-index:90;
	float:left;
	margin-bottom:15px;
	padding-left:14px;
	padding-right:14px;
	background-repeat:no-repeat;
}

#rotator * {
	cursor:default;
}

#rotator a.mano:hover {
	cursor:default;
	cursor:pointer;
}


#rotator img {
	border: 0;
	border:none;
	cursor: pointer;
	width: 502px;
	height: 210px;
	z-index:90;
	text-align:center;
	background-repeat:no-repeat;
}


.contenido {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	z-index:90;
	text-align:center;
}





