ul{
    margin: 0;
    padding: 0;
    list-style: none;
}


#conteCatego{
	width: 90%;
	margin: auto;
}
#conteCatego li{
	width: 25%;
	max-width: 373px;
	min-height: 300px;
	float: left;
	margin: 1% 2% 1% 4%;
	overflow: hidden;
	border-radius: 5px;
	position: relative;
}
.titCate {
	width: 98%;
	text-align: center;
	/* position: absolute; */
	float: left;
	border-radius: 25px;
	font-size: 1.2em;
	color: rgb(255, 255, 255);
	background-color: rgba(32, 32, 32, 0.85);
	padding: 1%;
	margin-bottom: 1px;
	text-shadow: 1px 1px 1px rgba(119, 119, 119, 0.43);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
	z-index: 7;
}
#decripcion{
	width: 100%;
	float: left;
}
#decripcionTXT{
	width: 90%;
	margin: auto;
}
/***********responsive***************/
@media (max-width: 1000px){
	#cuerpoWeb {
		width: 100%;
	}
	#centraPase {
		width: 100%;
		margin-left: 0px !important;
	}
}
@media (max-width: 700px){
	#conteCatego li {
		width: 38% !important;
	}
	
}
@media (max-width: 500px){
	#imagenesMuestra {
		margin-top: 0px !important;
		min-height: 112px !important;
		height: 112px !important;
	}
	#cuerpoWeb {
		margin-top: 94px !important;
	}
	#destacados li {
		margin: 5px 4% 0 18% !important;
	}
	#decripcion {
		padding: 10px;
	}
	.titCate {
		width: 80% !important;
		padding: 8% !important;
		font-size: .8em !important;
		min-height: 30px !important;
	}
	#conteCatego li {
		width: 40% !important;
		min-height: 185px !important;
	}
	#contenedorPaseImg img{
		height: 100px !important;
	}
}