@import url("tablas.css");
@import url("navegacion.css");
@import url("formularios.css");
@import url("fichas.css");

body {
	padding: 0; margin: 0;
	background: #FFFFFF;
	position: absolute;
	height: 100%; width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: url('../images/cabecera_fondo.gif') repeat-x top;	
}

#contenedor {
	width: 760px;
}

#cabecera {
	position: relative;
	width: inherit;
	height: 152px;
}

#titulo {
	position: relative;
	left: 0px;
	top: 0px;
}

#contactar {
	position: absolute;
	float: right;
	width: 205px;
	right: 5px;
	top: 0;
	height: 114px;
	background: url('images/cabecera_contactar.gif');
}

	/* navegador_principal */

#navegador_principal {
	float: right;
	display: block;
	position: absolute;
	top: 114px;
	left: 0px;
	width: auto;
	height: 38px;
	background: url('../images/separador01.gif') left bottom no-repeat;
}

#navegador_principal ul {
	position: relative;
	height: 38px;
	margin: 0;
	padding: 0;
	left: 217px;
	width: 538px;
	list-style: none;
	background: url('../images/separador03.gif') right bottom no-repeat;
}

#navegador_principal ul li {
	float: left;
	margin: 0;
	padding: 0 2px;
	display: inline;
	background: url('../images/separador02.gif') bottom repeat-x;
}

#navegador_principal ul li a {
	float: left;
	display: block;
	padding: 38px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/: 38px;
}

#navegador_principal ul li a.mn1 {
	width: 142px;
	background: url('../images/menu_quienes_somos.gif') no-repeat;
}

#navegador_principal ul li a.mn2 {
	width: 104px;
	background: url('../images/menu_localizacion.gif') no-repeat;
}

#navegador_principal ul li a.mn3 {
	width: 87px;
	background: url('../images/menu_inmuebles.gif') no-repeat;
}

#navegador_principal ul li a.mn4 {
	width: 87px;
	background: url('../images/menu_contactar.gif') no-repeat;
}

#navegador_principal ul li a.mn5 {
	width: 87px;
	background: url('../images/menu_pedidos.gif') no-repeat;
}

#navegador_principal ul li a.mn6 {
	width: 142px;
	background: url('../images/menu_aboutus.gif') no-repeat;
}

#navegador_principal ul li a.mn7 {
	width: 104px;
	background: url('../images/menu_location.gif') no-repeat;
}

#navegador_principal ul li a.mn8 {
	width: 87px;
	background: url('../images/menu_properties.gif') no-repeat;
}

#navegador_principal ul li a.mn9 {
	width: 87px;
	background: url('../images/menu_contactus.gif') no-repeat;
}

#navegador_principal ul li a.mn10 {
	width: 87px;
	background: url('../images/menu_pedido.gif') no-repeat;
}

#navegador_principal ul li a:hover {
	background-position: 0 -38px;
}

#navegador_principal ul li a:active,
#navegador_principal ul li a#menu_activo {
	background-position: 0 -76px;
}

	/* /navegador_principal */

#contenido {
	padding-top: 5px;
}

#contenido_body {
  left:800px;
	float: right;
	width: 550px;
	padding: 10px 0 25px 15px;
	color: #05365A;
	clear: both;
}

#contenido_body h3 {
	font-size: 13px;
	padding-bottom: 3px;
	border-bottom: 2px solid #0C7CCE;
	color: #178CF0;
}

#contenido_body h4 {
	font-size: 12px;
	padding: 3px;
	border: 2px solid #0C7CCE;
	background: #FFF9D3;
	color: #178CF0;
}

#contenido_body p {
}

#contenido_body p+p {
	text-indent: 1em;
}

#contenido_body strong {
	color: #7BB8E4;
}

#buscador {
	float: right;
	display: block;
	position: relative;
	margin-left: 10px;
	top: 40px;
	width: 182px;
	background: url('../images/lateral_body.gif') repeat-y;
	padding: 0;
}

#buscador h4 {
	display: block;
	font-size: 12px;
	background: url('../images/lateral_cabecera.gif') top no-repeat;
	font-weight: bold;
	text-decoration: none;
	line-height: 37px;
	overflow: hidden;
	text-align: left;
	padding: 0 0 0 15px;
	margin: 0;
}

#buscador #buscador_contenido {
	overflow: hidden;
	padding: 0 0 10px 32px;
	text-align: center;
}

#buscador #buscador_contenido dl {
	text-align: left;
	margin: 0; padding: 0;
}

#buscador #buscador_contenido dl dd {
	padding: 0;
	margin: 3px 0;
}

#buscador #buscador_contenido select,
#buscador #buscador_contenido input {
	width: 120px;
}

#buscador #buscador_contenido select {
	border: 1px solid #FF7F00;
	background: #0C7CCE;
	color: #FCFFD3;
}

#buscador #buscador_contenido input {
	color: #000000;
	font-weight: bold;
	border: 2px solid #FF7F00;
	background: #FFAF30;
	margin-top: 10px;
}

#buscador #buscador_pie {
	height: 5px;
	overflow: hidden;
	background: url('../images/lateral_pie.gif') no-repeat;
}

	/* pie */

#pie {
	clear: both;
	float: left;
	margin-top: 2px;
	padding: 1px 0 0 0;
	width: 760px;
	border-top: 1px solid #0C7CCE;

	text-align: center;
}

#pie ul {
	display: inline;
	list-style: none;
}

#pie li {
	display: inline;
	margin: 0;
	padding: 0 15px 0 15px;
}

#pie ul li a {
	font-size: 10px;
	text-decoration: none;
	color: #05365A;
	padding-bottom: 2px;
	border-bottom: 1px dotted #2C9CEE;
}

#pie ul li a:hover {
	text-decoration: none;
	color: #0C7CCE;
	padding-bottom: 2px;
	border-bottom: 2px dotted #FCFFD3;
}

#pie ul li a:active {
	text-decoration: none;
	color: #666666;
	padding-bottom: 2px;
	border-bottom: 2px dotted #FCFFD3;
}

#pie p {
	padding: 8px 0 2px 0;
	margin: 0;
	color: #0B75C2;
}

#pie .suinmo {
	padding: 10px 0 5px 0;
}

#pie .suinmo a {
	text-decoration: none;
}

	/* /pie */
