@charset "UTF-8";

/* @import "helper.css";*/
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  no-repeat right center;
/*	background: #840 url(down-arrow.gif) 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 {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: white none repeat scroll 0 0;
	display: inline;
	float: left;
	width: 150px;
}

#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;
	padding: 0 0 15px;
	margin: 15px 0px 10px;
	padding: 0 0 15px;
}

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

.destacado div {
	height: 245px;
	margin: 15px 0 0 5px;
	text-align: center;
	width: 166px;
}

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

.destacado h2 {
	margin: 3px;
	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 {
	margin: 0;
	color: red;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #6374AB;
}

.destacado img {
	margin-top: 6px;
	height: 86px;
	width: 126px;
	-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;
}

#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;
}

.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: 35px;
	left: 1px;
	margin: 0 0 5px;
	padding: 0;
	width: 100%;
}

#price h3 {
	background-color: red;
	font-family: Verdana;
	font-size: 20px;
	/*height:15px;*/
	margin: 0 5px;
	padding: 5px 0 5px;
	/*width:375px;*/
}

#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: 114px;
	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;
	margin: 0px;
}

#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;
	margin: 10px;
	width: 320px;
}

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

#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;
}

#noexist {
	margin: 50px;
	text-align: center;
}

#List {
	width: 690px;
	display: inline-block;
	background-color: Silver;
	margin-top: 0px;
	padding: 0 0 15px;
	margin: 15px 0px 10px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.ListPropriedad {
	color: black;
	position: relative;
	height: 190px;
	text-align: left;
	float: none;
	margin: 10px 5px 0px 5px;
	background: #EFEFEF; /*#F5F6ED;*/
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.ListPropriedad h2 {
	width: 560px;
	font-size: 16px;
	padding: 5px 0 5px 10px;
	text-align: left;
	float: left;
	width: 570px;
	float: left;
	margin: 0;
	z-index: 200;
}

.ListPropriedad h2:hover {
	text-decoration: underline;
	z-index: 200;
}

.ListPropriedad a {
	text-decoration: none;
	z-index: 200;
}

a:hover.ListPropriedad {
	text-decoration: underline;
	z-index: 200;
}

.ListRef {
	font-size: 0.8em;
	color: black;
	/*font-size:16px;*/
	float: right;
	margin: 0;
	padding: 10px 5px 10px 3px;
	width: 90px;
	z-index: 200;
	background-color: #C12229;
	border-radius: 0px 15px 0px 0px;
	-moz-border-radius: 0px 15px 0px 0px;
	-webkit-border-radius: 0px 15px 0px 0px;
	-webkit-border-radius: 0px 15px 0px 0px;
	-webkit-border-top-right-radius: 15px;
}

.ListRef a {
	color: black;
}

.FotoList {
	float: left;
	width: 130px;
	/*	positon:relative;
	top: 10px;
	left:10px;
	background-color:grey;*/
	height: 120px;
}

.shadowtest {
	position: relative;
	width: 130px;
	height: 120px;
	/*	top: 10px;
	left:10px;*/
}

.FotoListImg {
	border: 1px solid black;
	margin: 15px 5px 0px 5px;
	box-shadow: 5px 5px 5px #888, 5px 5px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 5px 5px 5px #888, 5px 5px 5px rgba(0, 0, 0, 0.4);
	background-color: #fff;
	zoom: 1;
	filter: progid : DXImageTransform.Microsoft.DropShadow ( color = #969696,
		offx = 1, offy = 1 ) progid : DXImageTransform.Microsoft.DropShadow (
		color = #C2C2C2, offx = 3, offy = 3 );
}

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

.FotoList a {
	width: 120px;
	height: 100px;
	display: inline;
}

.ListPropriedadDetailes {
	float: left;
	width: 545px;
	height: 120px;
	display: inline;
	z-index: 3;
	border: 1px solid;
	background-color: white;
}

.ListPropriedadDetailes p { /*text-align:left;*/
	z-index: 4;
	margin: 0px;
}

.ListPropriedadDetailes p:first-letter {
	text-transform: capitalize;
	font-weight: bold;
}

.ListPropriedadDetailes .ListPropriedadComment {
	width: 525px;
	background-color: #D8D9DB;
	margin: 8px 5px 0px 5px;
	text-indent: 30px;
	padding: 2px 5px 0px 5px;
}

.ListPropriedadDetailes span { /*border:1px solid;*/
	
}

/*Terreno*/
.EstiloTerreno {
	width: 125px;
	display: inline-block;
}

.Zonificacion {
	width: 125px;
	display: inline-block;
}

.LIST52 {
	width: 125px;
	display: inline-block;
}

/*Comercial*/
.EstiloComercial {
	width: 145px;
	display: inline-block;
}

.Terreno {
	width: 125px;
	display: inline-block;
}

.Superficia {
	width: 125px;
	display: inline-block;
}

/*Default (casa apartamento anexo)*/
.TipoPropriedad {
	width: 90px;
	display: inline-block;
	z-index: 5;
}

.Dormitorio {
	width: 60px;
	display: inline-block;
}

.Bano {
	width: 60px;
	display: inline-block;
	z-index: 5;
}

.Puesto {
	display: inline-block;
	width: 60px;
	z-index: 5;
}

.Metro2 {
	display: inline-block;
	width: 100px;
	z-index: 5;
}

.PropertyPrice {
	width: 120px;
	display: inline-block;
}

.jmstest {
	
}

.ListTitle a {
	color: black;
	z-index: 300;
}

a:hover.ListTitle {
	color: black;
	text-decoration: underline;
	z-index: 300;
}

a.jmstest {
	display: block;
	height: 200px;
	width: 680px;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 100;
}

a:hover.jmstest {
	text-decoration: underline;
	/*display:block;
height:150px;
width:690px;
left:0;

top:0;
z-index:1;
*/
}

.clear {
	float: none;
	display: block;
}

.centertext {
	text-align: center;
}

.hidden {
	display: none;
}

.unhidden {
	display: block;
}

/*###############MediaBox###################*/
#MediaBox {
	display: inline-block;
}

.MediaBoxTab {
	background-color: #FFFFFF;
	/*padding:5px;*/
	margin: 0px 0px 0px 15px;
}

.MediaBoxTab #InmuebleMap,#propertyVideo,#propertyMainImage {
	
}

