/*FORMATO*/
body{
	text-align:center;
	margin:0;
	padding:0;
	font:.83em Helvetica, Arial, sans-serif;
	color:#424242;
	background-color: #ffffff;
}

/* PARA INTERNET EXPLORER*/
@font-face{
	font-family:'TradeMedium';
	src: url('/css/TradeGothic.eot');
}
/* TODOS LOS NAVEGADORES MODERNOS*/
@font-face{
	font-family:'TradeMedium';
	src: url('/css/TradeGothic.otf') format('opentype');
}

/* PARA INTERNET EXPLORER*/
@font-face{
	font-family:'TradeBold';
	src: url('/css/TradeGothicBold.eot');
}
/* TODOS LOS NAVEGADORES MODERNOS*/
@font-face{
	font-family:'TradeBold';
	src: url('/css/TradeGothicBold.otf') format('opentype');
}

/*--------------------------------------------TODO---------------------------------*/
#todo{
	width:1020px;
	margin:0px auto;
	padding:0;
	text-align:left;
}

/*-------------------------------------------------TOP------------------------------------*/
#top{
	float: left;
	width:980px;
	margin:15px 0 0 0;
	margin:15px 0 0 0;
	padding:0 20px 0 20px;
	font-size: 0.9em;
}

#top a{
	color: #8B8B8B;
	font-weight: normal;
}

#top ul{
	float: right;
	list-style-type: none;
	margin:5px 0 0 10px;
	padding:0;
}

#top ul li{
	float: left;
	margin: 0 10px 0 0;
}

#top form{
	float: right;
	margin:0 0 0 20px;
	padding:0;
}
#top form #buscar{
	float: left;
	border: none;
	background-color: #bfbfbf;
	padding: 3px;
	margin:2px 0 0 0;
	font-size: 12px;
	color: #ffffff;
	width: 150px;
}

#top form .btn_buscar{
	float: left;
	margin:2px 0 0 0;
	padding:0;
}

/*--------------------------------------------IDIOMAS------------------------------------*/
#idiomas{
	font-weight: bold;
	border-right: 1px dotted #C9C9C9;
	margin: 0 20px 0 0;
}

#idiomas span{
	margin: 0 3px 0 3px;
}

/*--------------------------------------------HEADER------------------------------------*/
#header{
	float: left;
	position: relative;
	z-index:3;
	width: 980px;
	padding: 0 20px 48px 20px;
	margin:0;
	background-image: url(/i/fondo_top.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/*-------------------------------------------Logo-------------------------------------*/
#logo{
	float: left;
	margin: -10px 0 0 10px;
	padding:0;
}

/*---------------------------------------Menu--------------------------------*/
#menu{
	float:right;
	width: 750px;
	margin: 0;
	padding:0;
	font-family: 'TradeMedium', Helvetica, Arial, sans-serif;
}

#menu ul{
	float: right;
	margin:29px 0 0 0;
	padding:0;
	list-style-type:none;
}
#menu li{
	float: left;
	padding: 0;
	margin: 0 0 0 30px;
}
#menu li a{
	font-size: 18px;
	font-weight: normal;
	color: #707070;	
	text-transform: lowercase;
}

#menu li a:hover{
	text-decoration: none;
	color: #2E2E2E;
}

.ordenmenu{
	float: left;
	display: block;
	font-size: 20px;
}

.titmenu{
	float: left;
	display: block;
	margin: 1px 0 0 5px;
}

/*--------------------------------------BANNERS PORTADA---------------------------------*/
#banners_portada{
	float: left;
	position: relative;
	z-index:2;
	width: 981px;
	margin: -20px 20px 40px 20px;
	padding:0;
	list-style-type: none;
}

#banners_portada li{
	float: left;
	position: relative;
	width: 326px;
	height: 475px;
	margin: 0 1px 0 0;
	overflow: hidden;
}

#banners_portada li a{
	position: absolute;
	top:0;
	left:0;
	width: 326px;
	height: 475px;
}

#banners_portada li a:hover{
	text-decoration: none;
}

#banners_portada li:last-child{
	margin: 0;
}

.datos_banner_portada{
	float: left;
	position: relative;
	width: 326px;
	height: 475px;
	background-image: url(/i/fondo_item_banner_portada.png);
	background-repeat: no-repeat;
}

