body{
	margin:0;
	background:#FFFFFF url(imagenes/bg.png) repeat fixed 0 0;
	color:#666666;
	font-family:verdana,arial,sans-serif;
	/*
	font-size-adjust:none;
	*/
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}
h1{
	font-size:1.5em;
	border-bottom:2px solid #CCCCCC;
}
#wrap{
	width:830px;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	padding-left:10px;
	padding-right:9px;
	background-image:url(imagenes/bgtile.gif);
}
#wrap2{
	width:810px;
	margin:0;
}
#cabecera{
	background-image:url(imagenes/fondo_cabecera2.jpg);
	width:800px;
	height:309px;
	
}
/*direccion que ponemos entre la cabecera y el menu */
h3.direccion{
	font-size:0.8em;
	margin:0;
	padding:0;
	position:relative;
	top:-30px;
}
.contenido #imagen, .contenido #texto{
	width:640px;
	margin-left:80px;
	margin-top:20px;
}
.contenido #imagen{
	background-color:gray;
}


.contenido #texto{
	width:620px;
	background-color:#F8F8F8;
	border:1px solid #EEECEC;
	padding:10px;
}
.contenido img{
	position:relative;
	top:-10px;
	left:-14px;
	border-color:white;
	border-style:solid;
	border-width:2px;
}
#texto h3{
	font-size:0.9em;
	font-weight:normal;
}
.piedepagina{
	background:#161515 url(/images/ft_bg.png) repeat-x scroll left top;
	border-top:2px solid #666666;
	clear:both;
	color:#949494;
	font-size:1em;
	margin-bottom:0;
	padding-bottom:20px;
	text-align:center;
	
}

/* para la pagina de proyectos */

#writeroot{
	font-size:0.8em;
}
.listadoCasas{
	list-style:none;
}
.PropiedadesCasa table .columna1{
	width:200px; /*para que las dos tablas tengan el mismo ancho de columna y queden los numeros alineados*/
	
}
.PropiedadesCasa thead tr{
	background-color:gray;
}
.PropiedadesCasa th{
	color:maroon;
	text-align:left;
}
.PropiedadesCasa table{
	float:left;
	margin-bottom:2em;
}
.fichaCasas #imagen{
	position:relative;
	top:10px;
	left:12px;
	float:left;
	margin-left:15px;
	margin-bottom:20px;
	width:400px;
	
}
.PropiedadesCasa .sombreada{
	background-color:gray;
}

.PropiedadesCasa img{
	position:relative;
	top:-10px;
	left:-12px;
	border-width:2px;
	border-style:solid;
	border-color:black;

/*
	float:left;
	margin-left:10px;
	margin-bottom:20px;
*/
	/*para colocar sombra debajo 
	background-color:#aaa;
	position:relative;
	top:-10px;
	left:-10px;
	*/
}
.PropiedadesCasa p{
	width:700px;
	clear:both;
	text-align:justify;
}
.PropiedadesCasa #plano{
	width:720px;
}
/* para la pagina de la galeria */

	/* de momento no hay propiedades */

/* para la pagina de los mapas */

#ruta{
	background-color:#F8F8F8;
	border:1px solid #EEECEC;
	padding:5px;
	width: 295px; 
	height:490px; 
	overflow:auto; 
	float:left;
}
#map_canvas{
	width: 500px;
	height: 500px;
	float:left;
}
/* para la pagina de contacto */
#contenidoflash{
	width:280px;
	background-color:gray;
	float:left;
	margin-right:10px;
	
}
/*
table{
	border-width:1px;
	border-style:solid;
	border-color:black;
}
th, td{
	border-width:1px;
	border-style:solid;
	border-color:black;
}
*/



