/*capa contenedora de todo el sitio*/
#page {
width: 100%;
height: 100%;
text-align: center;
margin-top: 20px;
}
#contenedor {
width: 790px;
margin-left:auto;
margin-right:auto;
}
/*capa superior para encabezado*/
#top {
text-align: left;
margin: 0;
height: 120px;
overflow: visible;
}
/* capa del menú de navegación*/

div.menu {
	margin: 0 0 0 10px;
	float: left;
	width: 150px;
	clear: both;
}

div.navigation {
	/*The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
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: right;
	width: 410px; 
	margin-left: 0;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.download {
	float: right;
}
div.caption-container {
	/*float: right;
	width: 140px;
	margin-left: 15px;
position: relative;
	clear: both;*/
}
div.caption {
	background-color: #000;
	padding: 12px;
	color: #ccc;
	/*line-height: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;*/
}
div.caption a {
	color: #fff;
	}
	
span.image-caption {
	display: block;
	position: absolute;
	margin-top: -8px;
	/*top: 0;*/

}
div.image-title {
		font-family: Georgia, Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-align: left;
	font-size: 12px;
}
div.image-desc {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	padding-top: 12px;
}

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 410px; 
	margin-left: 0;
	background-image: url('http://www.lafloralpina.com/images/loading.gif');
	background-repeat: no-repeat;
	background-position: center;
	 /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow-container {
margin-top: 20px;
	position: relative;
	clear: both;
	height: 310px;
	}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 406px;
	height: 320px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 320px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: left;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: top;
	border: 1px solid #ccc;
}

ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
div.cabecera{
	width: 158px;
	margin: 0 12px 2px 0;
	border: 1px solid #ccc;
	float: right;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	padding: 2px;
	color: #ffffff;
	background-image: url(../images/bgcabecera.jpg);
	background-repeat: no-repeat;	/*opacity: .7;
	-khtml-opacity: 0.7;
   -moz-opacity: .7;
   filter:alpha(opacity=70);*/
	}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-right: 6px;
	margin-top: 12px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-left: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	/*background-color: #cccc;*/
	text-decoration: italic;
}
div.pagination span.current {
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