h2{
	float: left;
	width: 180px;
	font-size: 28px;
	display: block;
	margin: 350px 0 0 0;
	padding: 0 20px 0 20px;
	color: #fff;
	color: #fff;
	font-weight: normal;
	font-family: 'TradeMedium', Helvetica, Arial, sans-serif;
	
	opacity: 0.6;
}

.texto_banner_portada{
	float: left;
	width: 240px;
	display: block;
	margin:0;
	padding: 5px 15px 10px 15px;
	color: #fff;
	
	opacity: 0.6;
}

.orden_banner_portada{
	position: absolute;
	right: 40px;
	bottom:110px;
	font-size: 180px;
	font-weight: bold;
	color: #fff;
	font-family: 'TradeBold', Helvetica, Arial, sans-serif;
	
	opacity: 0.6;
}

#banners_portada li:hover .orden_banner_portada{
	/*color: #A34343;*/
	color: #ffffff;
}


#banners_portada li:hover{
	background-position: 0 100%;
}

#banners_portada li:hover h2{
	opacity: 1.0;
}

#banners_portada li:hover .texto_banner_portada{
	opacity: 1.0;
}

#banners_portada li:hover .orden_banner_portada{
	opacity: 0.9;
}

/*-------------------------------------------CONTENIDOS---------------------------------*/
#contenidos{
	float:left;
	position: relative;
	z-index: 5;
	width:980px;
	margin:-82px 0 0 0;
	padding:90px 20px 0 20px;
	
	background-image: url(/i/fondo_contenidos.png);
	background-repeat: no-repeat;
}

/*---------------------------------------PROMOCIONES DESTACADAS-----------------------------*/
#promociones_destacadas{
	float: left;
	width: 400px;
	margin:0 140px 0 20px;
	padding:0;
}

#promociones_destacadas ul{
	float: left;
	margin:0;
	padding:0;
	list-style-type: none;
}

#promociones_destacadas li{
	float: left;
	margin:0 0 20px 0;
	padding:0;
	list-style-type: none;
}

.titulo_promocion_destacada{
	display: block;
	margin: 20px 0 0 0;
	font-family: 'TradeMedium', Helvetica, Arial, sans-serif;
}

.titulo_promocion_destacada a{
	font-size: 20px;
	font-weight: normal;
	margin: 20px 0 0 0;
}

.enlace_todas{
	display: block;
	text-align: right;
	font-style: italic;
	padding: 5px 30px 5px 0;
	background-image: url(/i/marca_mas.png);
	background-repeat: no-repeat;
	background-position: 100% 99%;
}


/*---------------------------------------ACTUALIDAD PORTADA-------------------------------*/
#actualidad_portada{
	float: left;
	width: 400px;
}

.item_noticia_abajo{
	float: left;
	width: 400px;
	margin:0 0 30px 0;
	padding:0;
}

.fecha_noticia_abajo{
	display: block;
	color: #8B8B8B;
	font-size: 0.9em;
	font-weight: bold;
}

.item_noticia_abajo a{
	display: block;
	font-size: 18px;
	font-weight: normal;
	margin:0;
	padding:6px 0 0 0;
	
	font-family: 'TradeMedium', Helvetica, Arial, sans-serif;
}
	
.item_noticia_abajo p{
	margin: 6px 0 0 0;
	padding:0;
}

/*-------------------------------------------------------BOTTOM-------------------------------------------*/
#bottom{
	float: left;
	width:980px;
	padding: 90px 20px 30px 20px;
	margin: 1px 0 0 0;
	
	background-image: url(/i/fondo_bottom.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}

.area_bottom{
	float: left;
	text-align: left;
	font-size: 0.9em;
	margin:0 0 0 40px;
	padding:0;
}

#area_inmobiliaria{
	margin: 0 0 0 0px;
}

.titulo_area{
	font-size: 13px;
	font-weight: bold;
	color: #8B8B8B;
}

.area_bottom p{
	margin:3px 0 3px 0;
	padding:0;
}

#logos_bottom{
	float: right;
	position: relative;
	right:0;
	text-align: right;
}





/* REDEFINICIONES */
img{
	border:none;
}
a{
	color:#A34343;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}


h3{
	font-size:20px;
	color: #666666;
	letter-spacing:0px;
	text-align:left;
	font-weight:normal;
	margin:0 0 25px 0;
	padding: 0;
	font-family: 'TradeMedium', Helvetica, Arial, sans-serif;
}


