/* ESTILOS GENERALES */
* {
	margin: 0;
	padding: 0;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
/** html .clearfix {height: 1%;}*/
.clearfix {display: block;}
/* End hide from IE-mac */

body {
	font-family: Helvetica, Lucida Grande, Arial, Verdana, Sans-Serif;
	background: url('../img/bg.jpg') repeat-x;
}

p, ul {
	margin-bottom: 15px;
}

ul, ol {
	margin-left: 20px;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
}

a img {
	border: 0;
}

.bold {
	font-weight: bolder;
}

.alinea-derecha {
	text-align: right;
}

.clear {
	clear: both;
}

/* MAQUETACION DE 970PX */
.pagina {
	width: 970px;
	margin: auto;
}

#columnas {
	margin-top: 20px;
}

.interior #columnas {
	margin-top: 0;
}

.col1 {
	float: left;
	width: 680px;
}

.col2 {
	width: 265px;
	float: right;
/*	margin-left: 20px; */
}

/* ESTILOS PARA LOGO-SLOGAN */
#top {
	height: 35px;
	overflow: hidden;
}

	#logo-slogan {
		width: 391px;
		background: url(../img/logo-slogan.jpg);
		height: 35px;
		overflow: hidden;
		float: left;
	}
	
		#logo-slogan h1 {
			overflow: hidden;
		}
		
		#logo-slogan a {
			display: block;
			padding-top: 40px;
		}
		
	#top-nav {
		float: right;
		width: 200px;
		font-size: 11px;
		font-family: Lucida Sans Unicode;
		width: 550px;
		text-align: right;
		margin-top: 15px;
		font-style: italic;
	}
	
		#top-nav a {
			color: #b0a9ab;
			margin-left: 15px;
		}
		
		#top-nav a:hover {
			color: #FFFFFF;
		}
	
	#header {
		height: 350px;
		overflow: hidden;
		position: relative;
		width: 970px;
	}
		
		#header #logoFijo {
			position: absolute;
			bottom: -4px;
			right: 0px;
		}
		
/* ESTILOS PARA MENU DROP DOWN PRINCIPAL */
#menu {
	height: 40px;
	width: 950px;
}

.nav .it1 a {width: 63px; padding-left: 10px;}
.nav .it2 a {width: 125px;}
.nav .it3 a {width: 142px;}
.nav .it4 a {width: 122px;}
.nav .it5 a {width: 81px;}
.nav .it6 a {width: 222px;}
.nav .it7 a {width: 94px;}

.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
  font-family: Arial, Helvetica, sans-serif;
  z-index: 100;
  position: relative;
  margin-top: 2px;
}
.nav li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}

.nav li a {
	color: #ffffff;
	display: block;
	height: 40px;
	overflow: hidden;
	text-align: left;
	line-height: 40px;
	text-decoration: none;
}

.nav li a span {
	display: block;
}

#nav-one li:hover, 
#nav-one li.sfHover {
	background: #523d44;
}

#nav-one li:hover a, 
#nav-one li.sfHover a {
	background: url(../img/menu_hover_left.jpg) no-repeat top left;
}

#nav-one li:hover a span, 
#nav-one li.sfHover a span{
	background: url(../img/menu_hover_right.jpg) no-repeat top right;
}

#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
	display: block;
	height: 30px;
	line-height: 30px;
	font-weight: bolder;
	border-bottom: 2px solid #ffffff;
}

.sin-borde {
	border: 0!important;
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #ccc;
  color: #000;	
}

.nav ul {
	list-style: none;
	margin: 0;
	position: absolute;
	top: -999em;
	left: -1px;
   background: #717171;
	-moz-opacity:0.90;
	filter: alpha(opacity=90);
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 40px;
  width: 200px;
}
.nav ul li {
  border: 0;
  float: none;
  width: 135px;
}
.nav ul a {
  border-bottom: 0;
  white-space: nowrap;
  font-size: 12px;
  text-align: left;
  padding-left: 10px;
}

#nav-one li:hover li a, 
#nav-one li.sfHover li a {
	background: none;
	width: 190px;
}

#nav-one li:hover li a span, 
#nav-one li.sfHover li a span{
	background: none;
	display: block;
}

