.ib-container{
	/*
	width: 800px;
	margin: 30px auto;
	width: 1400px;
	margin: 30px 30px 30px 60px;
	margin: 30px 30px 30px 130px;
	margin: 30px 30px 60px 130px;
	*/
	position: relative;
	width: 1200px;
	margin: 30px 30px 60px 130px;
	display: block;
}
.ib-container:before,
.ib-container:after {
    content:"";
    display:table;
}
.ib-container:after {
    clear:both;
}

.ib-container article {   /* dimensiones del cuadro de la imagen */
	/*
	width: 140px;
	height: 220px;

	width: 17%;
	height: 100%;

	margin: 15px;
	background: #fff;
	border: 10px solid #fff;
	*/
	border-radius: 4px 4px 4px 4px;
	display: block;
	width: 18%;
	height: 50%;
	background: #000;
	cursor: pointer;
	float: left;
	border: 10px solid #000;
	text-align: left;
	text-transform: none;
	margin: 15px 15px 15px 15px;
	z-index: 1;
	-webkit-backface-visibility: hidden;
/*
	box-shadow: 
		0px 0px 0px 10px rgba(255,255,255,1), 
		1px 1px 3px 10px rgba(0,0,0,0.2);
*/
	-webkit-transition: 
		opacity 0.4s linear, 
		-webkit-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	-moz-transition: 
		opacity 0.4s linear, 
		-moz-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	-o-transition: 
		opacity 0.4s linear, 
		-o-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	-ms-transition: 
		opacity 0.4s linear, 
		-ms-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	transition: 
		opacity 0.4s linear, 
		transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
}

#dimensiones {   /* Dimensiones de las Imagenes y ubicacion */
/*
	height: 100%;
	width: 100%;
*/
	margin: 10px 10px 10px 6px;
	height: 100%;
	width: 100%;
}

.ib-container h3 a{
	font-size: 16px;
	font-weight: 400;
	color: #000;
	color: rgba(0, 0, 0, 1);
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 1);
	opacity: 0.8;
}
.ib-container article header span{
	/*
	padding: 10px 0;
	*/
	font-size: 10px;
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
	padding: 5px 10px 5px 10px;
	display: block;
	color: #FFD252;
	color: rgba(255, 210, 82, 1);
	text-shadow: 0px 0px 0px rgba(255, 210, 82, 1);
	text-transform: uppercase;
	opacity: 0.8;
}
.ib-container article p{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #333;
	color: rgba(51, 51, 51, 1);
	text-shadow: 0px 0px 0px rgba(51, 51, 51, 1);
	opacity: 0.8;
}
.ib-container h3 a,
.ib-container article header span,
.ib-container article p{
	-webkit-transition: 
		opacity 0.2s linear, 
		text-shadow 0.5s ease-in-out, 
		color 0.5s ease-in-out;
	-moz-transition: 
		opacity 0.2s linear, 
		text-shadow 0.5s ease-in-out, 
		color 0.5s ease-in-out;
	-o-transition: 
		opacity 0.2s linear, 
		text-shadow 0.5s ease-in-out, 
		color 0.5s ease-in-out;
	-ms-transition: 
		opacity 0.2s linear, 
		text-shadow 0.5s ease-in-out, 
		color 0.5s ease-in-out;
	transition: 
		opacity 0.2s linear, 
		text-shadow 0.5s ease-in-out, 
		color 0.5s ease-in-out;
}
/* Hover Style for all the items: blur, scale down*/
.ib-container article.blur{
	box-shadow: 0px 0px 20px 10px rgba(255,255,255,1);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	opacity: 0.7;
}
.ib-container article.blur h3 a{
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
	color: rgba(0, 0, 0, 0);
	opacity: 0.5;
}
.ib-container article.blur header span{
	text-shadow: 0px 0px 10px rgba(255, 210, 82, 0.9);
	color: rgba(255, 210, 82, 0);
	opacity: 0.5;
}
.ib-container article.blur  p{
	text-shadow: 0px 0px 10px rgba(51, 51, 51, 0.9);
	color: rgba(51, 51, 51, 0);
	opacity: 0.5;
}

/* Hover Style for single item: scale up */
.ib-container article.active{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	/*
	box-shadow: 
		0px 0px 0px 10px rgba(255,255,255,1), 
		1px 11px 15px 10px rgba(0,0,0,0.4);
	*/
	z-index: 100;	
	opacity: 1;
}
.ib-container article.active h3 a,
.ib-container article.active header span,
.ib-container article.active p{
	opacity; 1;
}


