@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

a { outline: none; }

body {
	margin: 0px;
	padding: 0px;
	border: 0;
	background-color: #A9A798;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #fff;
}

#botonera {
	width: 680px;
	margin: auto;
}

.botones {
	display: block;
	float: left;
}

a#btn_contacto {
	display: block;
	width: 136px;
	height: 75px;
	text-indent: -9999px;
	background-image: url(../img/boton_contacto.gif);
	background-position: top;
	background-repeat: no-repeat;
}

a#btn_contacto:hover { background-position: bottom; }

a#btn_despachos {
	display: block;
	width: 136px;
	height: 75px;
	text-indent: -9999px;
	background-image: url(../img/boton_despachos.gif);
	background-position: top;
	background-repeat: no-repeat;
}

a#btn_despachos:hover { background-position: bottom; }

a#btn_locales {
	display: block;
	width: 136px;
	height: 75px;
	text-indent: -9999px;
	background-image: url(../img/boton_locales.gif);
	background-position: top;
	background-repeat: no-repeat;
}

a#btn_locales:hover { background-position: bottom; }

a#btn_quienes {
	display: block;
	width: 136px;
	height: 75px;
	text-indent: -9999px;
	background-image: url(../img/boton_quienes.gif);
	background-position: top;
	background-repeat: no-repeat;
}

a#btn_quienes:hover { background-position: bottom; }

a#btn_viviendas {
	display: block;
	width: 136px;
	height: 75px;
	text-indent: -9999px;
	background-image: url(../img/boton_viviendas.gif);
	background-position: top;
	background-repeat: no-repeat;
}

a#btn_viviendas:hover { background-position: bottom; }

#cap
{
  height:21px;
	overflow: hidden;
}

.clearfloat {
    clear: both;
    height: 1px;
    overflow: hidden;
}

#contenedor {
	margin: auto;	
	padding-bottom: 3px;
	background-image: url(../img/fondo_00.gif);
	background-repeat: repeat;
	width: 920px;
}

#contenido {
	width: 678px;
	margin: auto;
	border: #fff solid 1px;
	border-top: none;
	overflow: hidden;
}

#contenido_dcha
{
	float: right;
	width: 179px;
	margin-right: -179px;
	position: relative;
	display: inline;
}

#contenido_izqda
{
	float: left;
	width: 497px;
	margin-left: -496px;
	position: relative;
	display: inline;
}

#detalles
{
    width: 470px;
    height: 710px;
    overflow-y: auto;
    margin: 15px auto;
		padding-left: 8px;
    padding-right: 8px;
		text-align: left;
		line-height: 22px;
}

#destacado_dir
{
  display: block;
  padding: 4px;
  margin-bottom: 10px;
  color: #fff;
  text-decoration: none;
}

#destacado_img
{
  width: 122px;
  height: 168px;
  margin: 10px auto;
  border: #DDDAC4 solid 1px;
}
	
#detalles span { color: #4c4c4c }

.direccion
{
  width: 118px;
	margin: auto;
  margin-top: 3px;
	padding: 4px 2px;
  background-color: #DDDAC4;
	text-align: left;
	color: #525252;
	font-size: 10px;
}

.finca_box
{
	float: left;
	width: 124px;
	height: 350px;
	padding: 6px;
	margin: 8px;
	border: #cdcdcd solid 1px;
	background-color: #BBB6A4;
}

#fincas
{
    width: 470px;
    margin: 15px auto;
		padding-left: 8px;
    padding-right: 8px;
}

#fondo_botonera 

{
	height: 75px;
	background-image: url(../img/fondo_01.gif);
	background-repeat: repeat-x;
}

#fondo_contenido
{
  width: 2px;
	background-color: #fff;
	border-left: 497px #ADA194 solid; /* el borde derecho se especifica en la cabecera de cada página para adecuar el color */
}

.gar_dir
{
	text-align: left;
	padding: 5px;
}

.gar_dis
{
	padding: 5px;
	border-bottom: dotted 2px #FFD4AA;
}

#garajes_cap
{
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

#imagenes
{
	width: 680px;
	height: 136px;
	margin: 2px auto;
}

img
{
  margin: 0;
	border: none;
}
	
.letras_capitales
{
	font-size: 12px;
	font-weight: bold;
}

a#link_giro {
	color: #ED2E38;
	text-decoration: none;
}

.lista_inmuebles
{
  text-align: right;
	list-style: none;
	margin-top: 5px;
}

.lista_inmuebles  a
{
  color: #fff;
	text-decoration: none;
	margin-bottom: 4px;
}

.lista_inmuebles a:hover
{
  color: #ADA194;
	background-color: #fff;
}

a#link_giro:hover
{ text-decoration: underline; }

#logo
{
	width: 680px;
	margin: auto;
}

#observaciones
{
	width: 400px;
	height: 75px;
	padding: 5px;
	overflow-y: auto;
	border: #fff solid 1px;
}

#otros_gastos
{
		width: 400px;
		height: 65px;
		padding: 5px;
		overflow-y: auto;
		border: #fff solid 1px;
}

#pie
{
	width: 680px;
	margin: auto;
	margin-top: 5px;
	color: #fff;
}

#pie_dcha
{
	width: 375px;
	float: right;
	text-align: right;
}

#pie_izqda
{
	width: 300px;
	float: left;
	text-align: left;
}

