<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.slidetotal {
	float: right;
	width: 650px;
	margin-right: 28px;
}
.googlemaps {
	float: left;
	width: 600px;
	margin-left: 20px;
}

#slideshow {
	list-style:none;
	color:#FFF;
}
#slideshow span {display:none}
#wrapper {
	width:650px;
	display:none;
	margin-right: auto;
	margin-left: auto;
}
#wrapper * {margin:0; padding:0}
#fullsize {
	position:relative;
	width:650px;
	height:400px;
	padding:2px;
	border:1px solid #ccc;
	background-color: #FDFEFF;
}
#information {
	position:absolute;
	bottom:0;
	width:500px;
	height:0;
	color:#fff;
	overflow:hidden;
	z-index:200;
	opacity:.7;
	filter:alpha(opacity=70)
}
#information h3 {padding:4px 8px 3px; font-size:14px}
#information p {padding:0 8px 8px}
#image {
	width:650px;
}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {
	position:absolute;
	width:50%;
	height:400px;
	cursor:pointer;
	z-index:150
}
#imgprev {left:0; background:url(images/left.gif) left center no-repeat}
#imgnext {right:0; background:url(images/right.gif) right center no-repeat}
#imglink {
	position:absolute;
	height:400px;
	width:100%;
	z-index:100;
	opacity:.4;
	filter:alpha(opacity=40)
}
.linkhover {background:url(images/link.gif) center center no-repeat}
#thumbnails {
	margin-top:5px
}
#slideleft {
	float:left;
	width:30px;
	height:80px;
	background-color:#5894d6;
	background-image: url(images/scroll-left.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#slideleft:hover {
	background-color:#72B7FC
}
#slideright {
	float:right;
	width:30px;
	height:80px;
	background-color: #5894d6;
	background-image: url(images/scroll-right.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#slideright:hover {
	background-color:#72B7FC
}
#slidearea {
	float:left;
	position:relative;
	width:580px;
	margin-left:5px;
	height:80px;
	overflow:hidden
}
#slider {
	position:absolute;
	left:0;
	height:80px
}
#slider img {
	cursor:pointer;
	padding:0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.contenidoslide {
	overflow: auto;
	height: auto;
}
.lateralslide {
	width: 280px;
	overflow: auto;
	height: auto;
	float: left;
	margin-left: 25px;
	background-color: #F9FCFF;
	padding: 15px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contactoform {
	width: 358px;
	overflow: auto;
	height: auto;
	float: right;
	margin-left: 15px;
	background-color: #F5FAFE;
	padding: 15px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
</pre></body></html>