.nav ul a:hover {
  background: #ccc;
  color: #000;
}

/* ESTILOS PARA SLIDE UPs */
.slide-item {
	width: 330px;
	height: 436px;
	overflow: hidden;
	position: relative;
}

.slide-pane-1 {
	height: 436px;
	width: 315px;
	overflow: hidden;
}

.slide-pane-2 {
	height: 436px;
	background: url(../img/slides/pane-bg.jpg) repeat-x;
	width: 315px;
	overflow: hidden;
}

/* slides de interiores */
#interior-experiencia .slide-item {
	width: 215px;
	height: 400px;
	overflow: hidden;
}

#interior-experiencia .slide-pane-1, #interior-experiencia .slide-pane-2 {
	width: 215px;
	height: 400px;
	margin-left: 0!important;
}

#interior-experiencia .slide-pane-2 {
	background: url(../img/slides/pane-bg.jpg) repeat-x;
}

#interior-experiencia #slide-item-1 .slide-pane-1 {
	background: url(../img/slides/experiencia-pane2.jpg) 0px 0 no-repeat;
	margin-left: 15px;
}

#interior-experiencia #slide-item-2 .slide-pane-1 {
	background: url(../img/slides/experiencia-pane1.jpg) 0px 0 no-repeat;
}

#interior-experiencia #slide-item-3 .slide-pane-1 {
	background: url(../img/slides/experiencia-pane3.jpg) 0px 0 no-repeat;
}


.slide-item h3 {
	font-size: 30px;
	color: #ffffff;
	margin-top: 40px;
	font-weight: lighter;
}

.slide-item .mar-20 {
	margin-left: 20px;
	margin-right: 20px;
}
.slide-item p {
	line-height: 1.1em;
	color: #3F373A;
}

.slide-item em {
	font-size: 12px;
	color: #ffffff;
	font-weight: bolder;	
}

.slide-item .separador {
	background: url(../img/separador-slide-items.jpg) repeat-x;
	height: 3px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 15px;
}

.slide-item strong {
	font-size: 14px;
}

#slide-item-1 .slide-ir {
	position: absolute;
	bottom: 25px;
	left: 0;
}

#slide-item-2 .slide-ir {
	position: absolute;
	bottom: 25px;
	right: 0;
}

#interior-experiencia .slide-ir {
	position: absolute;
	bottom: 25px;
	left: 0;
}

#slide-item-1 .slide-pane-1 {
	background: url(../img/slides/terrenos_carza.jpg) 0px 0 no-repeat;
	margin-left: 15px;
}

#slide-item-1 .slide-pane-2 {
	margin-left: 15px;
}

#slide-item-2 .slide-pane-1 {
	background: url(../img/slides/casas_carza.jpg) 0px 0 no-repeat;
}

#slide-item-1 {
	float: left;
}

#slide-item-2 {
	float: left;
	margin-left: 15px;
}

#interior-experiencia #slide-item-2 {
	margin-left: 10px;
	margin-right: 10px;
}

/* ESTILOS PARA COLUMNA DE LA DERECHA */
.col2 h3 {
	font-size: 28px;
	color: #9E284B;
}

.col2 p {
	font-size: 13px;
}

.col2 ul {
	font-size: 14px;
	font-weight: bolder;
	list-style: none;
	margin-bottom: 20px;
	color: #635559;
}

.col2 ul li {
	margin-bottom: 20px;
}

.col2 form label {
	display: block;
	color: #635559;
	font-size: 12px;
}

.col2 form #nombre {
	border: 1px #635559 solid;
	width: 263px;
}
.col2 form #email {
	border: 1px #635559 solid;
	width: 263px;
}
.col2 form #fraccionamiento {
	border: 1px #635559 solid;
	width: 263px;
}
.col2 form #pregunta {
	border: 1px #635559 solid;
	width: 263px;
	height: 40px;
}

/* separadores */
.separador1 {
	height: 1px;
	background: url(../img/separador1.jpg) repeat-x;
	width: 100%;
	margin-bottom: 15px;
	overflow: hidden;
}

.separador2 {
	height: 1px;
	background: #d3c9cf;
	width: 100%;
	margin-bottom: 15px;
	overflow: hidden;
}

