body, html {
	margin:0;
	height:100%;
	min-height:100% !important;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	padding:0;

	}

#vslogo { 
position: absolute;
left: 40px;
top: 45px;
z-index:10;
}

#main_container {
	width: 984px;
	margin:auto;
	position:relative;
	border:#333 solid 1px;
	border-top:none;
	border-bottom: none;
	min-height:100%;
	height:auto;
	background:url(images/backgroundmain.jpg) repeat-y #F0E9CF;

}

#header_slideshow {
	
	height:250px;
	width:984px;
	
	}

#menu {
	background-image: url(images/main_menu_background.jpg);
	background-repeat: repeat-x;
	min-height: 35px;
	margin-left:197px;

border-bottom:#F00 solid 1px;

color:#FFF;
	font-weight:bold;
	vertical-align:middle;
	line-height:30px;

}

#mainnav {
	 /* background: #e4dec5; */
		/*float:left;*/
		width: 196px;
		min-height:600px;
		height:auto !important;
        height:600px;
     	/* border-right:#F00 solid 2px;*/
    	margin-top:-16px;
		position:absolute;
		left:0;
		
	}
		
	#submenu {
	/* float:left; */
		min-height:100px;
	width: 196px;
	height:auto !important;
	height:100px;
	background-repeat: repeat-y;
		/*color:#51533E;*/
		}
		
#submenu ul li{
	font-size:15px;
	margin-left:-40px;
	width:197px;
	list-style-type:none;
	background-image: url(images/menu_background.jpg);
}

#submenu a {
	/*color:#51533E;*/
color:#fff;
	text-decoration:none;
	margin-left: 10px;
}

.mainmenu {
	margin-left:10px;
	}


#featured_properties {
	padding-bottom:30px;
	/*float:right;*/
	border-left:#F00 solid 2px;
	border-bottom:#F00 solid 2px;
	width:200px;
	background:#e4dec5;
	min-height:200px;
	height:auto !important;
	height:200px;
	/*margin-top:37px;*/
	position:absolute;
	right:0;
	}


#featured_properties .featureddescription {
display:block;
margin-bottom:20px;
font-size:10px;

	}
#maincontent {
	padding-bottom:106px;   /* Height of the footer */
	margin-left:210px;
	min-height:740px;
	height:auto !important;
	height:740px;
	margin-right:210px;
	text-align:justify;
			}

#maincontentinside {
	padding-bottom:106px;   /* Height of the footer */
	margin-left:210px;
	min-height:740px;
	height:auto !important;
	height:740px;
	margin-right:16px;
	text-align:justify;
			}



#footer {
	background: url(images/footer.jpg);
	height:106px;
	width: 984px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#search {
	background:url(images/search_body_background.jpg) repeat-y;
	line-height:22px;
	}

#searchbox { 
background:url(images/search_top.jpg) no-repeat;
min-height:50px;
height:auto !important;
height:50px;
}

#searchbody { 
margin-top:-9px;
margin-left:16px;
min-height:100px;
height:auto;
font-size:10px;
}

#searchfooter { 
background:url(images/search_bottom.jpg) no-repeat;
min-height:34px;
height:auto;
}

#weather { 
line-height:normal;
}

#footer span { 
font-size:13px;
margin-left:18px;
margin-top:42px;
text-align:center;
color:#52533f;
font-weight:bold;

}

h1 {
	font-size: 16px;
	color: #52533f;
	word-spacing: normal;
}
.maintext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #52533f;
}

.imagen {
	
	border:#52533f double 1px; 
	padding:5px;
	background:#52533f;
	}h2 {
	font-size: 16px;
	color: #52533F;
}


/* dropdown menu  */
/* tabs
*************************/


ul.tabs
{
	margin-left:10px;
display: table;
margin: 0;
padding: 0;
list-style: none;
position: relative;
font-size:14px;
font-weight:bold;
color:#fff;
}

ul.tabs h3 a{
	color:#fff;
	line-height:2px;
	text-decoration:none;
	margin:10px;
	font-size: 14px;
}

