/* @override http://www.tropicalhill.es/beta/css/master.css */

/* @override http://localhost.com/tropical/css/master.css */

/* @override http://www.tropicalhill.es/beta/css/master.css */

body{
	background-color: #000;
}
blockquote{
	font-style: italic;
}
#weather p, #weather_home p, #gps p, #gps h3, #footer p, #thumbs-min p, .videoItem p{
	margin-bottom: 0;
}
* a{
	font-size: 12px;
	color: #ffcd7e;
	text-decoration: none;
}
* a:hover{
	text-decoration: underline;
}
* a img{	

}
/* @group Header */

/* @group Slideshow */

#slideshow, #headershow {
    position:relative;
    height:350px;
}
#slideshow IMG, #headershow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}
#slideshow IMG.active {
    z-index:10;
}
#slideshow IMG.last-active {
    z-index:9;
}
/* @end */

#header{
	margin-bottom: 0;
	height: 182px;
}
#logo, #contacto{
	margin-top: 10px;
	z-index: 14;
	position: relative;
	left: 29px;
}
#logo img{
	height: 117px;
	left: 10px;
	background: url(../imagenes/logo.gif) no-repeat;
	width: 211px;
}
#logo p{
	float: left;
	margin-bottom: 0;
	margin-top: 25px;
	margin-left: 30px;
}
.tropicalhill{
	display: none;
}
#contacto{
	text-align: right;
	right: 190px;
}
#contacto p{
	font-size: 12px;
	color: #333;
	background-color: #fff;
	float: right;
	font-weight: bold;
	margin-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
}
#contacto select[name="idioma"]{
	float: right;
	clear: both;
	margin-top: 10px;
}
#formularioContacto{
	color: #000;
	background: #decf9f no-repeat;
	padding: 15px;
	margin-left: 0;
	margin-bottom: 20px;
}
#formularioContacto p{
	margin-bottom: 0;
}
#preIdiomas{
	background-color: white;
	float: right;
	margin-top: 5px;
	padding: 5px;
}
#preIdiomas ul{
	text-align: right;
	margin-bottom: 0;
}
#preIdiomas li{
	margin-left: 5px;
	list-style-type: none;
	margin-right: 36px;
	margin-bottom: 5px;
}
#preIdiomas a{
	color: gray;
}
/* @end */
/* @group menu */
/* Styles for the entire LavaLamp menu */
#menu{
}
.lavaLamp {
    position: relative;
    height: 37px; 
    background: url("../imagenes/bgmenu.gif") repeat-x;
    overflow: hidden;
	margin: 0;
	padding-right: 0;
	padding-top: 0;
	padding-left: 0;
}
/* Force the list to flow horizontally */
.lavaLamp li {
	float: left;
	list-style: none;
}
/* @group Custo Button */
.btn {
	display:inline-block;
	background:none;
	margin:0;
	padding:3px 0;
	border-width:0;
	overflow:visible;
	font:100%/1.2 Arial,Sans-serif;
	text-decoration:none;
	color:#333;
}
* html input.btn {
	padding-bottom:1px;
}
    /* Immediately below is a temporary hack to serve the 
       following margin values only to Gecko browsers
       Gecko browsers add an extra 3px of left/right 
       padding to button elements which can't be overriden.
       Thus, we use -3px of left/right margin to overcome this. */
html:not([lang*=""]) button.btn {
	margin:0 -3px;
}
.btn span {
	background:#ddd url(../imagenes/bg-button.gif) repeat-x 0 0;
	margin:0;
	padding:3px 0;
	border-left:1px solid #bbb;
	border-right:1px solid #aaa;
}
* html .btn span {
	padding-top:0;
}
.btn span span {
	position:relative;
	padding:3px .4em;
	border-width:0;
	border-top:1px solid #bbb;
	border-bottom:1px solid #aaa;
}
    
/* pill classes only needed if using pill style buttons ( LEFT | CENTER | RIGHT ) */
button.pill-l span {
	border-right-width:0;
}
button.pill-l span span {
	border-right:1px solid #bbb;
}
button.pill-c span {
	border-right-style:none;
	border-left-color:#fff;
}
button.pill-c span span {
	border-right:1px solid #bbb;
}
button.pill-r span {
	border-left-color:#fff;
}
    
    /* only needed if implementing separate hover/focus/active state for buttons */
.btn:hover span, .btn:hover span span, .btn:focus span, .btn:focus span span {
	cursor:pointer; /* important for any clickable/pressable element */
	border-color:#9cf !important;
	color:#000;
}
.btn:active span {
	background-position:0 -400px;
	outline:none;
}
.btn:focus, .btn:active {
	outline:none; /* doesn't seem to be respected for <button>, only <a> */
}