/* ESTILOS PARA FOOTER */
#footer {
	background: #717171 url(../img/bg_footer.jpg) repeat-x;
	overflow: hidden;
}

#footerCont {
	width: 970px;
	margin: auto;
}

#col1, #col2, #col3 {
	float: left;
	font-size: 12px;
}

#col1 {
	width: 140px;
	margin-right: 30px;
}

#col2 {
	width: 210px;
	margin-right: 5px;
}

	#col2 {
		background: url(../img/border-footer.jpg) 10px 0 repeat-y;
	}

#col3 {
	width: 210px;
}

#tel {
	float: right;
	width: 340px;
	text-align: right;
	margin-top: 50px;
}

.fcols {
	clear: both;
}

#footer a {
	color: #d5d5d5;
}

#footer li {
	list-style: none;
}

#col1 li {
	margin-bottom: 10px;
}

#col1 a {
	font-size: 11px;
	font-weight: bolder;
}

#col1 a:hover {
	color: #ffffff;
}

#col2 ul, #col3 ul {
	margin-left: 0;
	width: 195px;
}

#col3 ul {
	margin-top: 25px;
}

#col2 h4 {
	font-size: 11px;
	font-weight: bolder;
	padding-left: 3px;
}

#col2 ul li, #col3 ul li {
	margin-bottom: 5px;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
}

#col2 ul a, #col3 ul a {
	display: block;
	font-size: 10px;
	font-style: italic;
	font-weight: bolder;
	height: 20px;
	text-decoration: none;
	padding-left: 3px;
	font-family: Lucida Sans Unicode;
}

#col2 ul .no-ligas, #col3 ul .no-ligas,#col2 h4.no-ligas {
	display: block;
	font-size: 12px;
	font-style: italic;
	font-weight: bolder;
	height: 20px;
	text-decoration: none;
	padding-left: 3px;
	font-family: Lucida Sans;
	color:#d5d5d5;
}

#col2 ul a:hover, #col3 ul a:hover {
	background: #5a5a5a;
}


#tel p {
	color: #ffffff;
	font-size: 13px;
}

#tel .telNum {
	color: #c6c6c6;
	font-size: 35px;
}
#tel .telNumLl {
	color: #f1f1f1;
	font-size: 35px;
}

/* KWICKS */
/* defaults for all examples */
.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
}
.kwicks li{
	width: 265px;
	height: 40px;
	margin-bottom: 3px;
}
#kwick1 { 
}
#kwick2 {
}
#kwick3 {
}
#kwick4 { 
	margin-bottom: none;
}

.kwicks span {
	display: block;
	float: left;
	margin-top: 10px;
	padding-left: 15px;
}

.kwicks .active {
	background: #d2c9cf;
}
.kwicks .subKwick {
	display: none;
}
.kwicks .active .subKwick {
	display: block;
	border-left: 1px #fff solid;
	width: 90px;
	float: right;
	padding-left: 20px;
	margin-top: 10px;
}

.kwicks .active .subKwick a {
	color: #fff;
	text-decoration: underline;
	font-style: italic;
}

/* ESTILOS PARA LA PAGINA INTERIOR */
body.interior {
	background: url(../img/bg_int.jpg) repeat-x;
}

#interior-terrenos #header, #interior-general #header, #interior-experiencia #header, #interior-galeria #header {
	background: url(../img/bg_header_int.jpg) no-repeat;
	width: 950px;
	height: 155px;
	overflow: hidden;
	margin-top: 30px;
	margin-left: 20px;
}

#interior-terrenos #header h3, #interior-galeria #header h3 {
	margin-top: 20px;
	margin-left: 30px;
	overflow: hidden;
}

#interior-terrenos #header p, #interior-general #header p, #interior-experiencia #header p, #interior-galeria #header p {
	margin-left: 30px;
	width: 500px;
	font-size: 15px;
	font-weight: bolder;
	color: #635559;
}

#interior-terrenos h3 span {
	padding-top: 50px;
	display: block;
}

/* IMAGENES DE TITULO */
h3.bienvenido {
	background: url(../img/textos/bienvenido.png) no-repeat;
	width: 237px;
	height: 37px;
}

#interior-header img {
	margin-top: 20px;
	margin-left: 30px;
}