.MediaBoxTab ul {
	display: inline;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	margin: 0px;
}

.MediaBoxTab li {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	display: inline;
	/*padding: 5px;*/
	-moz-border-radius: 15px 15px 0px 0px;
	/*padding:0.5em 0px;
			margin:0px 5px;*/
	float: left;
}

.MediaBoxTab li:hover {
	background-color: red;
}

.MediaBoxTab a {
	text-decoration: none;
	color: black;
	display: inline-block;
	padding: 0.5em;
	margin: 0px;
	/*width:60px;*/
}

.MediaBoxTab a:hover {
	text-decoration: underline;
	background-color: red;
	-moz-border-radius: 15px 15px 0px 0px;
	/*padding:0.5em;*/
	margin: 0px;
	display: inline-block;
	padding: 0.5em;
}

#MainImageTab {
	background-color: red;
}

li#VideoTab,li#MapTab {
	background-color: lightgrey;
}

li:hover#MainImageTab,li:hover#VideoTab,li:hover#MapTab {
	background-color: red;
}

.MediaBoxDisplay {
	width: 258px;
	height: 250px;
	border: solid 1px #99A2B5;
	background-color: #FFFFFF;
	-moz-box-shadow: 7px 7px 10px 0 black;
	-moz-border-radius: 15px 15px 15px 15px;
	overflow: hidden;
	clear: both;
}

.MediaBoxDisplay p {
	margin: 5px 10px;
	padding: 0;
}

#MainImageBox,#VideoBox,#MapBox {
	width: 235px;
	height: 190px;
	margin: 10px 10px 0px;
	background-color: white;
	/*border:solid 1px #99A2B5;*/
}

#MainImageBox {
	display: inline-block;
}

#MainImageBox img {
	width: 100%;
	height: 100%;
	border: solid 1px black;
}

