/* GENERAL */

 html, body {
 margin: 0;
 padding: 0;
 height: 100%;
 }
 
 body{
	overflow-x: visible;
	background-image: url(../imagenes/fondo.gif);
	background-color:#b8749e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-repeat:  repeat-y;
	background-position: center;
	}
  
 .cleaner{clear:both} /* esto limpia el float para Firefox*/

form{ /* esto quita el espacio despues del form*/
margin:0;
padding:0;
}

/* DIVS */

#principal {
position: relative;
min-height: 100%;
height: auto !important;
height: 100%;
}
#contenidos {
width: 924px;
margin:0 auto 0 auto;
padding-bottom: 40px;
}
 #pie {
	width: 100%;
	background: #8c6081;
	background-image: url(../imagenes/fdopie.gif);
	background-repeat:  repeat-y;
	background-position: center;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	height: 40px;
 }
 #cabecera {
	width: 924px;
	height:130px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	top: 0px;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 0px;
	background-image: url(../imagenes/logo.jpg);
	background-repeat: no-repeat;
	background-position: left;
	}
#menu {
	width: 924px;
 	background: url(../imagenes/fdomenu.gif) no-repeat center;
	height:30px;
	margin: 0px;
	padding-top: 5px;
	top: 0px;
	left: 0px;
	text-align: right;
	position: relative;
	color: #fff;
}
#menu ul {
	padding:0;
	margin:0;
	list-style:none;
	font: 12px "Trebuchet MS", Arial;
	position:relative;
	z-index:200;
}
#menu li {float:left; padding:5px 5px 0 5px;}
#menu li a {display:block; float:left; color:#fff; height:25px; padding-right:5px; text-decoration:none;}
#menu li a:hover {display:block;  background: #8c6081; float:left; color:#fff; height:25px; padding-right:5px; text-decoration:none;}

#bannerTop {
	width: 640px;
	/*height:150px;*/
	margin: 0px;
	padding: 0px;
	top: 5px;
	left: 270px;
	text-align: right;
	position: relative;
}
#datos {
	width: 924px;
	margin: 0px;
	top: 5px;
	position: relative;
}
#buscador {
	width: 650px;
	text-align: center;
	background: url(../imagenes/fdobuscar.gif) no-repeat;
	position: relative;
	float:left;
	height:150px;
}
#guarda {
	/*font: 10px Verdana, Arial, Helvetica, sans-serif;*/
	background-color: #F3E9F1;
	text-decoration: none;
	color: #666;
	display: block;
	padding: 5px 5px;
	text-align: center;
	border: 1px solid #b8749e;
	margin-top:5px;

}
#registro {
	width: 241px;
	text-align: center;
	position: relative;
	top: -10px;
	float:right;
}
#destacados {
	width: 924px;
	top: 10px;
	left: -1px;
	text-align: center;
	position: relative;
}
#centro {
	width: 650px;
	margin: 0px;
	padding: 0px;
	left: 0 px
	top: 10px;
	float:left;
	clear: both;
	}
#banners {
	width: 200px;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	#margin-top: 0px;
	float:right;
	text-align: left;
	}
#datospie {
	background-color: #4b3245;
	height:40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	width: 924px;
	margin:0 auto 0 auto;
}
#membrete {
	text-align: left;
	background-color: #4b3245;
	width: 724px;
	margin: 0px;
	padding: 0px;
	top: 0px;
	float:left;
}
#legales {
	background-color: #4b3245;
	width: 200px;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 700px;	
	float:right;
}
#interes {
	width: 241px;
	margin: 10px 0px 0px 20px;
	padding: 0px;
	#margin-top: 0px;
	float:right;
	text-align: left;
	background-color: #ede3e9;

	}

/* ETIQUETAS */
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
h1, h2, h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9B4F7E;
	font-weight: normal;
}
h1 {font-size: 28px}
h2 {font-size: 20px}
h3 {font-size: 11px}

a, a:link, a:visited, a:hover  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004674;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #000000;
	text-decoration: underline;

}
textarea, input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}

/*CLASES*/
.blanco, a.blanco:link, a.blanco:visited, a.blanco:hover  {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a.blanco:hover {
	text-decoration: underline;

}
.lineabajo {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b8749e;
}
.tdnegro {
	background-color: #B8749e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
}
.bold {
	color: #A62F6D;
	font-weight: bold;
}

.h1, .h2, .h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9B4F7E;
	font-weight: normal;
}
.h1 {font-size: 28px}
.h2 {font-size: 20px}
.h3 {font-size: 11px}
.msj{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9B4F7E;
	font-weight: normal;
	font-size: 16px
}
.font14 {font-size: 14px}
.tdcorp {
	text-align: center;
	border: 2px solid #EDDCE7;
}

.pag, .pagOff, a.pag:link, a.pag:visited, a.pag:hover  {
	font-family: verdana, Arial;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	border: 2px solid #EDDCE7;
	background-color: #fff;
	padding: 3px;
}
a.pag:hover, .pagOff {
	background-color: #EDDCE7;
	}
.tblrgto {
	background-color: #b8749e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.tblrmarr {
	background-color: #4b3245;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.gris {
	color: #666;
	background-color: #f4f4f4;
}
.verinmuebles {
	background-image: url(../imagenes/fdofotos.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

