.modEstanteria nav ul li{

	/*display: inline-block;*/

}

nav ul{

	/*margin-bottom: 0;*/

}

.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {

	border-left-width: 1px;

	border-radius: 3px 0 0 3px;

}

.pagination ul > li > a:hover, .pagination ul > .active > a, .pagination ul > .active > span {

	background-color: #f5f5f5;

}

nav ul li a.active, pagination ul > .active > a, .pagination ul > .active > span {

	color: #999;

	cursor: default;

}

.og-grid {

	list-style: none;

	padding: 20px 0;

	margin: 0 auto;

	text-align: center;

        /** [BNVL] **/

	width: 100% !important;

        /** / [BNVL] **/

	height: auto !important;

	min-height: 200px;

}

.og-grid li {

	display: inline-block;	

	vertical-align: top;

        /** [BNVL] **/

        margin: 0 0 20px;

        height: 180px;

        padding: 5px;

        /** / [BNVL] **/

}

.og-grid li > a,

.og-grid li > a img {

	border: none;

	outline: none;

	display: block;	

	color:#000;

        /** [BNVL] **/   

        height: auto;

        width: auto;

        max-width: 120px;

        max-height: 150px;

        margin: auto;

        position: absolute;

        bottom: 0;

        left: 0;

        right: 0;

        /** / [BNVL] **/

}

.og-grid li > a:hover {

	text-decoration:none;

}

.tmb_title {

	padding-top:5px;

	height:25px;

}

.tmb_title_div {

	background:#000;

	color:#fff;

	width:130px;

	padding:3px 10px;

}

.title_container {

	width:150px;

	height:25px;

	overflow:hidden;



}

.og-grid li.og-expanded > a::after {

	top: auto;

	border: solid transparent;

	content: " ";

	height: 0;

	width: 0;

	position: absolute;

	pointer-events: none;

	border-width: 22px;

	left: 50%;

	margin: -22px 0 0 -22px;

	z-index:9999;

        /** [BNVL] **/

        border-bottom-color: #3B83B1 !important;

        /** / [BNVL] **/

}

.og-expander {

	visibility: hidden;

	position: absolute;        

	top: auto;

	left: 0;

	width: 100%;

	margin-top: 0px;

	padding-bottom:30px;

	text-align: left;

	height: 0;

	overflow: hidden;

	z-index:999;	

        /** [BNVL] **/

/*        -webkit-box-shadow: 0 3px 5px rgba(116,116,116,.75);

	-moz-box-shadow: 0 3px 5px rgba(116,116,116,.75);

	box-shadow: 0 3px 5px rgba(116,116,116,.75);*/

	//background: #ddd;

        background: 

        url("/images/libros/despiece_libreria/borde_izdo_parcialFoco.png") top left repeat-y,

        url("/images/libros/despiece_libreria/estante_enteroFoco.png") top center repeat-y,

        url("/images/libros/despiece_libreria/borde_dcho_parcialFoco.png") top right repeat-y ;

        background-size: 2.5% 422px, 95% 422px, 2.5% 422px !important;   

        border-right: 1px solid #835734;

        border-left: 1px solid #835734;

        /** / [BNVL] **/

}

.og-expander-inner {

	padding: 30px 30px;

	position:relative;

}

.og-close {

	position: absolute;

	width: 25px;

	height: 25px;

	top: 30px;

	right: 50px;

	cursor: pointer;

	background:url(../images/close-button.png);

	-webkit-box-shadow: -3px 3px 6px #424242;

	-moz-box-shadow: -3px 3px 6px #424242;

	box-shadow: -3px 3px 6px #424242;

}

.og-fullimg{

	width: 45%;

	float: left;

	overflow: hidden;

	position: relative;

}

.og-details{

    width: 45%;

    float: left;

	padding: 10px 10px 0 10px;

	//background-color: rgba(59, 131, 177,0.1);

	background-color: rgba(255, 255, 255,0.2);



    -webkit-box-shadow: -1px -1px 5px #000;

	-moz-box-shadow: -1px -1px 5px #000;

	box-shadow: -1px -1px 5px #000;

    

    /*border: 1px solid #424242;	*/

}

.og-fullimg {

	text-align: center;

        /** [BNVL] **/

        padding: 0px;

        /** / [BNVL] **/

}

.og-fullimg img {

	display: inline-block;

        /** [BNVL] **/

	//max-height: 100%;

    height: 300px;

    -webkit-box-shadow: 1px -1px 5px #000;

	-moz-box-shadow: 1px -1px 5px #000;

	box-shadow: 1px -1px 5px #000;

    border: 1px solid #424242;

        /** / [BNVL] **/

	max-width: 100%;

}

.og-details h3 {

	font-weight: 300;

	font-size: 15px;

	padding: 0 0 10px;

	margin-bottom: 10px;

	font-weight:bold;

	color: #3B83B1 !important; 

    text-shadow: 1px 1px 2px #fff;

}

.og-details p {

	font-weight: 400;

	font-size: 13px;

	line-height: 22px;

	color: #999;

}

.og-details a {

	font-weight: 700;

	font-size: 13px;

	letter-spacing: 0px;

	padding: 5px 10px;

	display: inline-block;

	margin: 15px 0 0;

	outline: none;

	text-shadow: none;

}

.og-details a:hover {

	text-decoration:none;

}

