@charset "utf-8";
/* CSS Document */

html, body {
border:0;
margin:0;
padding:0;
}

body {
font:100%/1.25 Arial, Helvetica, sans-serif;


}
 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:2em;
	background-image: url(../images/headers_holder.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 68px;
	width: 523px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	line-height:68px;
	text-align:right;
	padding-right:10px;
	color:#D7BBA5;
}
 
h2 {
padding:10px 20px 0px 0;
font-size:1.3em;
font-weight:bold;
color:#D1A460;
font-family: "Times New Roman", Times, serif;
}

h2 span
{
	color:#FF7F10;
}
h3 {
font-size:1em;
font-weight:bold;
padding:2px 0px 1px 0px;
}
 
/***** Common Formatting *****/
 
p, ul, ol {
margin:0;
padding:0px;

}
 
ul, ol, li {
margin:0xp;
padding:0px;

}


blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
outline:none;
}
 

 
/***** Links *****/
 
a,
a:link,
a:visited,
a:hover {
text-decoration:none;
border:0px;
outline:none;
}
 
/***** Forms *****/
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0 0 1.25em 0;
padding:0;
}
 
table tr td {
padding:2px;
}
 
/***** Wrapper *****/
 
#wrap {
width:800px;
margin-left:50px;
padding-bottom:30px;
}
 
/***** Global Classes *****/
 input
 {
 	margin:0px;
	padding:0px;
 }
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; margin:10px; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrapper          {margin:0 auto; overflow:hidden; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

.header
{	
	float:right;
	margin-right:50px;

}
.header ul
{
	background:url(../images/header_left.jpg) no-repeat left;
	height:25px;
	float:right;
	
}
.header ul li
{
	float:left;
	
}
.header ul li span
{
	background:url(../images/header_center.jpg) repeat-x;
	height:25px;
	line-height:25px;
	display:block;
	float:left;
	font-size:11px;
	color:#B0B0B0;
	text-transform:uppercase;
	
}
.header ul li a
{
	background:url(../images/header_center.jpg) repeat-x;
	height:25px;
	line-height:25px;
	float:left;
	display:block;
	padding:0px 5px 0px 5px;
	font-size:11px;
	color:#B0B0B0;
	text-transform:uppercase;
}
.header ul li.header_right
{
	background:url(../images/header_right.jpg) no-repeat right;
	height:25px;
}
.header ul li a.acasa
{
	padding-left:10px;
}
.header ul li a.contact
{
	padding-right:10px;
}
.content
{
	margin-top:20px;
	float:left;
}
.left_column
{
	background:url(../images/left_column.jpg) no-repeat left top;
	width:188px;
	height:485px;
	float:left;
	margin-right:10px;
	color:#fff;
}
.left_column img.logo
{
	margin-top:10px;
	text-align:center;
}
.left_links
{
	
}
.left_links a
{
	font-family:Monotype Corsiva;
	font-size:18px;
	color:#fff;
	background:url(../images/left_links_back.jpg) no-repeat bottom;
	display:block;
line-height:35px;
height:35px;

}


.contact_info
{
	margin-top:5px;
	font-size:14px;
	color:#fff;
	
}
.contact_info span.contact_title
{
	background:url(../images/left_links_back.jpg) no-repeat bottom;
	padding-bottom:5px;
	display:block;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin-bottom:5px;
	color:#fff;
}
.contact_info span.contact_details
{
	padding-left:15px;
	display:block;
	font-size:11px;
	color:#fff;

}

.scroll-pane
{
	width:543px;
	height:410px;
	overflow:auto;
}
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #666;
	height: 9px;
}
a.jScrollArrowUp:hover {
	background-color: #f60;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #666;
	height: 9px;
}
a.jScrollArrowDown:hover {
	background-color: #f60;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-color: #f00;
}


.right_column
{
	color:#EAD2C7;
	float:left;
	width:543px;
	height:465px;
	background:url(../images/pattern_back.jpg) repeat;
	padding-left:10px;
	padding-bottom:20px;
	padding-top:0px;
	overflow:hidden;
}
.right_column a
{
	color:#FFEBC6;
	font-weight:bold;
}
.right_column p
{
	padding:10px 10px 10px 0px;

	font-size:11px;
	text-align:justify;
}
.sala
{
	float:left;
	width:250px;
}
.sala a
{
	margin-top:10px;
	color:#FFD7B9;
	text-decoration:none;
	display:block;
	font-size:11px;
}
.sala2
{
	float:left;
	margin-left:15px;
	width:240px;

}
.sala2 a
{
	margin-top:10px;
	color:#FFD7B9;
	text-decoration:none;
	display:block;
	font-size:11px;
}
.arrow
{
	float:left;
	width:44px;
	margin-left:5px;
}
.footer
{
	background:url(../images/footer.jpg) no-repeat;
	margin-left:198px;
	display:block;
	font-size:11px;
	color:#989898;
	width:553px;
	height:36px;
	margin-top:5px;
	line-height:36px;
	padding-left:13px;
	text-align:left;
}

.arrow.arrow_closed {
	background-image: url(../images/arrow_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 44px;
	height: 57px;
	cursor:pointer;
}
.arrow{
	background-image: url(../images/arrow_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 44px;
	height: 57px;
	cursor:pointer;
}
.galerie img {padding:2px; background-color:#333333; margin:2px;}
.right_column ul
{
	color:#EAD2C7;
	margin-top:10px;
	margin-right:3px;

}
.right_column ul li
{
	list-style:circle !important;
	
	line-height:20px;
	margin-left:15px;
}
.right_column ul li span.title_li
{
	font-weight:bold;
	text-decoration:underline;

}
.tur_virtual
{
	margin:0px 0px 0px 5px;
}
img.float-right
{
	border:1px solid #D1A460;
}
.footer span
{
	float:left;
}
.footer a
{
	color:#FFEBC6;

}

.footer span.powered
{
	float:right;
	margin-right:25px;
	font-size:11px;
}
.jbgallery li { list-style-type:none;}

#overlay-div {

    /* must be initially hidden */
    display:none;

    /* place overlay on top of other elements */
    z-index:10000;

    /* styling */
    background-color:#333;

    width:675px;
    min-height:200px;
    border:1px solid #666;

    /* CSS3 styling for latest browsers */
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}

#overlay-div .close {
    background-image:url(../images/close.png);
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:35px;
    width:35px;
}


a.myPlayer { 
    display:block; 
    width: 500px; 
    height:300px;  
    text-align:center; 
    margin:0 15px 15px 0; 
    float:left; 
    border:1px solid #999; 
} 
 
/* play button */ 
 a.myPlayer img { 
    margin-top:70px; 
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.myPlayer:hover { 
    border:1px solid #000; 
}
