@charset "UTF-8";


body {
	background-color: #D8D9DB;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-family: arial, helvetica, clean, sans-serif;
}

#container {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#mainbanner {
	margin: 0px;
	width: 990px;
	height: 90px;
}

#mainbanner h1 {
	margin: 0 0 0 300px;
	width: 500px;
}

#mainmenu {
	margin: 0px;
	width: 990px;
	height: 50px;
	background: #333333;
}

#footer {
	float: left;
	width: 990px;
	text-align: center;
	display: inline;
}

#extrafooter {
	float: left;
	width: 990px;
	display: inline;
}

#pad {
	height: 140px;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 40px;
	position: relative;
	z-index: 500;
	font-family: arial, verdana, sans-serif;
}

#menu li {
	float: left;
	margin-right: 1px;
}

#menu li a {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	background: #333;
	color: #ccc;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding: 0 25px 0 10px;
}

#menu table {
	border-collapse: collapse;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
}

/* Default link styling */
	/* Style the list OR link hover. Depends on which browser is used */
#menu li a:hover {
	z-index: 200;
	position: relative;
	color: #fff;
	background-color: #c12229;
}

#menu li:hover {
	position: relative;
	z-index: 200;
}

#menu li:hover>a {
	color: #fff;
	background: #c12229;
}

#menu li:hover>a.sub {
	color: #fff;
	background-color: #c12229;
}

#menu li.current a {
	color: #fff;
	background: #840;
}

#menu li a.sub {
/*	background: #333 url(down-arrow.gif) no-repeat right center; */
	background: #333  no-repeat right center;
}

#menu li.current a.sub {
	color: #fff;
/*		background: #840 url(down-arrow.gif) no-repeat right center;*/
	background: #840  no-repeat right center;
}

#menu :hover ul {
	left: 0;
	top: 40px;
	width: 150px;
	background: #444;
}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul,#menu :hover ul ul {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu :hover ul :hover ul {
	left: 120px;
	top: -1px;
	background: #222;
	white-space: nowrap;
	width: 100px;
	z-index: 200;
	height: auto;
}

#menu :hover ul li {
	margin: 0;
	border-top: 1px solid #666;
}

#menu :hover ul li a {
	width: 200px;
	padding: 0;
	text-indent: 10px;
	background: #333;
	color: #ccc;
	height: 30px;
	line-height: 30px;
}

#menu :hover ul li a.fly {
	/*background: #333 url(right-arrow.gif) no-repeat right center;*/
	background: #333 no-repeat right center;
}

#menu :hover ul :hover {
	background-color: #c60;
	color: #fff;
}

#menu :hover ul :hover a.fly {
	background-color: #c60;
	color: #fff;
}

#menu :hover ul li.currentsub a {
	background: #840;
	color: #fff;
}

#menu :hover ul li.currentsub a.fly {
	/*background: #840 url(right-arrow.gif) no-repeat right center;*/
	background: #840 no-repeat right center;
	color: #fff;
}

#menu :hover ul :hover ul li a {
	width: 100px;
	padding: 0;
	text-indent: 10px;
	background: #3e3e3e;
	color: #ccc;
}

#menu :hover ul :hover ul :hover {
	background-color: #d70;
	color: #fff;
}

#menu :hover ul :hover ul li.currentfly a,#menu :hover ul :hover ul li.currentfly a:hover
	{
	background: #840;
	color: #fff;
}

#menu :hover iframe.one {
	left: 0;
	top: 35px;
	width: 150px;
	height: 100px;
}

/* ================================================================*/
	/* =====menu b==*/
#menub {
	width: 150px;
	background: #eee;
}

#menub h1 {
	font-size: 20px;
}

#menub ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menub a,#menub h2 {
	font: bold 12px/ 16px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0px;
	padding: 2px 3px;
}

#menub h2 {
	color: #fff;
	background: #000;
	text-transform: uppercase;
}

#menub li {
	margin: 0px;
	pading: 0px;
	display: block;
	width: 150px;
}

#menub a {
	color: #000;
	background: #efefef;
	text-decoration: none;
	display: inline-block;
	width: 142px;
	_width: 148px;
}

#menub :hover ul :hover ul :hover {
	color: #a00;
	background: #fff;
	font-size: 13px;
	text-shadow: 2px 2px 2px #6374AB;
}