/* use if one button should be the 'primary' button */
.primary {
	font-weight:bold;
	color:#000;
}



/* @end */
/* Represents the background of the highlighted menu-item. */
.lavaLamp li.back, .lavaLamp li.back .left{
	background-color: #c1421a;
}
.lavaLamp li.back {
	/*background: url("../imagenes/lava.gif") no-repeat right -25px;*/
	width: 9px; 
	height: 30px;
	z-index: 8;
	position: absolute;
	margin-left: 0;
}
.lavaLamp li.back .left {
	/*background: url("../imagenes/lava.gif") no-repeat top left;*/
	height: 30px;
	margin-right: 9px;
}
/* Styles for each menu-item. */
.lavaLamp li a {
	position: relative;
	overflow: hidden;
	text-decoration: none;
	color: #fff; 
	outline: none;
	text-align: center;
	height: 30px; 
	top: 7px;
	z-index: 10; 
	letter-spacing: 0;
	float: left; 
	display: block;
	margin: auto 10px;
}
/* @end */
#path li{
	display: inline;
	margin-left: 0;
}
#path, #path li a, .link{
	color: #ffcd7e;
	margin-top: -10px;
}
#path li a{
	text-decoration: underline;
}
#path li a:hover{
	text-decoration: none;
}
#content{
	margin-bottom: 20px;
}
#content h1{
	font: italic 25px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	text-transform: capitalize;
}
#content h2{
	margin-bottom: 5px;
	text-transform: capitalize;
	font: italic 17px Georgia, "Times New Roman", Times, serif;
}
#container{
	/*background: url(../imagenes/bga.gif) repeat 0;*/
	padding-top: 20px;
}
#weather{
	height: 45px;
	font-size: 12px;
	background: url(../imagenes/bgweather.gif) no-repeat right 5px;
	padding: 10px;
	width: 200px;
	position: relative;
	float: right;
	margin-bottom: -50px;
	top: -35px;
}
#weather_home{
	height: 45px;
	font-size: 12px;
	background: url(../imagenes/bgweather.gif) no-repeat right 5px;
	padding: 10px;
	position: relative;
	right: -10px;
	width: 200px;
	float: right;
	margin-bottom: -40px;
}
#weather_home p{
	float: left;
	width: 135px;
}
#weather p{
	float: left;
	width: 135px;
}
#weather_home img{
	
}
#weather img, #gps img{
	margin-right: 10px;
	float: left;
}
#title{
	margin-top: -17px;
}
/* @group Contenido comercial, video y formulario */

#comercial{
	margin-bottom: 10px;
	/*margin-top: 30px;*/
}

/* @group Video */

#video{
/*	width: 455px;
	height: 280px;
	background-color: #000;
	border-left: 2px solid gray;
	border-top: 2px solid gray;
	border-right: 2px solid gray;
*/
}
#video object{
/*	width: 455px;
	height: 280px;*/
}
.videoshadow{
	height: 47px;
	background: url(../imagenes/videoshadow.gif) no-repeat -65px;
}
/* @end */

/* @group Formulario */
#promo{
	background-color: #d9c68a;
	text-align: center;
}
#promo p{
	padding: 5px;
	font-size: 12px;
	line-height: 18px;
	margin: 5px;
}
#promo h2 a{
	font-size: 17px;
	background-color: #e8d9a6;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 0;
	padding: 5px;
}
#promo a{
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}
#formularioVisita, #promo{
	color: #000;
	background: #decf9f no-repeat;
	height: 245px;
	padding: 20px 10px 10px;
	margin-right: 0;
	margin-left: 0;
	border-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	width: 208px;
}
#formularioVisita input[type="text"]{
	width: 110px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#formularioVisita button[type="submit"]{
	margin-top: 10px;
}
#slideshow, #headershow{
	position: absolute;
	top: 0;
	z-index: 0;
}

#formularioVisita h3{
	font-size: 17px;
	margin-bottom: 0;
}
#formularioVisita address{
	font-size: 11px;
	color: #333;
	line-height: 12px;
	font-weight: normal;
	font-style: normal;
	width: 210px;
}
#formularioVisita h4{
	font-size: 13px;
	margin-bottom: 0;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
#formularioVisita form{
	margin-top: 10px;
}
#formularioVisita dt{
	float: left;
	font-size: 11px;
	width: 50px;
}
#formularioVisita p, #formularioVisita dl{
	margin-bottom: 0;
}
#formularioVisita p{
	margin-top: 10px;
}

/* @end */

/* @end */