#VideoBox {
	display: none;
}

#VideoBoxBigger {
	display: none;
}

#MapBox {
	visibility: hidden;
}

#InmuebleMap {
	width: 235px;
	height: 190px;
}

/*###############MediaBox End###################*/
	/*###############Nuestro Equipo###################
.mainfranquiciado{
	background-color:lightBlue;
}
.mainfranquiciado img{
	float:left;
	margin:20px;
	width:164px;
	height:274px;
}
.franquiciaregional{
	clear:both;}
.franquiciaregional h1{
	clear:both;}
.comercial{
	clear:both;
	background-color:lightYellow;
	margin:20px;
	}
.personal{
	clear:both;
	margin:20px;}
.asociada{
clear:both;}
.aspirante{
clear:both;
display:inline-block;}

/*###############Nuestro Equipo End###################*/
	/*###############Nuestro Equipo2###################*/
.mainfranquiciado {
	background-color: lightBlue;
}

.mainfranquiciado img {
	float: left;
	margin: 20px;
}

.franquiciaregional {
	clear: both;
}

.franquiciaregional h1 {
	clear: both;
}

.comercial {
	clear: both;
	background-color: lightYellow;
	margin: 20px;
}

.comercial table {
	width: 100%;
}

.personal {
	clear: both;
	margin: 20px;
}

.personal p {
	display: inline;
	width: 150px;
}

.asociada {
	clear: both;
}

.aspirante {
	clear: both;
	display: inline-block;
}

.Fwebsite {
	width: 200px;
}

.Fportable {
	width: 125px;
}

.Fofficina {
	width: 125px;
}

.Fnombre {
	width: 150px;
}

.Fnombre,.Fofficina,.Fportable,.Fwebsite {
	display: inline-block;
	float: left;
}

.EquipoTable tr {
	
}

.EquipoTable tr:hover {
	background-color: gainsboro;
}

td.EquipoTable:hover {
	background-color: green;
}

/*###############Nuestro Equipo2 End###################*/
	/*###############formulario-7###################*/
#wpcf7-f2-p-o1,#wpcf7-f2-p19-o1,#wpcf7-f3-p15-o1,#wpcf7-f4-p21-o1,#wpcf7-f5-p17-o1,#wpcf7-f2-p5-o1
	{
	text-align: left;
	text-indent: 5px;
}

select#wpcf7-f2-p19-o1,select#wpcf7-f3-p15-o1,select#wpcf7-f4-p21-o1,select#wpcf7-f5-p17-o1,select#wpcf7-f2-p5-o1
	{
	
}

#wpcf7-f2-p19-o1 p {
	text-align: left;
	text-indent: 5px;
}

#wpcf7-f3-p15-o1 p {
	text-align: left;
	text-indent: 5px;
}

#wpcf7-f4-p21-o1 p {
	text-align: left;
	text-indent: 5px;
}

#wpcf7-f5-p17-o1 p {
	text-align: left;
	text-indent: 5px;
}

#wpcf7-f2-p5-o1 p {
	text-align: left;
	text-indent: 5px;
}

#wpcf7-f2-p-o1 p {
	text-align: left;
	text-indent: 5px;
}

/*###############end formulario-7###################*/
	/*###############comun with with franquicias css here duplicate###################*/
	/*	font-size: 62.5%; /* Resets 1em to 10px */
#mainwpinmuebles {
	float: left;
	font-size: 16.8px;
	width: 690px;
	color: black;
	font-family: arial, helvetica, clean, sans-serif;
}

.postwpinmuebles {
	margin: 0 10px 40px;
	text-align: justify;
}

.postwpinmuebles h2 {
	font-size: 26.8px;
}

.postwpinmuebles h3 {
	
}

.postwpinmuebles img {
	padding: 10px;
}

.postwpinmuebles img:a {
	
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#NoticiasImobiliarias {
	
}

#NoticiasImobiliarias h3 {
	
}

#NoticiasImobiliarias h4 {
	
}

#NoticiasImobiliarias a {
	
}

#NoticiasImobiliarias p {
	
}