#menub a:hover {
	color: #a00;
	background: #fff;
	font-size: 13px;
	text-shadow: 2px 2px 2px #6374AB;
}

/* =====end menu b==*/
flashcontainer {
	z-index: -1;
}

#leftside {
	float: left;
	background: white;
	width: 150px;
	display: inline;
}

#rightside {
	background: white;
	width: 150px;
	/*  height: 150px; */
	float: left;
	display: inline;
}

#maincontent {
	float: left;
	width: 690px;
	text-align: center;
	display: inline;
}

#maincontent h2 {
	
}

maincontent h1 {
	
}

/* =====================for the inmuebles destacado====================================*/
.destacado {
	width: 690px;
	display: inline-block;
	background-color: Silver;
	margin-top: 15px;
	-moz-border-radius: 15px;
}

.inmuebleBox {
	display: inline;
	float: left;
	height: 210px;
	width: 150px;
}

.destacado div {
	background-color: #D8D9DB;
	margin: 10px auto 10px 18px;
	padding: 10px 0;
	text-align: center;
}

.destacado h1 {
	font-weight: bold;
	margin-top: 20px;
	text-shadow: 2px 2px 2px #6374AB;
}

.destacado h2 {
	clear: both;
	text-shadow: 2px 2px 2px #6374AB;
	-moz-border-radius: 10px;
	background-color: lightBlue;
	border: thin solid black;
	font-size: 14px;
	height: 70px;
}

.destacado h3 {
	font-size: 14px;
	margin: 5px 0 0;
	padding: 0;
}

.destacado h4 {
	font-size: 14px;
	margin: 0;
}

.destacado p {
	color: red;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #6374AB;
}

.destacado img {
	height: 86px;
	-moz-box-shadow: 2px 2px 5px black;
	-webkit-box-shadow: 2px 2px 5px black;
	border: 1px solid black;
}

/* ===================== end for the inmuebles destacado====================================*/
.style1 p {
	text-indent: 30px;
	padding: 0px 10px 0px 10px;
	text-align: justify;
}

.style1 p:first-letter { /*color: black;*/ /* font-size:xx-large*/
	
}

.style1 img {
	float: left;
	/*margin:0 10px 0 0;*/
	padding: 10px;
}

.rahRED {
	color: red;
}

.style1 img.styleright {
	float: right;
	margin: 0 0px 0 10px;
}

.bigul {
	color: blue;
	font-weight: bold;
	font-size: 20px;
}

img.style3 {
	float: left;
	margin: 0 30px 0 0;
}

.style1 h1 {
	margin: 10px 10px 0px 10px;
}

.styleright {
	float: right;
}

.inputBox {
	width: 150px;
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
}

.inputBox select {
	border: 1px solid #9E9E9E;
	margin-top: 5px;
	width: 150px;
	z-index: -1;
}

.inputBox option {
	z-index: -1;
}

#busquedarapida {
	text-align: center;
	margin-top: 30px;
}

#searchBox fieldset {
	background: white none repeat scroll 0 0;
	border: 1px solid gray;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-box-shadow: 10px 15px 5px -5px black;
	-webkit-box-shadow: 10px 15px 5px -5px black;
	padding-bottom: 10px;
}

#searchBox legend {
	font-weight: bold;
	background: white none repeat scroll 0 0;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: thin solid gray;
	-moz-box-shadow: 2px 3px 5px 1px black;
	-webkit-box-shadow: 2px 3px 5px 1px black;
}

#searchBox {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
}

#rightside {
	text-align: center;
}

#operacion {
	
}

#operacion h2 {
	font-size: 16px;
}

#operacion ul {
	
}

#operacion li {
	
}

#operacion strong {
	
}

/* ==
#operacion a{
	color:green; text-decoration:none;
}

#operacion .operacionlink a { color:red; text-decoration:none; }
#operacion .operacionlink  a:hover { color:red; text-decoration:none; }
#operacion .operacionlink a:visited { color:red; text-decoration:none; }
#operacion .operacionlink a:hover   { color:red; text-decoration:underline; }
#operacion .operacionlink a:active  { color:red; text-decoration:none; }
.operacionlink{
	font-size:13px;
}
.operaciontitulo ul{
padding: 0px 0px 0px 5px
}
*/
.style1#maincontent {
	text-align: left;
}

#listTitle h1 {
	font-size: 18px;
	text-shadow: 2px 2px 2px #6374AB;
	padding: 10px;
}

