@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#Contenedor {
	overflow: hidden;
	margin: 0px auto 0px auto;
	width: 980px;
	background-image: url(../images/back_center.jpg);
	background-repeat: repeat-y;
}

#Top {
	float: left;
	width: 980px;
	height: 145px;
	background-image: url(../images/top2.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
}

#Top span {
	font-size: 26px;
	text-align: right;
	font-family: "Monotype Corsiva", "Times New Roman", Times, serif
}

#Top .lang {
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#TopDivider {
	float: left;
	width: 978px;
	height: 10px;
	background-color: #990000;
	border: solid 1px #000;
}

#TopProjects {
	float: left;
	width: 978px;
	height: 250px;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	background-color: #fff;
}

#LeftMenu {
	float: left;
	width: 218px;
	background-color: #eee;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
}

#LeftMenu span {
	font-size: 16px;
	font-weight: bold;
	display: block;
	background-color: #0072C6;
	color: #fff;
	padding: 5px 5px 5px 10px;
}

#LeftMenu h6 {
	font-size: 12px;
	padding: 0px 5px 0px 10px;
	margin: 10px;
}

#CalcSpacer {
	float: left;
	width: 110px;
	text-align: right;
	padding-right: 3px;
	font-size: 12px;
}

#CentralInfo {
	float: left;
	width: 739px;
	padding: 5px 10px 10px 10px;
	font-size: 12px;
	background-color: #f5fff4;
}

/*#CentralInfo span {
	font-size: 18px;
	font-weight: bold;
	border-bottom: solid 2px #0072C6;
	display: block;
	text-indent: 5px;
}*/

.TituloCentral {
	font-size: 18px;
	font-weight: bold;
	border-bottom: solid 2px #CC3300;
	display: block;
	text-indent: 5px;
}

/* #CentralInfo p {
	font-size: 12px;
	text-align: justify;
}*/

#Footer {
	float: left;
	width: 980px;
	height: 90px;
	background-color: #0072C6;
	padding: 10px 20px 10px 20px;
	text-align: center;
	color: #fff;
	font-size: 10px;
}

#Footer a {
	text-decoration: none;
	color: #fff;
}

#Footer a:hover, #Footer a:active {
	text-decoration: underline;
}

/* FORMS */

input, select {
	font-size: 12px;
	width: 125px
}

.precio {
	font-size: 12px;
	width: 60px;
}

.interes {
	font-size: 12px;
	width: 30px;
}

/* GENERALES */

.LeftImage {
	float: Left;
	padding-right: 5px;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover, a:active {
	text-decoration: underline;
	color: #cc3300;
}

#IndexLink {
	float: left; 
	width: 450px; 
	height: 145px;
	display: block;
}

.ImgBorder {
	border: solid 1px #000;
}

.TopNav {
	vertical-align: baseline;
}

/* LISTA DE PROPIEDADES */

.PropName {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 5px;
	margin: 0px;
}

.PropPrice, .PropType {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 5px;
	margin: 0px;
}

.PropDesc {
	font-size: 12px;
	padding-left: 5px;
	padding-top: 3px;
}

.PropType {
	color: #0072C6;
}

/* DESCRIPCION DE PROPIEDADES */

.PropDetail {
	font-size: 12px;
	padding: 2px 2px 2px 4px;
	border-left: solid 1px #999;
	text-align: left;
}

.PropDetail2 {
	font-size: 12px;
	padding: 2px 2px 2px 2px;
	background-color: #ccc;
	font-weight: bold;
}

.PropDetailTitle {
	background-color: #990000;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	border-bottom: solid 1px #000;
}

/* NOTICIAS INDEX */

#NoticiaContenedor {
	width: 739px;
	float: left;
	margin: 0 0 18px 0;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #666;
}

#NoticiaImagen {
	width: 300px;
	height: 300px;
	float: left;
	margin: 0 0 10px 0;
	overflow: hidden;
}

#NotiPrincipalContenedor {
	width: 436px;
	float: left;
}

#NoticiaContenido {
	width: 427px;
	float: left;
	margin: 0 0 0 10px;
}

#NoticiaMas {
	width: 200px;
	float: left;
	margin: 10px 0 0 10px;
}

#NoticiaMas a {
	text-decoration: none;
	font-weight: bold;
	color: #990000;
}

#NoticiaMas a:hover {
	text-decoration: underline;
}

#NoticiaImagen2 {
	width: 150px;
	height: 150px;
	float: left;
	margin: 0 0 10px 0;
	overflow: hidden;
}

#NoticiaContenido2 {
	width: 577px;
	float: left;
	margin: 0 0 0 10px;
}

.noti_grande {
	max-width: 300px; 
	max-height: 300px;
	width: expression(this.width > 300 ? 300 : true); 
	height: expression(this.height > 300 ? 300 : true);
	text-align: center;
}

.noti_chica {
	max-width: 150px; 
	max-height: 150px; 
	width:  expression(this.width  > 150 ? 150 : true); 
	height: expression(this.height > 150 ? 150 : true);
	text-align: center;
}