@import url(resets.css);

/*  ESTRUCTURA FRONT   ************************************/

html, body {
	/*height: 100%;*/
	}

body {
	margin:0 auto;
	text-align:center;
	font: 11px Arial, Helvetica, sans-serif;
	color:#4a4a4a;
	background: #e9eff5 url(../images/bg/body.gif) repeat-x left top;
}

#container{
	margin:0 auto;
	width:769px;
}

#header{
	height:26px;
	padding:0 10px;
	background: url(../images/bg/header.gif) repeat-x left top;
}

#content_sup{
	height:182px;
}


#content_inf{
	_height:189px;
	min-height:189px;
	background:#FFF;
	padding-bottom:10px;
}

#content_inf:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.col_left{
	float:left;
	width:539px;
	height:100%;
}

.col_right{
	float:left;
	width:230px;
	height:100%;	
}
.col_centro{
	float:left;
	width:750px;
	height:100%;
	}

#content_sup.home{
	height:307px;
}

#content_sup.home .col_right{
	background: url(../images/bg/novedades-home-top.gif) no-repeat left bottom;
}

#content_inf.home{
	background: url(../images/bg/content-inf-home.gif) repeat-y left top;
	padding-bottom:0;
}

#content_inf.home .col_right{
	background: url(../images/bg/novedades-home-bottom.gif) no-repeat left top;
}

#content_inf .col_left, #content_inf .col_right {
	_height:189px;
	min-height:189px;
}

#footer{
	margin:0 auto;
	width:769px;
	height:55px;
	clear:both;
	background-color:#ffffff;
}


/* HEADER */

#header{
	font-weight:bold;
	color: #d9e2ec;
}

#header_left{
	width:120px;
	height:21px;
	float:left;
}

#header_right{
	width:580px;
	height:21px;
	float:right;
}

#header ul li{
	display:block;
	float:left;
	padding:5px 10px 0;
	background: url(../images/bg/li-header.gif) no-repeat right 5px;
}

#header ul li.ultimoItem{
	background:none;
}

#header ul li a{
	cursor:pointer;
	float:left;
}

#header ul li a.home{
	display:block;
	width:11px;
	height:13px;
	line-height:150px;
	overflow:hidden;
	background: url(../images/ico-home.gif) no-repeat 0 2px;
}

#header ul li a.email{
	display:block;
	width:13px;
	height:13px;
	line-height:150px;
	overflow:hidden;
	background: url(../images/ico-mail.gif) no-repeat 0 4px;
}

#header ul li a.glosario{
	color:#d9e2ec;
	text-decoration:none;
}

#header ul li a.accesos{
	color:#ffb86b;
	text-decoration:none;
}

#header ul li a.mapasitio{
	display:block;
	width:17px;
	height:13px;
	line-height:150px;
	overflow:hidden;
	background: url(../images/ico-mapasitio.gif) no-repeat 0 2px;
}

#header ul li.acordion{
	display:block;
	width:150px;
	height:20px;
	padding:5px 5px 0;
	text-align:left; 
} 

#header_right ul{
	float:right;
	height:20px;
}

#header_right ul li #accordion{
	float:left;
	width:145px;
	z-index:300;
	position:absolute;
}

#header ul li #accordion{
	_height:70px;
	min-height:70px;
	padding-bottom:10px; 
}

#header ul li #accordion h3{
	display:block;
	width:145px;
	background: url(../images/bg-select.gif) no-repeat left 0;
	border:1px solid #b9c9d9;
	text-align:left;
	cursor:pointer;
	color:#02407f;
}

#header ul.listadoItems{
	display:block;
	background:#adcde6;
	float:left;
	width:145px;
	_height:55px;
	min-height:55px;
	cursor:pointer;
}

#header ul.listadoItems li{
	display:block;
	clear:both;
	text-align:left;
	font-weight:normal;
	background:none;
}

#header ul.listadoItems li a{
	text-decoration:none;
	color:#02407f;
}




/* FOOTER */

#footer{
	font-size:10px;
	color:#7a7a7a;
	background:#FFF;
	text-align:left;
}

#footer a{
	font-size:10px;
	color:#7a7a7a;
	text-decoration:none;
}

#footer #sabia_que{
	width:100%;
	background: url(../images/bg/sabia-que-internas.gif) no-repeat left 0;
	padding-top:15px;
	height:18px;
	text-align:left;
}

#footer #sabia_que.home{
	background: url(../images/bg/sabia-que-home.gif) no-repeat left 0;
}

#footer #sabia_que span.tit{
	display:none;
}

#footer #sabia_que span.pregunta{
	font-weight:bold;
	font-size:11px;
	margin-left:115px;
	text-align:left;
	color:#474747;
}

#footer #copyright{
	float:left;
	width:100%;
	text-align:left;
	margin-top: 0px;
	padding-top:10px;
	background: url(../images/bg/footer.gif) no-repeat left 0;
}

#footer a.accesos_exclusivos_liberty{
	display:block;
	float:left;
	width:170px;
	height:28px;
	background: url(../images/m-accesos-exclusivos.jpg) no-repeat left 0;
	overflow:hidden;
	line-height:150px;
	margin:0 10px;
}

#footer p.accesos_exclusivos{
	padding-top:9px;
}


/* SUCURSALES */

#contenedorSucursal{
	margin:0 auto;
	width:537px;
	height:391px;
	background: url(../sucursales/bg/bgDegra.jpg) repeat-x left bottom; /* FF */
	_background: url(../sucursales/bg/bgDegradee.jpg) repeat-x left bottom; /* IE */
}

#sucIzq{
	float:left;
	width:265px;
}

#sucDer{
	float:right;
	width:225px;
}