.og-loading {

	width: 20px;

	height: 20px;

	border-radius: 50%;

	background: #ddd;

	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;

	position: absolute;

	top: 50%;

	left: 50%;

	margin: -25px 0 0 -25px;

	-webkit-animation: loader 0.5s infinite ease-in-out both;

	-moz-animation: loader 0.5s infinite ease-in-out both;

	animation: loader 0.5s infinite ease-in-out both;

}

li.hidden{

	display: none !important;

}



.og-grid .img_container {

	height:150px;

        /** [BNVL] **/

	width: 120px; //150px;

        padding: 3px;

        /** / [BNVL] **/

	overflow:hidden;

	position:relative;

	text-align:center;

}

.og-grid .img_container img {

    background-color: #424242;

    -webkit-box-shadow: 1px -1px 5px #000;

    -moz-box-shadow: 1px -1px 5px #000;

    box-shadow: 1px -1px 5px #000;

    border: 1px solid #424242;

}



@media screen and (max-width: 750px) {

 /** [BNVL] **/

/*	.og-fullimg { width: 100%; }

	.og-details { width: 100%;padding:0; }*/

 /** / [BNVL] **/	

  



}



/** [BNVL] **/

@media (max-width: 810px) {

    .og-fullimg{

        width: 40%;

        bottom: 10px;

        margin-left: -20px;

    }

    .og-fullimg img{

        height: auto;

    }

    .og-details{

        float: right;

        width: 50%;

        position: relative;

        top: -10px;

        margin-right: 5%;

        height: 310px;

        padding: 5px;

    }

    .og-details h3{

        line-height: 1.5;

    }



	.og-close {

		position: absolute;

		width: 25px;

		height: 25px;

		top: 20px;

		right: 20px;

		z-index:999;

	}    

}



@media (max-width: 480px) {

 /** [BNVL] **/

/*	.og-fullimg { width: 100%; }

	.og-details { width: 100%;padding:0; }*/

 /** / [BNVL] **/	



    /*.og-details{

    	display: block;

        float: none;

        clear: both;

        width: 90%;

        top: 10px;

        margin-right: 5%;

        height: 200px;

        padding: 5px;

    }*/

    .og-fullimg{

        display: none;

    }

    .og-fullimg img{

        display: none;

    }

    .og-details{

        float: left;

        width: auto !important;

        /*position: relative;*/

        top: -10px;

        margin-right: 20px !important;

        height: 310px;

        padding: 5px;

    }

	.og-close {

		position: absolute;

		width: 20px;

		height: 20px;

		background-size: 20px 20px !important;

		background:url(../images/close-button.png);

		top: 20px;

		right: 10px;

		z-index:999;

	}  

}

ul.og-grid{

    background: 

        url("/images/libros/despiece_libreria/borde_izdo_parcial.png") top left repeat-y,

        url("/images/libros/despiece_libreria/estante_entero.png") top center repeat-y,

        url("/images/libros/despiece_libreria/borde_dcho_parcial.png") top right repeat-y;

    background-size: 2.5% 210px, 95% 210px, 2.5% 210px;   

    border-right: 1px solid #835734;

    border-left: 1px solid #835734;

    margin-bottom: -40px;

}

#estante-top{

    width: 100%;

    height: 60px;

    background: url("/images/libros/despiece_libreria/borde_top.png");

    background-size:100% 100%;   

    border: 1px solid #835734;

    border-bottom: 3px solid #DEB075;

}

#estante-bottom{

    width: 100%;

    height: 40px;

    background: url("/images/libros/despiece_libreria/borde_bottom.png");

    background-size:100% 100%;

    margin-top: -10px;

    border-right: 1px solid #fff;

    border-left: 1px solid #fff;

    border-top: 1px solid #835734;

}

ul.og-grid .og-expander{

    margin-top: 39px !important;

}

div.btnDescarga{

    background-color: #fff;

    border: 1px solid #3B83B1;



    box-shadow: 1px 1px 3px #424242;

    -webkit-box-shadow: 1px 1px 3px #424242;

    -moz-box-shadow: 1px 1px 3px #424242;



    cursor: pointer;

    margin: 0px 0 0px;

    padding: 5px;

    text-align: center;

    width: 100px;

    display: inline;

    margin-right: 0px;



	z-index:999;

}

div.btnDescarga:hover {

    background-color: #3B83B1;

}

div.btnDescarga a{

    color: #3B83B1;

    cursor: pointer;

    text-decoration: none;

}

div.btnDescarga:hover a{

    color: #fff;

}

div.contenedor-introtext{

	height: 160px;

	overflow-y:auto;

	padding: 0px 10px 0px 0px;

}



div.og-expander-inner

div.og-details

div.contenedor-introtext p {

	margin: 0px 0px 10px 0px !important; 

}

div.contenedor-introtext > ul > li {	

	margin: 0px 0px 15px 0px !important; 
	padding: 0px 0px 0px 0px !important; 
	font-size: 13px !important;
	color: #000000 !important;
	height: auto !important;	

}
div.contenedor-introtext > ul {	

	list-style: disc !important;
	list-style-type: disc !important;
	list-style-position: inside !important;
	height: auto !important;	

}

div.og-expander-inner

div.og-details p {

	margin: 0px 0px 10px 0px !important; 

}

/** [BNVL] **/