h4.nuestros-terrenos {
	background: url(../img/textos/nuestros-terrenos.png) no-repeat;
	width: 281px;
	height: 62px;
}

h4.el-secreto {
	background: url(../img/textos/el-secreto.png) no-repeat;
	width: 288px;
	height: 62px;
}

h4.vivir-es {
	background: url(../img/textos/vivir-es-maravilloso.png) no-repeat;
	width: 253px;
	height: 31px;
}

#interior-terrenos .col2 {
	margin-top: 40px;
	padding-top: 15px;
	border-top: 1px #D2C9CF dashed;
}

#interior-terrenos .col2 ul li {
	margin-bottom: 10px;
}

#slider2 {
    width: 682px;
    margin: 0 auto;
    position: relative;
	 border: 1px #000 solid;
	 z-index: 30;
	 padding-top:30px;
}

.scroll {
/*    height: 250px; */
    width: 650px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	 margin: auto;
	 padding-top: 30px;
}

.scrollContainer div.panel {
/*    height: 210px; */
    width: 650px;
	 margin: auto;
}

#shade {
	display: none;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
	 position: relative;
	 z-index: 35;
	 height: 35px;
	 overflow: hidden;
	 top: 28px;
	 left: 8px;
}

ul.navigation li {
    display: block;
    margin-right: 5px;
	 float: left;
	 height: 35px;
}

ul.navigation .it1 {width: 97px;}
ul.navigation .it2 {width: 105px;}
ul.navigation .it3 {width: 105px;}
ul.navigation .it4 {width: 135px;}
ul.navigation .it5 {width: 100px;}
ul.navigation .it6 {width: 109px;margin-right: 0;}
ul.navigation .terreno-nombre {
	background: #523D44 url(../img/terreno-nombre-triangulo.jpg) no-repeat top left;
	color: #ffffff;
	font-weight: bolder;
	line-height: 35px;
	width: 280px;
	font-size: 13px;
	text-align: center;
}

ul.navigation a {
    color: #000;
    text-decoration: none;
	 background: #635559;
	 color: #ffffff;
	 color: #D1CCCE;
	 font-size: 14px;
	 font-weight: bolder;
	 display: block;
	 height: 35px;
	 line-height: 35px;
	 text-align: center;
}

ul.navigation a span {
	display: block;
}

ul.navigation a:hover {
}

ul.navigation a.selected {
	 color: #9E284B;
	 border-top: 1px #000 solid;
	 background: #ffffff url(../img/navigation-left.jpg) top right no-repeat;
	 text-align: center;
}

ul.navigation .it6 a.selected  {
	background-repeat: repeat-y;
}

ul.navigation a.selected span {
	background: url(../img/navigation-left.jpg) top left no-repeat;
	display: block;
}


ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 330px;
    cursor: pointer;
	 z-index: 100;
}

.scrollButtons.left {
    left: -15px;
}

.scrollButtons.right {
    right: -15px;
}

.hide {
    display: none;
}

.box-cont {
	width: 650px;
	overflow: hidden;
}

.box-cont .terreno-foto {
	float: right;
	width: 310px;
	height: 235px;
	overflow: hidden;
	margin-top: 13px;
	margin-right: 13px;
}

.box-cont .terreno-logo {
	margin-top: 13px;
	margin-left: 13px;
	width: 287px;
	height: 66px;
	margin-bottom: 30px;
}

.box-cont .box-header {
	background: url(../img/terrenos/bg-header.jpg) repeat-x;
}

.box-cont .terreno-intro {
	width: 290px;
	font-weight: bolder;
	color: #635559;
	font-size: 12px;
	margin-left: 10px;
}

.box-cont .box-descripcion-completa {
	margin-left: 13px;
	margin-right: 13px;
	color: #666666;
	font-size: 13px;
}

.box-cont .separador3 {
	width: 310px;
	height: 1px;
	overflow: hidden;
	background: url(../img/separador3.jpg) repeat-x;
	margin-left: 13px;
	margin-bottom: 55px;
}

#galeria .box-header {
	height: 93px;
	overflow: hidden;
	margin-bottom: 20px;
}

#galeria .terreno-logo {
	float: left;
	display: inline;
	margin-right: 10px;
}

