#rotador {
	height: 290px;
	position: relative;
	width: 518px;
	overflow: hidden;
}
#rotador .contentdiv {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
#rotador .contentdiv img {
	margin-bottom: 12px;
}
#rotador .contentdiv p {
	line-height: 18px;
}
.pagination {
	width: 215px; /* tamaño boton*/
	z-index: 500;
	position: absolute;
	margin-left: 303px;
}
.pagination a {
	display: block;
	height: 64px;
	font-size: 11px;
	margin-bottom: 4px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/fondo-rotador-i.png);
	position: relative;
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 26px;
	padding-right: 10px;
	overflow: hidden;
}
.pagination .destacado {
	color: #488025;
	font-weight: bold;
	font-size: 12px;
	display: block;
	padding-top: 6px;
	padding-bottom: 2px;
}
.pagination a:hover, .pagination a.selected {
	background-image: url(../images/fondo-rotador-a.png);
	color: #000000;
}
.pagination a.selected .destacado {
	color: #270036;
}
.pagination .destacado2 {
	display: block;
	padding-top: 6px;
}
#corner-rotador1 {
	position: absolute;
	height: 5px;
	width: 313px;
	font-size: 1px;
	line-height: 1px;
	background-image: url(../images/corner-rotador1.gif);
	background-repeat: no-repeat;
	z-index: 250;
}
#corner-rotador2 {
	position: absolute;
	height: 5px;
	width: 313px;
	font-size: 1px;
	line-height: 1px;
	background-image: url(../images/corner-rotador2.gif);
	background-repeat: no-repeat;
	z-index: 250;
	margin-top: 263px;
}

