.bb-bookblock {
	width: 300px;
	height: 225px;
}

ul.bb-custom-grid {
	list-style: none;
	/*margin: 0 auto 30px auto;*/
	margin: 0 auto 0px auto;
	padding: 0;
/*	max-width: 700px;*/
	max-width: 1500px;
}

/* Micro clearfix hack by Nicolas Gallagher http://nicolasgallagher.com/micro-clearfix-hack/ */
ul.bb-custom-grid:before,
ul.bb-custom-grid:after {
	content: " ";
    display: table;
}

ul.bb-custom-grid:after {
	clear: both;
}
/* end clearfix hack */


/*caja blanca*/
ul.bb-custom-grid li {
	float: left;
	width: 300px;
	height: 240px;
	padding: 10px 20px 30px 20px;
	background: #fff;
	position: relative;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-bottom: 20px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

ul.bb-custom-grid li:nth-child(odd) {
	margin-right: 20px;
}

ul.bb-custom-grid li:before,
ul.bb-custom-grid li:after{
	content: '';
	position: absolute;
	z-index: -2;
	bottom: 15px;
	left:  10px;
	width: 50%;
	height: 20%;
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

ul.bb-custom-grid li:after {
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

ul.bb-custom-grid li a {
	display: block;
}

ul.bb-custom-grid li h3 {
	color: #9a9b92;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 700;
	/*font-size: 14px;*/
	font-size: 34px;
	/*line-height: 35px;*/
	letter-spacing: 1px;
}

ul.bb-custom-grid nav {
	text-align: center;
	margin-top: 12px;
	padding-bottom: 5px;
}

ul.bb-custom-grid nav span {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #f0f0f0;
	margin: 3px;
	cursor: pointer;
	box-shadow: 
		inset 0 1px 1px rgba(0,0,0,0.2), 
		0 2px 1px rgba(255,255,255,0.9);
}

ul.bb-custom-grid nav span.bb-current {
	background: #ecb700;
}

/*******************************************************/

.cabecera{
	width: 100%;
	/*background-color: #F93;*/
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 123px;
	background-image: url(../images/fondo_cabecera.jpg);
	box-shadow:10px 10px 10px #333333;
	-moz-box-shadow:10px 10px 10px #333333;
	-webkit-box-shadow:10px 10px 10px #333333;
	z-index: 900;
	}
	
/*.cabecera2{
	margin-right: auto;
	margin-left: auto;
	top:0px;
	position: relative;
	width: 907px;
	height: 120px;
	background-image: url(../images/fondo_cabecera.jpg);
	
		}*/
	
.cabecera1{
	margin-right: auto;
	margin-left: auto;
	top:0px;
	position: relative;
	width: 907px;
	height: 123px;
	
	background-image: url(../images/fondo_cabecera.jpg);
	
		}
		
#cajatwitter{
	float: right;
	height: 600px;
	width: 300px;
	margin-top: 25px;
	margin-left: 25px;
	}
#cajacentrada{
	height: 100%;
	width: 1150px;
	margin-right: auto;
	margin-left: auto;
	}
#borrarflotar{
	clear: both;
}
.piepagina{
	color: #333;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-decoration: none;
	height: 25px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	}