#galeria .terreno-intro {
	width: 300px;
	height: 60px;
	float: right;
	margin-top: 15px;
}

#galeria .box-descripcion-completa {
	margin: 0;
	padding: 0;
}

#galeria-cont {
	margin-left: 6px;
}

#galeria-cont img {
	float: left;
	margin-right: 7px;
	margin-bottom: 10px;
}

h3.oscuro,ul.oscuro a {
	color: #523D44;
	
}

ul.oscuro a {
	text-decoration:none;
}

/* --------------------------------------------
JUEVES, 19 DE FEBRERO, 2009
MODIFICACIONES PARA PAGINA INTERIOR CONTENIDOS
-----------------------------------------------*/

#interior-general #columnas {
	margin-top: 20px;
}

#interior-experiencia #columnas {
	margin-top: 20px;
}

#interior-general #interior-cont {
	width: 590px;
	overflow: hidden;
}

.interior-general2 #interior-cont {
	width: 670px!important;
}

#interior-cont h3 {
	border-bottom: 10px #CBC4C7 solid;
	color: #9E284B;
	font-size: 18px;
	margin-top: 20px;
}

#interior-cont h4, #slide-items h4 {
	font-size: 13px;
}

#interior-cont .donde, .interior .donde {
	margin-bottom: 40px;
}

#interior-cont .donde a, .interior .donde a {
	font-size: 13px;
	color: #635559;
	text-decoration: none;
}

#interior-cont .donde .aqui, .interior .donde .aqui {
	text-decoration: underline;
	font-weight: bolder;
}

#interior-cont .contenido-texto {
	font-size: 13px;
}

.contenido-texto ul, .contenido-texto ol {
	list-style: none;
}

.contenido-texto ul li {
	background: url(../img/bullet.jpg) 0 4px no-repeat;
	padding-left: 20px;
	line-height: 15px;
	margin-bottom: 3px;
}

.entrar {
	width: 215px;
	height: 140px;
	text-align: right;
	overflow: hidden;
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
	display: inline;
	cursor: pointer;
}

.entrar img {
	display: block;
	cursor: pointer;
}

.entrar a {
	cursor: pointer;
}

/* ESTILOS PARA GALERIA */
#interior-galeria #interior-cont {
	border: 1px #000000 solid;
	padding-top: 10px;
	padding-left: 15px;
	width: 665px;
}

#interior-galeria .box-header {
	overflow: hidden;
	height: 95px;
	margin-bottom: 25px;
}

#interior-galeria .terreno-logo {
	float: left;
	overflow: hidden;
}

#interior-galeria .terreno-intro {
	float: right;
	width: 310px;
	overflow: hidden;
	margin-right: 20px;
	display: inline;
}

#interior-galeria .navigation {
	position:relative;
}

#interior-galeria .navigation .terreno-nombre {
	position: absolute;
	right: 0;
	padding-right: 25px;
	top: 1px;
	background-image: url('../img/terreno-nombre-trian2.jpg'); 
}

#interior-galeria .col2 {
	margin-top: 40px;
}

#interior-galeria .col1 {
	padding-bottom: 20px;
}

#footerCont2 {
	width: 970px;
	margin: 20px auto;
	text-align: center;
	font-size: 11px;
	color: #d5d5d5;
}
tr.encabezado {
	background: #CBC4C7;
	color: #000000;
	font-weight: bolder;
}

tr.encabezado td {
	padding-left: 4px;
}

table ul {
	margin-left: 0;
	margin-bottom: 0;
}
.encuesta-submit {
	width: 120px;
	font-size: 13px;
	overflow: hidden;
}

.asociaciones-form label {
	display: block;
	color: #635559;
	font-size: 12px;
}

.asociaciones-form input {
	margin-bottom: 5px;
}

.asociaciones-form p {
	margin-bottom: 10px;
}

.asociaciones-form .inline {display: inline;}

.asociaciones-form tr td {width: 280px;}
.asociaciones-for tr td td {width: 80px}

.cajita1 {
	border: 1px #635559 solid;
	width: 260px;
}

.cajitita1 {
	border: 1px #635559 solid;
	width: 20px;
}
.cajitita2 {
	border: 1px #635559 solid;
	width: 50px;
}


