/* CSS GENERAL */
body {
	background:url(../imagenes/fondo-cabecera.jpg) no-repeat center top #ffffff;
	margin:0 auto;
}

/* CSS CAPAS */
#BordesSup {
	height:10px;
}

#BordesInf {
	height:10px;
}

#Cabecera {
	background:url(../cabeceras/cabecera-negocio-brillante.jpg) no-repeat;
	margin:0 auto;
	width:775px;
	height:318px;
}

#CabeceraIzquierda {
	float:left;
	position:relative;
	width:40%;
	padding-top:40px;
}

#CabeceraDerecha {
	float:right;
	position:relative;
	width:40%;
	text-align:right;
	padding-top:10px;
}

#Contenido {
	background:url(../imagenes/fondo-web.jpg) repeat-x bottom;
	width:100%;
}

#ContenidoInterior {
	margin:0 auto;
	padding:10px;
	width:775px;
}

#Creditos {
	background-color:#FFFFFF;
	margin:0 auto;
	padding:10px 30px;
	width:775px;
}

#CreditosIzquierda {
	float:left;
	position:relative;
	width:45%;
	padding-bottom:10px;
}

#CreditosDerecha {
	float:right;
	position:relative;
	width:40%;
	text-align:right;
	padding-bottom:10px;
}

/* CSS FUENTES */
.textos {
	color: #adab72;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
A.textos {
	color: #adab72;
	text-decoration: none;
}
A.textos:hover {
	color: #000000;
	text-decoration: none;
}

.destacadosazul {
	color: #1f4075;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
A.destacadosazul {
	color: #1f4075;
	text-decoration: none;
}
A.destacadosazul:hover {
	color: #000000;
	text-decoration: none;
}

.menuInferior {
	color: #5f5c4f;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A.menuInferior {
	color: #5f5c4f;
	text-decoration: none;
}
A.menuInferior:hover {
	color: #ba1124;
	text-decoration: none;
}

.copy {
	color: #1f4075;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A.copy {
	text-decoration: none;
}
A.copy:hover {
	color: #1f4075;
	text-decoration: underline;
}

.difadi {
	color: #1f4075;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

A.difadi {
	text-decoration: none;
}

A.difadi:hover {
	color: #1f4075;
	text-decoration: underline;
}


/* CSS MENU */
/* Botón FORMULARIO DE CONTACTO */
a#quienes-somos {
    display:block;
    text-indent:-9999em;
    width:140px;
    height:36px;
    background:url(../menu/quienes-somos.gif) top left no-repeat;
	margin-top:3px;
}
a#quienes-somos:hover {
    background-position:0 -36px;
}

/* Botón VALORA TU ESTILO DE VIDA */
a#inmuebles-alquiler {
    display:block;
    text-indent:-9999em;
    width:140px;
    height:36px;
    background:url(../menu/inmuebles-alquiler.gif) top left no-repeat;
}
a#inmuebles-alquiler:hover {
    background-position:0 -36px;
}

/* Botón CONTACTA CON NOSOTROS */
a#inmuebles-venta {
    display:block;
    text-indent:-9999em;
    width:140px;
    height:36px;
    background:url(../menu/inmuebles-venta.gif) top left no-repeat;
}
a#inmuebles-venta:hover {
    background-position:0 -36px;
}

/* Botón ENVIAR INFORMACIÓN */
a#inmuebles-promocion {
    display:block;
    text-indent:-9999em;
    width:140px;
    height:36px;
    background:url(../menu/inmuebles-promocion.gif) top left no-repeat;
}
a#inmuebles-promocion:hover {
    background-position:0 -36px;
}
