/* CSS Document */
@import url('formularios.css');
@import url('tablas.css');
@import url('navegacion.css');
@import url('fichas.css');

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	background: #fff;
}
body, h4, h5, h6, input, textarea, select, th, td {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
}

#contenedor {
	width: 751px;
	margin: 5px auto;
}
#cabecera {
	height: 114px;
	background: url("/images/cabecera01.gif") no-repeat;
}
#contacto {
	float: right;
	width: 190px;
	height: 114px;
}
#pie {
	clear: both;
	height: 29px;
	background: url("/images/pie.gif") no-repeat;
}
#contenido {
	float: left;
	position: relative;
	width: 100%;
	background: url("/images/bg_contenido.gif") repeat-y;
}
#columna1 {
	float: left;
	position: relative;
	width: 164px;
}
#body_contenido {
	float: left;
	position: relative;
	left: 9px;
	width: 562px;
}
h1.titulo {
	font-size: 14px;
	color: #414935;
	padding: 0 0 12px 10px;
	margin: 0;
	line-height: 28px;
	height: 28px;
	background: url("/images/bg_titulo.gif") no-repeat;
}
#body_contenido div.contenido {
	float: left;
	position: relative;
	width: 550px;
	left: 10px;
	font-size: 12px;
	color: #666;
	text-align: justify;
}

#body_contenido div.contenido strong {
	color: #000;
}
#body_contenido div.contenido strong.entradilla {
	text-transform: uppercase;
	color: #000;
}
#body_contenido div.contenido strong.destacado1 {
	color: #c00;
}

ul#lateral {
	display: block;
	margin: 0; padding: 0;
	list-style: none;
}
ul#lateral li {
	display: block;
	margin: 0; padding: 0;
}
ul#lateral a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -180px;
	overflow: hidden;
}

#buscador table {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
#buscador table th, #buscador table td { text-align: center }
#buscador select,
#buscador input {
	width: 130px;
	font-size: 12px;
	font-weight: bold;
}
#buscador select {
	border: 1px solid #0C7CCE;
	background: #0003A8;
	color: #FFFFFF;
}
#buscador table tfoot th input {
	border: 1px solid #A94F00;
	background: #A97200;
	color: #FFD276;
}
#pie #su-inmo a { display: block; width: 150px; height: 29px }