.asociaciones-form textarea {
	border: 1px #635559 solid;
	width: 263px;
	height: 80px;
}

/* FIXES  - CHUY - 31, MARZO DE 2009 */
#noticias .titulo {
	color: #9E284B;
	font-weight: bolder;
	margin-bottom: 5px;
}

#noticias .fecha {
	margin-bottom: 5px;
}

#noticias .titulo a {
	color: #9E284B;
}

#noticias .contenidoNoticia {
	border-bottom: 1px #D3C9CF solid;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

/* AGREGADOS PARA NUEVO HEADER - 31, MARZO DE 2009 */
#header ul {
			list-style: none!important;
			margin: 0!important;
			padding: 0!important;
				width:3800px;
	/*position: absolute; */
	height:310px;
		}
		
		#header ul li {
			margin: 0!important;
			padding: 0!important;
			list-style: none;
			width:950px;
			float:left;
			height: 310px;
		}
		
		
/* ESTILOS PARA SLIDER */
#sliderCont {
	width: 970px;
	height: 310px;
	margin-top: 20px;
	margin-right:20px;
	overflow: hidden;
}

#slideCtrl {
	width: 20px;
	float: left;
	overflow: hidden;
	margin-top: 25px;
}

#slideCtrl a {
	display: block;
	height: 35px;
	color: #ffffff;
	text-decoration: none;
	margin-bottom: 4px;
	font-size: 11px;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
}

#slider {
	float: right;
	width:950px;
	height:310px;
}

#slider .slider {
	width:950px;
	overflow:hidden;
	margin:0 auto;
	position: relative;
	height:310px;
	background: url(../img/slides/bg.jpg) no-repeat;
}
#slider .slideWrapper {
	width:3800px;
	/*position: absolute; */
	height:310px;
}

#slider .box {
	width:950px;
	float:left;
	height: 310px;
}	

	.slide_img {
		float: left;
	}
	
	.box_txt {
		width: 300px;
		margin-left: 620px;
		margin-top: 30px;
	}
	
	.txt_img {
		display: block;
		margin-bottom: 10px;
	}
	
	.box_txt h3 {
		display: block;
		overflow: hidden;
		margin-top: 30px;
	}
	
	.box_txt h3 span {
		display: block;
		padding-top:200px;
	}
	
	.box_txt h4 {
		display: block;
		overflow: hidden;
	}
	
	.box_txt h4 span {
		padding-top: 200px;
		display: block;
	}
	
	.box_txt p {
		font-size: 14px;
		color: #635559;
		line-height: 18px;
		margin-bottom: 40px;
	}
	
	.linkPurpura {
		font-size: 11px;
		color: #9E284B;
		font-style: italic;
		font-family: "Lucida Sans";
		font-weight: bolder;
	}
	
	
	/* backgrounds de los controles */
	#slideCtrl a {background: url('../img/slides/ctrl_back.jpg') no-repeat;} 
	/*.s {background: #ffffff!important; color: #000000!important;} */

	
	li.no-ligas {
		font-weight: bolder;
		font-size: 14px;
	}
	
	
	#col2 h4.no-ligas {
		font-style: normal;
		font-size: 13px;
		font-family: Helvetica, Arial, Sans-Serif;
		text-decoration: underline;
	}
	
	.fcols #col1 a {
		font-size: 13px;
	}
	
	.linkPurpBoton {
		display: block;
		color: #fff;
		background-color: #9E284B;
		border: 0;
		width: 60px;
		height: 30px;
		font-weight:bolder;
	}
	
	.box_txt a {
		color: #9E284B;
		text-decoration: none;
		font-size: 12px;
		font-family: Lucida Sans Unicode, Arial, Serif;
		font-style: italic;
	}
	
	.fcols {
		background: url(../img/borders-footer.jpg) 30px 0 repeat-y;
	}
	
		
	#columnas {
		background: url(../img/bg-columnas.jpg) repeat-y;
	}
	
	#interior-terrenos #columnas, #interior-galeria #columnas {
		background: none;
	}

.cleardiv {clear: both; margin-top: 30px; width: 100%;}
.cleardiv2 {width: 320px; height: 235px; float: right; position: relative; overflow: hidden;}

#menu {position: relative; z-index: 200}
#columnas {position: relative; z-index: 99}