/* @group Servicios destacados */
#servicios{
	padding: 10px;
	background: url(../imagenes/bgservicios.png) no-repeat 0 10px;
	margin-bottom: 20px;
	font-size: 11px;
}
#servicios img{
	float: left;
	margin-top: -13px;
	margin-left: -5px;
	margin-right: 5px;
}
#servicios h2 a{
	font-size: 20px;
}
#servicios h2{
	min-height: 50px;
}
#servicios .item{
	margin-right: 20px;
	width: 205px;
}
#servicios .item h2{
	margin-bottom: 17px;
}
/* @end */

/* @group Contenido grids Landing */
#gridLanding{
	font-size: 12px;
}
#gridLanding img{
	border: 1px solid #999;
}
#gridLanding h3{
	letter-spacing: 0;
	border-bottom: 1px solid #feffc9;
	color: #feffc9;
	margin-bottom: 0;
	line-height: normal;

}
#gridLanding h3 a{
	font-size: 17px;
}
#gridLanding p{
	margin-bottom: 4px;
}
#gridLanding .item{
	margin-bottom: 20px;
}
.topcorner{
	padding: 6px;
	background: url(../imagenes/topcorner.png) no-repeat;
	margin-top: 15px;
}
.bottomcorner{
	padding: 6px;
	background: url(../imagenes/bottomcorner.png) no-repeat;	
}
#map{
	margin-bottom: 15px;
}
#mapa{
	background-color: #666;
}
.columns{
	list-style-type: disc;
	color: #333;
}

div#mapa .columns{
	width: 140px;
}
#listadoCasas{
	margin-bottom: 40px;
}
#plano{
	border-right: 1px solid silver;
}#plano p, #plano ul{
	padding-left: 25px;
	padding-right: 25px;
	list-style-type: disc;
}
#plano img{
	margin-top: -21px;
	margin-left: -20px;
	margin-bottom: 20px;
}
#gmapmarker{
	color: #212121;
	font-size: 18px;
}
#gmapDirHead{
	display: none;
}
/* @end */

/* @group Footer */
#footer hr{
	width: 892px;
	border-bottom: 2px solid #868686;
	border-top: 2px solid #515151;
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 0;
}
#gps h3{
	color: #ccc;
}
#footer{
	background: #666 url(../imagenes/bgfooter.gif) no-repeat center top;
	padding-top: 15px;
	padding-left: 25px;
}
#footer h3{
	font-size: 10px;
	margin-bottom: 0;
}
#footer ul{
	float: left;
	display: block;
	margin-bottom: 10px;
	font-size: 11px;
}
#footer li, #footer li a, #footer li h4 a {
	list-style-type: none;
	margin-left: 0;
	margin-right: 20px;
	color: #fff;
}

#footer h4{
	margin-bottom: 0;
	font-size: 12px;
	font-style: normal;
	font-weight:normal;
}
#footer address{
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
}
#subIdiomas ul{
	float: none;
	text-align: right;
}
#subIdiomas li{
	display: inline;
	margin-right: 0;
	margin-left: 35px;
}
.es, .en{
	padding-left: 20px;
	text-decoration: none;
	color: #fff;
}
.es{
	background: url(../imagenes/icons/es.png) no-repeat 0 3px;
}
.en{
	background: url(../imagenes/icons/gb.png) no-repeat 0 3px;
}
.en a:hover, .es a:hover{
	text-decoration: underline;
}
/* @end */
.foto{
	padding: 2px 2px 24px;
	border-style: solid;
	border-width: 2px;
	background-color: #fff;
}

/* @group Contactar */
#myform dt{
	float: left;
	width: 80px;
}
#myform dd{
	margin-bottom: 10px;
}
#myform button{
	margin-left: 80px;
}
#formContacto textarea{
	width: 192px;
}
/* @end */
.premioTitle{
	font-size: 15px;
	color: #feffc9;
}
object#tropicalhill{
	border: 2px solid #333;
}
.videoItem p{
	font-size: 13px;
	font-weight: bold;
	background-color: #333;
	padding-left: 10px;
	width: 250px;
}
.tag{
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 4px;
	background-color: #333;
	position: relative;
	vertical-align: 5px;
	margin: 10px;
}
.soldtag{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #c00;
	position: relative;
	vertical-align: 0;
	margin: 0;
	padding: 3px;
	color: #fff;
	letter-spacing: 0px;
}
.navCasas li{
	float: left;
	display: block;
	margin-left: 0;
	margin-right: 30px;
	margin-top: 27px;
}
#quickNav{
	margin-right: 0;
	float: right;
	margin-bottom: 0;
	margin-top: 17px;	
}
#quickNav li{
	display: block;
	background-color: #333;
	margin-top: 15px;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 3px;
	margin-left: 10px;
	float: left;
}
#slider {
	background: url(../imagenes/bgcasa.gif) no-repeat;
	padding: 25px;
}
.obra{
	float: left;
	margin-right: 30px;
}
.end{
	margin-right: 0px;
}

/* @group My Group */



/* @end */