ul.tabs li
{
margin: 0;
padding: 0;
list-style: none;
display: table-cell;
float: left;
position: relative;
}

ul.tabs a
{
position: relative;
display: block;
}

/* dropdowns
*************************/

ul.dropdown
{
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 999;
	top: 100%;
	width: 210px;
	display: none;
	left: 10px;
	border:#666666 solid 1px;
	background: url(images/dropback.jpg) repeat;
	background-repeat: repeat;
}

ul.dropdown ul.dropdown
{
top: 0;
left: 95%;
}

ul.dropdown li
{
	margin: 0;
	padding: 0;
	float: none;
	position: relative;
	list-style: none;
	display: block;
	background-image: url(images/dropback.jpg);
	background-repeat: repeat;
}

ul.dropdown li a
{
	display: block;
	color:#fff;
	text-decoration:none;
	margin-left: 10px;
}


/* slidwshow specific */

/*** set the width and height to match your images **/

#slideshow {
	position:relative;
	height:250px;
	background-image: url(slide/image1.jpg);
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 250px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:9;
    opacity:1.0;
}

.slideinfo {
color:#FFFFFF;
font-weight:bold;
position:absolute;
right:15px;
top:12px;
}


#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 250px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}


/* ----------- My Form ----------- */
.spacer{clear:both; height:1px;}
.myform{
margin:0 auto;
width:600px;
padding:14px;
}

/* ----------- stylized ----------- */
#stylized{
border:solid 2px #b7ddf2;
background:#ebf4fb;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:200px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:10px;
font-weight:normal;
text-align:right;
}
#stylized input, #stylized textarea, #stylized select{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
/* width:200px;*/
margin:2px 0 20px 10px;
}
#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}


.comentario { 
background:snow none repeat scroll 0 0;
border:1px solid;
margin-bottom:7px;
padding:11px;
}

.property {
border:1px solid #ccc;
float:left;
height:299px;
margin:5px;
text-align:center;
width:240px;
padding-top:5px;
background:SeaShell none repeat scroll 0 0;    
position:relative;
    }
    
    .propbody {
    display:block;
    margin:5px;
    text-align:justify;
        
    }
    
    .propertyname {
        margin-left: 10px;
    }
	
	#proplist {
		font-weight:bold;
		margin-bottom:20px;}
		
		#proplist li {
	
		margin-bottom:0px;}
	
	
	.typelist li, .typelist{ font-weight:normal;
	margin-bottom:20px; }
	
	
	.readmore {
	bottom:6px;
position:absolute;
right:4px;
		}
		
		#gallery
        { 
		
		} 
		
		/* slide gallery 

 #gallery
        {
                    padding: 10px;
            width: 740px;
			text-align:center;
        }
        #gallery ul
        {
            list-style: none;
			margin-left:-40px;
        }
        #gallery ul li
        {
            display: inline;
        }
        #gallery ul img
        {
            border: 5px solid #A59C7F;
            border-width: 5px 5px 20px;
			height:100px;
        }
        #gallery ul a:hover img
        {
            border: 5px solid #51533E;
            border-width: 5px 5px 20px;
            color: #51533E;
        }
        #gallery ul a:hover
        {
            color: #fff;
        }
	*/	 
	#main_image { 
	text-align:center;
	height:466px;
		}
		
		#thumbnails {
			
			width:700px;}
	/*	
	
	#galeria {
		position:absolute;
		top:311px;
   	}
	
	.demo { height: 600px;} */
	
	#currentimages ul li {
		display:inline-block;
		
		}
		
		#currentimages {
		
			
			}
			
					#currentimages img { margin:5px;} 
					
					.commentauthor { display:block;
font-size:10px;
text-align:left;}

.elcomentario {
	text-align:left;
	}
	
#livehelp { 
position:absolute;
right:0px;
top:0px;
z-index:10;

}

#pause { 
left:538px;
position:absolute;
top:795px;
z-index:1000000;
}
	
