@charset "UTF-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	color:#35140b;
	font-size:12px;
	background:#faf9e4;
	text-align:center;
	line-height:16px;
}

.clearer{
    display:block;
    clear:both;
}

strong{
	font-weight:bold;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

h1 {
	font-size:16px;
	font-weight:bold;
}

h2 {
	font-size:14px;
	font-weight:bold;
}

p {
	margin:10px 0px 10px 0px;
}


#wrapper {    
	 margin:0 auto; 
	 width:873px; 
}

#head {
	 width:100%;
}

#menu{
	font-size:14px;
	background:url(../images/bgmenu.jpg) left top repeat-x;
	width:100%;
	vertical-align:middle;
	color:#bb2e12;
	font-weight:bold;
	text-align:left;
}

#menu ul {
	vertical-align:middle;
	padding:0px 10px 0px 10px;

}

#menu ul li{
	text-align:center;
	display: -moz-inline-stack;
	display:inline-block;
	zoom: 1; /* IE7 (hasLayout)*/
	*display: inline; /* IE */
	text-align:center;
	vertical-align:middle;
	padding:10px 5px 10px 5px;
}

#menu a{
	text-decoration:none;
	color:#bb2e12;
}

#menu a:hover{
	text-decoration:none;
	color:#bb2e12;
}

#menu a:visited{
	text-decoration:none;
	color:#bb2e12;
}

#menu a:active{
	text-decoration:none;
	color:#bb2e12;
}

#centro{
	  width:833px;
	  padding:20px;
	  background:#ecf3d1;
	  text-align:left;
	  height:auto;
}

#titleslide {
	 width:517px;
	 font-size:14px;
	 background:url(../images/bgmenu.jpg) left top repeat-x;
	 padding:10px;
	 color:#5e1713;
	 font-weight:bold;
}

#columna {
	width:255px;
	padding:20px 25px 20px 0px;
	float:left;
}

#columna_propiedad {
	width:218px;
	height:320px;
	float:left;
	padding-bottom:5px;
}

#columna_propiedad.inpar{
	background:#9CB945;
	color:#305524;
}

#columna_propiedad.inpar a{
	color:#305524;
}

#columna_propiedad.par{
	background:#D8EC97;
	color:#305524;
}

#columna_propiedad.par a{
	color:#305524;
}

#columnasiesta {
	width:400px;
	float:left;
	padding:20px 0px 20px 0px;
}

#subheader {
	width:873px;
	background:#9cb945;
	color:#f6f3d0;
	text-align:left;
}

#subheader .left{
	width:333px;
	padding:20px 20px 25px 20px;
	float:left;
	background:#bbd46e;
	color:#305524;
}

#subheader .right{
	width:460px;
	padding:20px 20px 5px 20px;
	float:left;
}

#footer {
	width:853px;
	height:120px;
	padding:10px;
	font-size:11px;
	background:#d8ec97;
	text-align:left;
	text-transform:uppercase;
	color:#305524;
	font-weight:bold;
}

#footer a{
	text-decoration:none;
	color:#305524;
}

#footer a:hover{
	text-decoration:none;
	color:#305524;
}

#footer a:visited{
	text-decoration:none;
	color:#305524;
}

.verdeclaro {
	color:#719d46;
}

.verdemenu {
	color:#98e209;
}

.verde {
	color:#305524;
}

.rojo {
	color:#bb2e12;
}

.vino {
	color:#7f0d15;
}

.sobre {
	width:120px;
	height:20px;
	background:url(../images/sobresito.png) right top no-repeat;
	color:#bb2e12;
}

.lupa {
	width:150px;
	height:20px;
	color:#719845;
	background:url(../images/lupita.png) right bottom no-repeat;
}

.lightbox {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.5;
    opacity:.50;
	filter: alpha(opacity=50);
}

.contentlightbox {
    display: none;
    position: absolute;
	text-align:left;
    top: 25%;
    left: 30%;
    width: 400px;
    height: 400px;
    z-index:1002;
	background:#fbf8ef;
	padding:30px;
}