.pagination {
	height: 40px;
	text-align: center;
	height: auto;
	width: 100%;
	padding: 20px;
	font-weight: bold;
}

li.next  a {
	color: red;
	text-decoration: none;
}

li.next  a:hover {
	color: red;
	text-decoration: none;
}

li.next a:visited {
	color: red;
	text-decoration: none;
}

li.next a:hover {
	color: red;
	text-decoration: underline;
}

li.next  a:active {
	color: red;
	text-decoration: none;
}

li.previous  a {
	color: red;
	text-decoration: none;
}

li.previous  a:hover {
	color: red;
	text-decoration: none;
}

li.previous a:visited {
	color: red;
	text-decoration: none;
}

li.previous a:hover {
	color: red;
	text-decoration: underline;
}

li.previous  a:active {
	color: red;
	text-decoration: none;
}

.pagination li {
	display: inline;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: disc;
	margin: 4px;
}

.pagination ul {
	display: inline;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
}

#mapa a {
	color: green;
}

#mapa img {
	border: solid 1px black;
}

.propertiesList {
	margin: 0 auto;
	text-align: center;
}

.mainvideo {
	padding-top: 20px;
/*	background-image: url('Images/tv.gif');*/
	margin-top: 80px;
	margin-bottom: 60px;
}

.propertiesList img {
	border: 0 none;
}

.phototd .nuevo {
	margin: 0;
	padding: 0;
	position: absolute;
}

.nuevo {
	border: 0 none;
	bottom: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
}

.phototd {
	border: 1px solid black;
	height: 86px;
	margin: 0 0 0 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: 116px;
}

.propertyDetail {
	padding: 0 10px;
	text-align: justify;
}

#propertyDetailsContainer {
	background-color: #DFE3EC;
	border: 1px solid #38496A;
	color: #595959;
	display: inline;
	float: left;
	font-size: 12px;
	margin: 0;
	padding: 0;
	width: 568px;
	text-align: left;
}

#propertyInfoBox {
	border-style: none;
	border-width: 0;
	display: inline;
	float: right;
	margin: 9px 5px 0 0;
	padding: 0;
	width: 292px;
}

#propertyInfoBox .leftBorder {
	/*background-image: url(lb_prop_det_t.gif);*/
	background-repeat: repeat-x;
	border: medium none;
	float: left;
	height: 20px;
	margin: 0;
	padding: 0;
	width: 2px;
}

#propertyInfoBox .propertyInfoBoxTitle {
	/*background-image: url(prop_det_t_bg.gif);*/
	background-repeat: repeat-x;
	border-width: 0;
	float: left;
	height: 20px;
	margin: 0;
	padding: 0;
	width: 288px;
}

#propertyInfoBox .propertyInfoBoxTitle p {
	border-width: 0;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	margin: 5px 0 0 5px;
	padding: 0;
	text-align: left;
}

#propertyInfoBox .rightBorder {
/*	background-image: url(rb_prop_det_t.gif);*/
	background-repeat: repeat-x;
	float: right;
	height: 20px;
	margin: 0;
	padding: 0;
	width: 2px;
}

#propertyInfoBox .leftBorder {
/*		background-image: url(lb_prop_det_t.gif);*/
	background-repeat: repeat-x;
	border: medium none;
	float: left;
	height: 20px;
	margin: 0;
	padding: 0;
	width: 2px;
}

#statusBox {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 10px;
	height: 13px;
	margin: 5px;
	padding-left: 10px;
}

#propertyBasicDetailles {
	float: left;
	width: 100%;
}

#propertyBasicDetailles p {
	line-height: 150%;
}

.especificaciones {
	float: left;
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	width: 100%;
}

.detailles strong {
	background-color: #8897B3;
	color: white;
	display: block;
	font-size: 15px;
	padding: 0 0 0 5px;
}

#propertyComments {
	color: #555555;
	float: left;
	font-family: verdana;
	font-size: 10px;
	width: 100%;
}

#propertyComments p {
	color: #555555;
	font-family: verdana;
	font-size: 10px;
	margin: 0;
	padding: 11px;
	text-align: justify;
	text-indent: 25px;
}

#price {
	float: left;
	height: 20px;
	left: 1px;
	margin: 0;
	padding: 0;
}

#price h3 {
	background-color: #FFCF4A;
	font-family: Verdana;
	font-size: 10px;
	height: 15px;
	margin: 0 0 0 5px;
	padding: 5px 0 0 5px;
	width: 274px;
}

