

.catalogoContainer{
	width:100%;
	margin-bottom:20px;
}


.productoBox{
	width:600px;
	padding-bottom:25px;
	padding-top:25px;
	float:left;
	min-height:250px;
	border-bottom:1px solid #735d42;
}


.productoInfoContainer{
	width:360px;
	float:left;
}


.productoTitulo{
	font-family: 'Times New Roman', Arial, Verdana;
	font-weight:bold;
	font-size: 26px;
	text-align: left;
	color: #d2b152;
	width:100%;
	height:auto;
	display:block;
	margin:0px;
	padding:0px;
}


.productoFotoContainer{
	width:240px;
	float:left;
}


a.productoFoto{
	display:block;
	width:100px;
	height:70px;
	background-color:#fff;
	float:left;
	margin-left:20px;
	margin-bottom:20px;
	border:1px solid #735d42;
	-webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
	transition: opacity 0.25s, transform 0.25s;
	opacity: 1;
	
}

a.productoFoto:hover{

	-webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
	transition: opacity 0.25s, transform 0.25s;
	
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;

	opacity:.5;
}




				
/* ____ v INICIA CSS MAX 1060 px __________________________________________ */
/* ________________________________________________________________________ */


@media screen and (max-width: 1500px) {



	.catalogoContainer{
		width:100%;
		margin-bottom:20px;
	}


	.productoBox{
		width:505px;
		padding-bottom:20px;
		padding-top:20px;
		float:left;
		min-height:255px;
		border-bottom:1px solid #735d42;
	}


	.productoInfoContainer{
		width:300px;
		float:left;
	}


	.productoTitulo{
		font-family: 'Times New Roman', Arial, Verdana;
		font-weight:bold;
		font-size: 26px;
		text-align: left;
		color: #d2b152;
		width:100%;
		height:auto;
		display:block;
		margin:0px;
		padding:0px;
	}


	.productoFotoContainer{
		width:205px;
		float:left;
	}


	a.productoFoto{
		display:block;
		width:80px;
		height:65px;
		background-color:#fff;
		float:left;
		margin-left:20px;
		margin-bottom:20px;
		border:1px solid #735d42;
		-webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
		transition: opacity 0.25s, transform 0.25s;
		opacity: 1;
		
	}

	a.productoFoto:hover{

		-webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
		transition: opacity 0.25s, transform 0.25s;
		
		-webkit-transform: scale3d(1.05,1.05,1);
		transform: scale3d(1.05,1.05,1);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;

		opacity:.5;
	}




}



/* ____ v INICIA CSS TABLETS ______________________________________________ */
/* ________________________________________________________________________ */


@media screen and (max-width: 900px) {


}



/* ____ v INICIA CSS SMARTPHONES __________________________________________ */
/* ________________________________________________________________________ */


@media screen and (max-width: 450px) {


}