/*  manejo de Responsive Web Design (media cuery 1)   */
@media screen and (max-width: 1024px) {
	.ib-container{
		position: relative;
		width: 800px;
		margin: 30px auto;
		display: block;
	}

	.ib-container article{
		/*
	width: 17%;
	height: 50%;
		*/
		border-radius: 4px 4px 4px 4px;
		display: block;

	width: 21%;
	height: 53%;

		background: #fff;
		cursor: pointer;
		float: left;
		border: 10px solid #fff;
		text-align: left;
		text-transform: none;
		margin: 15px;
		z-index: 1;
		-webkit-backface-visibility: hidden;
		box-shadow: 
			0px 0px 0px 10px rgba(255,255,255,1), 
			1px 1px 3px 10px rgba(0,0,0,0.2);
		-webkit-transition: 
			opacity 0.4s linear, 
			-webkit-transform 0.4s ease-in-out, 
			box-shadow 0.4s ease-in-out;
		-moz-transition: 
			opacity 0.4s linear, 
			-moz-transform 0.4s ease-in-out, 
			box-shadow 0.4s ease-in-out;
		-o-transition: 
			opacity 0.4s linear, 
			-o-transform 0.4s ease-in-out, 
			box-shadow 0.4s ease-in-out;
		-ms-transition: 
			opacity 0.4s linear, 
			-ms-transform 0.4s ease-in-out, 
			box-shadow 0.4s ease-in-out;
		transition: 
			opacity 0.4s linear, 
			transform 0.4s ease-in-out, 
			box-shadow 0.4s ease-in-out;
	}
}

@media screen and (max-width: 768px) {
	.ib-container{
		/*
		margin: 30px auto;
		*/
		position: relative;
		width: 800px;
		margin: 30px 30px 30px 30px;
		display: block;
	}

	.ib-container article{
		/*
		width: 140px;
		height: 220px;
		*/
		border-radius: 4px 4px 4px 4px;
		display: block;

	width: 17%;
	height: 50%;

		background: #fff;
		cursor: pointer;
		float: left;
		border: 10px solid #fff;
		text-align: left;
		text-transform: none;
		margin: 15px 8px 12px 27px;
		z-index: 1;
		-webkit-backface-visibility: hidden;
		box-shadow: 
			0px 0px 0px 10px rgba(255,255,255,1), 
			1px 1px 3px 10px rgba(0,0,0,0.2);
		-webkit-transition: 
			opacity 0.4s linear, 
			-webkit-transform 0.4s ease-in-out, 
			box-shadow 0.4s ease-in-out;
		-moz-transition: 
			opacity 0.4s linear, 
			-moz-transform 0.4s ease-in-out, 
			box-shadow 0.4s ease-in-out;
		-o-transition: 
			opacity 0.4s linear, 
			-o-transform 0.4s ease-in-out, 
			box-shadow 0.4s ease-in-out;
		-ms-transition: 
			opacity 0.4s linear, 
			-ms-transform 0.4s ease-in-out, 
			box-shadow 0.4s ease-in-out;
		transition: 
			opacity 0.4s linear, 
			transform 0.4s ease-in-out, 
			box-shadow 0.4s ease-in-out;
	}
}

@media screen and (max-width: 640px) {
	/*
		width: 800px;
		width: 400px;
		margin: 30px auto;
	*/
	.ib-container{
		position: relative;
		width: 690px;
		margin: 30px 30px 30px 30px;
		display: block;
	}

	.ib-container article{
		/*
		width: 140px;
		height: 220px;
		margin: 15px;
		margin: 15px 8px 12px 27px;

	width: 17%;
	height: 50%;

		*/
		border-radius: 4px 4px 4px 4px;
		display: block;

	width: 15%;
	height: 50%;

		background: #fff;
		cursor: pointer;
		float: left;
		border: 10px solid #fff;
		text-align: left;
		text-transform: none;
		margin: 15px 4px 12px 32px;
		z-index: 1;
		-webkit-backface-visibility: hidden;
		box-shadow: 
			0px 0px 0px 10px rgba(255,255,255,1), 
			1px 1px 3px 10px rgba(0,0,0,0.2);
		-webkit-transition: 
			opacity 0.4s linear, 
			-webkit-transform 0.4s ease-in-out, 
			box-shadow 0.4s ease-in-out;
		-moz-transition: 
			opacity 0.4s linear, 
			-moz-transform 0.4s ease-in-out, 
			box-shadow 0.4s ease-in-out;
		-o-transition: 
			opacity 0.4s linear, 
			-o-transform 0.4s ease-in-out, 
			box-shadow 0.4s ease-in-out;
		-ms-transition: 
			opacity 0.4s linear, 
			-ms-transform 0.4s ease-in-out, 
			box-shadow 0.4s ease-in-out;
		transition: 
			opacity 0.4s linear, 
			transform 0.4s ease-in-out, 
			box-shadow 0.4s ease-in-out;
	}
}

