/*
* @file Layout y distribución
* 
* Librería Ruiz Morote
* 
* @author Carmel
*/

/*
* Contenedores principales
*/
body{
	text-align:center;
	background:#669999 url(../imagenes/fondo-body.jpg) repeat-x top;
	padding:15px 0px;
}

#cabecera{
	text-align:center;
	margin:auto;
	background: transparent url(../imagenes/cabecera.jpg) no-repeat;
	height:95px;
	width:999px;
	padding:20px 0px 0px 0px;
}

#wrapper{
	text-align:left;
	width:999px;
	margin:auto;
	background: transparent url(../imagenes/fondo-contenido.gif) repeat-y;
	overflow:hidden;
}

#pie{
	text-align:right;
	width:999px;
	margin:auto;
	background: transparent url(../imagenes/fondo-pie.jpg) no-repeat bottom;
	height:62px;
	clear:both;
}

#contenido{
	float:left;
	width:794px;
	background:url(../imagenes/fondo-contenido.jpg) top no-repeat;
}

#nav_global{
	height:49px;
	text-align:center;
	margin-bottom:10px;
	overflow:hidden;
}

#barra_izda{
	float:left;
	width:175px;
	padding:10px 10px 10px 14px;
}

#barra_dcha{
	float:right;
	width:165px;
	padding:20px 20px 20px 18px;
	background: transparent url(../imagenes/fondo-barra-dcha.gif) top no-repeat;
}

#interior{
	float:left;
	width:575px;
	/*border-bottom:1px solid #ff9990;*/
	margin-top:10px;
	padding-bottom:40px;
}

#mini_cesta{
	float:left;
	width:575px;
	padding:0px 20px 0px 0px;
}

.contacto{
	width:749px;
	margin:auto;
	text-align:right;
}


/*
* Bloques contenidos
*/

/* Barra lateral Izquierda */

#barra_izda .bloque{
	background: transparent url(../imagenes/separador.gif) bottom center no-repeat;
	padding-bottom:25px;
	margin-bottom:15px;
}


#barra_izda .bloque2 {
	color:#660000;
	text-decoration:none;
	text-align:center;
	background: transparent url(../imagenes/separador.gif) no-repeat  bottom center ;
	padding-bottom:45px;
	margin-bottom:15px;

}

#barra_izda .bloque2 ul{
clear:both;
text-align:left;
padding-right:15px;
padding-bottom:25px;
background:transparent url(../imagenes/separador.gif) no-repeat scroll center bottom;
}

#barra_izda .bloque2 ul li{
padding-bottom:5px;
padding-left:15px;
background:url(../imagenes/topo_submenu.gif) no-repeat 0px 4px;
}

#barra_izda .bloque2 ul li a, #barra_izda .bloque2 ul li.selected{
color:#CC4236;
}


.bloque h2{
	margin-bottom:6px;
	padding-left:5px;
}

.bloque .acceso_identificado{
	padding-left:5px;
}


.bloque_acceso{
	padding-left:5px;
	padding-bottom:20px;
		background:url(../imagenes/separador.gif)no-repeat center bottom;
}
.bloque_acceso label{
font-weight:bold;
}



.bloque_acceso a{
width:auto;
display:block;
clear:both;
margin-bottom:3px;
font-size:11px;
text-decoration:underline;
}
div>.bloque_acceso a{
padding-left:2px;
}
/* Barra lateral Derecha */



/* Contenido Interior */

#nav_global ul{
	float:right;
	width:603px;
	height:20px;
	overflow:hidden;
}
#nav_global li{ 
	float:left;
	padding:3px 0px;
}



#interior .una_col{
	border:1px solid #ff9990;
	float:left;
	width:575px;
	padding-bottom:20px;
}

#interior .col_novedades{
	border-left:1px solid #ff9990;
	border-right:1px solid #ff9990;
	border-bottom:1px solid #ff9990;
	width:285px;
	float:left;
}

#interior .libro, #interior .papeleria{
	border-bottom:1px solid #ff9990;
}

#interior .libro h2, #interior .papeleria h2{	
	border-top:1px solid #ff9990;
}

#interior .col_novedades h2{	
	background: transparent url(../imagenes/novedades.gif) no-repeat left center;
	text-indent:-4000px;
	padding-top:2px;
}

#interior .col_recomendacion h2{	
	background: transparent url(../imagenes/recomendamos.gif) no-repeat left center;
	text-indent:-4000px;
	padding-top:2px;
}

#interior .col_recomendacion {
	width:287px;
	float:left;
	border-right:1px solid #ff9990;
		border-bottom:1px solid #ff9990;

}

#interior .libro .imagen, #interior .papeleria .imagen{
	float:left;
	width:100px;
	padding:10px;
}
#interior .libro .detalle, #interior .papeleria .detalle{
	float:left;
	width:145px;
	padding:10px;
	height:260px;
	overflow:hidden;
	
}

#interior .papeleria .detalle{
	height:175px;
}
#interior #detalleCesta, #interior #detallePasos{
margin-top:23px;}
/* Cabecera */

#cabecera #titulo{
	text-indent:-4000px;
}
#cabecera a.inicio{
width:999px;
display:block;
height:50px;
}

/* Pie de página */

#info_pie{
	padding:15px 24px 0px 436px;
	text-align:left;
}

/*
* Otros
*/

.clear{ clear:both;}