#propertyImagesContainer {
	background-color: #DFE3EC;
	margin: 9px 0 0 5px;
	width: 260px;
}

#propertyImagesContainer .leftBorder {
/*	background-image: url(lb_prop_det_t.gif);*/
	background-repeat: repeat-x;
	float: left;
	height: 20px;
	margin: 0;
	padding: 0;
	width: 2px;
}

.propertyImagesTitle {
/*	background-image: url(prop_det_t_bg.gif);*/
	background-repeat: repeat-x;
	float: left;
	height: 20px;
	margin: 0;
	padding: 0;
	width: 256px;
}

.propertyImagesTitle p {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	margin: 5px 0 0 5px;
	padding: 0;
	text-align: left;
}

#propertyImagesContainer .rightBorder {
/*	background-image: url(rb_prop_det_t.gif);*/
	background-repeat: repeat-x;
	float: right;
	height: 20px;
	margin: 0;
	padding: 0;
	width: 2px;
}

#propertyMainImage {
	background-color: #FFFFFF;
	border: 1px solid #99A2B5;
	float: left;
	margin: 0;
	padding: 0;
	width: 258px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-box-shadow: 7px 7px 10px 0 black;
	-webkit-box-shadow: 7px 7px 10px 0 black;
}

#propertyMainImage img {
	border: 0 none;
	margin: 10px;
}

#propertyImagesBox {
	float: left;
	margin: 6px 0 0;
	overflow: hidden;
	padding: 0;
	width: 260px;
}

#propertyExtrasImagesContainer {
	background-color: #FFFFFF;
	border: 1px solid #99A2B5;
	float: left;
	margin: 0 0 5px;
	padding: 0 0 8px;
	width: 258px;
	height: 400px;
	overflow: hidden;
}

#propertyExtrasImagesContainer .imageBox {
	border: 1px solid;
	display: inline;
	float: left;
	height: 86px;
	margin: 8px 0 0 8px;
	width: 116px;
}

#propertyExtrasImagesContainer img {
	height: 86px;
	width: 116px;
	border: 1px solid black;
	margin: 5px;
	-moz-box-shadow: 2px 2px 5px black;
	-webkit-box-shadow: 2px 2px 5px black;
}

/* ==============================InmuebleDetailes==================================*/
#maincontentInmuebleDetailes {
	display: inline;
	width: 690px;
	float: left;
}

#InmuebleDetailes {
	width: 680px;
}

#InmuebleDetailes h1 {
	background: white none repeat scroll 0 0;
	border: thin solid black;
	font-size: 25px;
	margin: 20px 10px 0;
	padding: 5px;
}

#propertyInfoBox {
	border-style: none;
	border-width: 0;
	display: inline;
	float: right;
	margin: 9px 5px 0px 0px;
	padding: 0;
	width: 400px;
}

#propertyInfoContainer {
	background-color: #FFFFFF;
	border: 1px solid #99A2B5;
	float: left;
	margin: 0 0 5px;
	padding: 0 0 5px;
	width: 390px;
}

#propertyInfoContainer h2 {
	background-color: #637598;
	color: white;
	font-family: Verdana;
	font-size: 16px;
	height: 20px;
	margin: 10px 5px 0;
	padding: 5px 0 5px 5px;
}

#propertyInfoContainer p {
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 0 10px;
}

.detailles {
	background: #DFE3EC none repeat scroll 0 0;
	border: 1px solid;
	float: left;
	margin: 10px 0 0 5px;
	width: 185px;
}

/* = contactos */
#contact {
	float: left;
	width: 680px;
}

#contact h2 {
	background-color: white;
	border: thin solid black;
	padding-left: 10px;
}

#InmuebleContacto {
	text-align: left;
	float: left;
	width: 680px;
}

#corredorimg {
	float: left;
}

#member {
	float: left;
	width: 260px;
}

#mailtocorredor {
	margin: 10px;
	float: left;
}

#mailtocorredor fieldset {
	
}

#mailtocorredor legend {
	
}

#mailtocorredor input {
	float: right;
}

#mailtocorredor label {
	display: block;
	margin-bottom: 1em;
}

#email {
	
}

.franquiciado {
	float: left;
	width: 340px;
	height: 320px;
}

.carousel {
	
}

.salutation {
	
}

.ImgNoBorder {
	border: none;
}
