/* CSS Document */

/**** varios **/


#bloque-central h2 {
	 margin: 0;
	 padding:0;
}

#contenido-ppal p.bodytext {
	padding-top: 0;
}

.item-libro {
border-top:2px solid #E6E8D1;
border-bottom:2px solid #E6E8D1;
float:left;
margin:10px 0px 16px;
padding:15px 0px 0px;
}

table.listado_distribucion td.cabecera {
	vertical-align: middle;
	padding: 0.5% 1%;
	background: #E6E8D1;
	color: #8E001C;
	font-weight: bold;
}

table.listado_distribucion a {
	color: #8E001C;
	font-weight: bold;
	text-decoration: none;
}

table.listado_distribucion {
	border-collapse: collapse;
}

table.listado_distribucion  td {
	vertical-align: top;
	padding: 1%;
	border-bottom: 1px solid #E6E8D1; 
}

table.listado_distribucion  td.sinborde {
	border: 0;
}

table.listado_distribucion  td.titulo {
	padding-left: 0;
	width: 58%;
}

table.listado_distribucion  td.isbn {
	width: 20%;
	padding-right: 2%;
}

table.listado_distribucion  td.precio {
	width: 12%;
}

/*** SUBMENU DESTACADOS ***/

/*** SUBMENU DISTRIBUCIONES ***/

.distribucionSubMenu {
	background: #fff;
	padding: 12px;
	overflow: auto;
}

.distribucionSubMenu li {
	list-style-type: none;
	width: 45%;
	padding-right: 3%;
	padding-bottom: 1%;
	float: left;
}


.distribucionSubMenu li a{
	background:transparent url(../../imagenes/dotrojo.png) no-repeat scroll 0%;
	display:block;
	margin-bottom:2px;
	padding-left:12px;
}

/* Destacados columna derecha */

#menu-global h1 {
	text-transform: uppercase;
	font-size:1.5em  !important;
	font-weight:bold;
	margin: 28px 0 6px 0;
	padding: 2px 4px;
}

#menu-global #destacados .edicion-nueva {
	background-color:#D1D2BC;
	border:medium none;
	margin:0px;
	padding:10px 30px;
	
}

