
@import url('ie6fixer.css');

#enportada {
	margin:0;
	padding:5px 8px 3px 8px;
	background-color:#111;
}
#enportada div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: left;
	width:680px;
	position:relative;
	top:2px;
}
#enportada div.slideshow-container {
	position: relative;
	clear: both;
	float:right;
	width:500px;
	height: 285px; /* This should be set to be at least the height of the largest image in the slideshow */
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
}
#enportada div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%; /* This should be set to be at least the height of the largest image in the slideshow */
}
#enportada div.slideshow {}
#enportada div.slideshow span.image-wrapper {
	position: absolute;
	top: 0;
	left: 0;
}
#enportada div.slideshow a.advance-link {
	height: ; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: ; /* This should be set to be at least the height of the largest image in the slideshow */
}
#enportada div.slideshow img {
	border:none;
}
#enportada div.caption-container {
	position: relative;
	float:left;
}
#enportada div.caption-container h2 {
	color:#fff;
	width:173px;
	margin:0;
	padding:0 0 0 5px;
	font-size:14px;
}
#enportada span.image-caption {
	display: block;
	position: absolute;
	height:300px;
	top: 0;
	left: 0;
}
#enportada div.caption {
	color:#fff;
	position:absolute;
	bottom:15px;
	width:173px;
	line-height:1.5em;
}
#enportada div.caption a {
	text-decoration:none;
	display:block;
	padding: 5px;
}
#enportada div.caption a:hover {
	background-color:#444;
}
#enportada div.caption .capcontent {
	padding: 5px;
}
#enportada span.image-title {
	font-weight: bold;
	font-size: 1.1em;
	color:#FFD940;
}
#enportada span.image-desc {
	color:#fff;
}
#enportada div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
#enportada ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
	line-height:1em;
}
#enportada ul.thumbs li {
	padding: 0;
	margin-bottom:3px;
	list-style: none;
	line-height:1.65em;
	background-color:#333;
}
#enportada a.thumb {
	padding: 2px;
	display: block;
	border: 3px solid #999;
	text-decoration:none;
	color:#fff;
}
#enportada a.thumb .thumb-title {
	color:#FFD940;
	font-weight:bold;
}
#enportada ul.thumbs li.selected a.thumb {
	background: #333;
	border-color: #fff;
	color:#fff;
}
#enportada ul.thumbs li.selected a.thumb .thumb-title {
	color:#FFD940;
}
#enportada a.thumb:focus {
	outline: none;
}
#enportada ul.thumbs img {
	border: none;
	display: block;
	float:left;
	margin-right:8px;
}
#enportada div.pagination {
	clear: both;
}
#enportada div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
#enportada div.navigation div.bottom {
	margin-top: 12px;
}
#enportada div.pagination a,
#enportada div.pagination span.current,
#enportada div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
#enportada div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
#enportada div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
#enportada div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