@media screen and (max-width: 480px) {
	/*
		width: 800px;
		width: 400px;
		width: 690px;
		margin: 30px auto;
		margin: 30px 30px 30px 30px;
	*/
	.ib-container{
		position: relative;
		width: 450px;
		margin: 5px 5px 5px 5px;
		display: block;
	}

	.ib-container article{
		/*
		margin: 15px 8px 12px 27px;
		margin: 15px 4px 12px 32px;

	width: 15%;
	height: 50%;

	width: 22%;
	height: 46%;
		*/
		border-radius: 4px 4px 4px 4px;
		display: block;

	width: 32%;
	height: 46%;

		background: #fff;
		cursor: pointer;
		float: left;
		border: 10px solid #fff;
		text-align: left;
		text-transform: none;
		margin: 15px 4px 12px 70px;
		z-index: 1;
		-webkit-backface-visibility: hidden;
		box-shadow: 
			0px 0px 0px 10px rgba(255,255,255,1), 
			1px 1px 3px 10px rgba(0,0,0,0.2);
		-webkit-transition: 
			opacity 0.4s linear, 
			-webkit-transform 0.4s ease-in-out, 
			box-shadow 0.4s ease-in-out;
		-moz-transition: 
			opacity 0.4s linear, 
			-moz-transform 0.4s ease-in-out, 
			box-shadow 0.4s ease-in-out;
		-o-transition: 
			opacity 0.4s linear, 
			-o-transform 0.4s ease-in-out, 
			box-shadow 0.4s ease-in-out;
		-ms-transition: 
			opacity 0.4s linear, 
			-ms-transform 0.4s ease-in-out, 
			box-shadow 0.4s ease-in-out;
		transition: 
			opacity 0.4s linear, 
			transform 0.4s ease-in-out, 
			box-shadow 0.4s ease-in-out;
	}
}

@media screen and (max-width: 320px) {
	/*
		margin: 30px auto;
	*/
	.ib-container{
		position: relative;
		width: 350px;
		margin: 5px 5px 5px 5px;
		display: block;
	}

	.ib-container article{
		/*
		margin: 15px 8px 12px 27px;
		margin: 15px 4px 12px 32px;
		margin: 15px 4px 12px 40px;

	width: 15%;
	height: 50%;

		*/
		border-radius: 4px 4px 4px 4px;
		display: block;

	width: 30%;
	height: 46%;

		background: #fff;
		cursor: pointer;
		float: left;
		border: 10px solid #fff;
		text-align: left;
		text-transform: none;
		margin: 15px 4px 12px 30px;
		z-index: 1;
		-webkit-backface-visibility: hidden;
		box-shadow: 
			0px 0px 0px 10px rgba(255,255,255,1), 
			1px 1px 3px 10px rgba(0,0,0,0.2);
		-webkit-transition: 
			opacity 0.4s linear, 
			-webkit-transform 0.4s ease-in-out, 
			box-shadow 0.4s ease-in-out;
		-moz-transition: 
			opacity 0.4s linear, 
			-moz-transform 0.4s ease-in-out, 
			box-shadow 0.4s ease-in-out;
		-o-transition: 
			opacity 0.4s linear, 
			-o-transform 0.4s ease-in-out, 
			box-shadow 0.4s ease-in-out;
		-ms-transition: 
			opacity 0.4s linear, 
			-ms-transform 0.4s ease-in-out, 
			box-shadow 0.4s ease-in-out;
		transition: 
			opacity 0.4s linear, 
			transform 0.4s ease-in-out, 
			box-shadow 0.4s ease-in-out;
	}
}