/* CLEARING FLOATS */

.column {
float:left;
}
/*
.fijo {
display: inline-block;
}
*/
.fijo:after {
content: "."; 
display: block; 
height: 0;
clear: both; 
visibility: hidden;
font-size:0;
line-height:0px;
}
/* Holly Hack Targets IE Win only \*/
* html .fijo {height: 1%;}
.fijo {display: block;}
/* End Holly Hack */

/* END CLEARING FLOATS */

#contenedor {
width:770px;
border:1px solid #e9e9e1;
border-top:none;
border-bottom:none;
margin:0 auto;
background:#fff;
}

#cabecera {
height:159px;
background:url(images/mojacar.jpg) right top no-repeat;
border-bottom:1px solid #E0EFFD;
}
#logo {
margin:0 0 0 20px;
width:336px;
height:158px;
background:url(/images/logo.gif) 10px 40px no-repeat;
}
#logo img {
margin:40px 10px 0 10px;
}
#search-breadcrumb {
min-height:35px;
background:#d6e1ba url(/images/below-banner_spline.gif) repeat-x;
border:6px solid #CFE2F3;
border-left:none;
border-right:none;
}
#search {
width:190px;
}


/* FOR ABSOLUTELY POSITIONING THE NAV AND BANNER FROM THE BOTTOM OF THE PAGE */
div.absolute {
padding:468px 0 0 0;
position:relative;
}
#nav-banner {
border-top:1px solid #C5D4E4;
min-height:305px;
border-bottom:1px solid #fff;
background:transparent !important;
}
/* FOR IE 6 AND BELOW (IE7 IGNORES) : */
* html #nav-banner {
height:305px;
}

#nav-banner2 {
border-top:1px solid #C5D4E4;
min-height:186px;
border-bottom:1px solid #fff;
background:transparent !important;
z-index:1;
margin-top:-307px;
}
/* FOR IE 6 AND BELOW (IE7 IGNORES) : */
* html #nav-banner2 {
height:186px;
}

a#banner {
position:absolute;
top:-194px;
left:150px;
z-index:1;
}
div.absolute #cabecera,
div.absolute #nav-banner {
position:absolute;
top:0;
left:0;
float:none;
width:770px;
}

div.absolute #nav-banner {
top:160px;
}
/* END ABSOLUTELY POSITIONING NAV AND BANNER */

/* FOR IE 6 AND BELOW (IE7 IGNORES) : */
#nav {
width:149px;
height:186px;
float:left;
min-height:186px;
background:#e8ede2 !important;
overflow:auto;
}
div.map #nav {
height:auto;
}
/*
.jsEnabled #nav {
overflow:visible;
}
*/
/* FOR IE 6 AND BELOW (IE7 IGNORES) : */
* html #nav {
height:186px;
}
div#banner {
border-left:1px solid #ddd;
width:620px;
float:right;
background:#fff;
}
#descripcion {
min-height:90px;
}
/* FOR IE 6 AND BELOW (IE7 IGNORES) : */
* html #descripcion {
height:90px;
}