body {
	/*overflow: hidden;*/
}
a { color: #333; }

div#container_colec {
	display: table;
	width: 95%;
	max-width: 1200px;
	margin: 30px auto 35px;
	margin: 30px auto 60px;
}
section#left_menu {
	display: table-cell;
	width: 200px;
	max-width: 200px;
	vertical-align: top;
}
section#collection_wrapper {
	display: table-cell;
	overflow: hidden;
}

#left_menu ul#coleccions > li {
	padding-bottom: 0.5em;
}
 
#left_menu ul li ul li {
    padding: 3px 0px 3px 12px;
    cursor: pointer;
}
#left_menu li span {
 	font-weight: 400;
 	margin: 8px 3px;
 	cursor: pointer;
 	display: inline-block;
 	vertical-align: middle;
}
#left_menu li span.sprite_menu {
	background-image: url('../img/sprite_menu.png');
	background-repeat: no-repeat;
 	background-position: 0 -20px;
 	width: 16px;
 	height: 16px;
 	display: inline-block;
}
  
#left_menu ul li a {
	font-weight: 300;
}
#left_menu ul li a:hover {
	color: #bab1a8;
}

.jewel_thumbnail {
    width: 16.66%;      
    height: 140px;
    display: inline-block;
    float: left;
    margin: 0 0 10px;
    position: relative;
    /*background-color: #afd5c0;*/
}
.ch-item {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    cursor: default;
    overflow: visible;

    box-shadow: 
        inset 0 0 0 0 rgba(175,213,192, 0.4),
        inset 0 0 0 10px rgba(186,177,168,0.4), 
        0 1px 2px rgba(0,0,0,0.1);
        
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.ch-info {
    position: absolute;
    width: 100%;
    bottom: -25px;
    opacity: 0.7;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    
    -webkit-backface-visibility: hidden; /*for a smooth font */
}
.ch-info h3 {
    color: #000;
    /*text-transform: uppercase;*/
    font-size: 22px;
    font-size: 1.8em;
    /*margin: 0 auto;*/
    /*padding: 35px 0 0 0;*/
    /*height: 110px;*/
    font-family: 'Berkshire Swash', cursive;
    font-weight: normal;
    text-align: center;
}
.ch-item:hover {
    cursor: pointer;
    box-shadow: 
        inset 0 0 0 110px rgba(175,213,192, 0.4),
        inset 0 0 0 10px rgba(255,255,255,0.8),
        0 1px 2px rgba(0,0,0,0.1);
}
.ch-item:hover .ch-info {
    opacity: 1;
    bottom: 40px;   
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);    
}

#iframe_container { 
	overflow: hidden;
}
#jewel {
	/*min-height: 600px;*/
	min-height: 640px;  /*a octubre 2016 poso 640*/
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
#jewel h2 {
	font-family: 'Berkshire Swash', cursive;
	font-size: 2em;
	color: #afd5c0;
	margin: 6px 0 12px;
}
#jewel h2 span {
	font-size: 0.5em;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	padding-left: 0.5em;
}
#jewel p {
	text-align: left;
	margin: 6px 0 12px;
}
#jewel #slider p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	text-align: right;
	padding: 4px 20px 0;
	margin: 0 0 2px;
	color: #333;
}

@media all and (max-width: 1000px) {
	.jewel_thumbnail {
		width: 20%;
	}
}
@media all and (max-width: 900px) {
	.jewel_thumbnail {
		width: 25%;
	}
}
@media all and (max-width: 650px) {
	.jewel_thumbnail {
		width: 33.3%;
	} 
}
@media all and (max-width: 450px) {
	.jewel_thumbnail {
		width: 50%;
	}
}

@media all and (max-width: 625px) {

	div#container_colec {
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}

	section#left_menu {
		display: table-row;
		padding-bottom: 2em;
		width: 100%;
	}

	section#left_menu ul {
		padding: 6px;
	}
	section#left_menu > ul {
		border-bottom: 1px solid #afd5c0;
	}
	section#left_menu > ul:first-child {
		border-top: 2px solid #afd5c0;
	}
	section#left_menu > ul:last-child {
		margin-bottom: 1em;
	}

	section#left_menu li {
		display: inline-block;
		padding: 0px 8px 5px 0px;
	}

	section#left_menu ul li ul li:before {
		content: '· ';
		font-size: 1.3em;
		font-weight: 700;
	}
	#jewel h2 {
		margin-left: 4px;
		margin-right: 2px;
	}
}

@media all and (max-width: 480px) {	
	#jewel {
		min-height: 450px;
		width: 100%;
		/*margin-top: 40px;*/
	}
}
