<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#slider {
	width: 700px;
	margin-left: 20px;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 20px;
	float: left;
	margin-right: 0px;
	height: 325px;
	background-color: #000;
}
#example {
	width: 700px;
	position: relative;
	background-color: #000;
}

/*
	Slideshow style
*/
#slides {
	width:700px;
	position:absolute;
	z-index:100;
	background-color:#000;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container {
	width:700px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

.slide {
	
	width:700px;
	height:325px;
	
	}


#imagen{
	width: 700px;
	height: 325px;
	margin-top: -120px;
}
#info{
	width: 700px;
	height: 90px;
	position: relative;
	z-index: auto;
	left: 0px;
	top: 235px;
	padding-top: 30px;
	background-image: url(https://www.palermo.edu/contenidos/rotar/img/transp.png);
	background-repeat: repeat;
}
#info a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #FFF;
	margin-left: 15px;
	text-decoration: none;
}
#info a:hover{ text-decoration:underline;}
#info p{ font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#FFF; margin-left:15px; margin-top:0; }

/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	position: absolute;
	top: 140px;
	left: 6px;
	width: 22px;
	height: 22px;
	display: block;
	z-index: 101;
}

#slides .next {
	left:682px;
}

/*
	Pagination
*/

.pagination {
	bottom: 50px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 7px;
    z-index: 99;;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;

}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(https://www.palermo.edu/contenidos/rotar/img/pagination2.png);
	background-position:0 0;
	float:left;
	overflow:hidden;

}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Footer
*/</pre></body></html>