ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

h1{
	width: 86%;
	text-align: center;
	font-size: 1.8em;
	color: rgb(251, 165, 18);
	text-shadow: 1px 1px 2px black;
}
h2{
	width: 100%;
	text-align: center;
	font-size: 1.2em;
	color: rgb(0, 90, 154);
	text-shadow: 1px 1px 2px rgb(185, 185, 185);
}
#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 2px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 2px 5px 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: 78%;
	margin: 0% 0 0 5%;
}
#subCate{
	float: left;
    width: 78%;
    margin: 0 0 0 3%;
    /* border: 3px solid rgb(0, 99, 168); */
    /* border-right: 3px solid rgb(0, 99, 168); */
    /* border-left: 3px solid rgb(0, 99, 168); */
    border-radius: 40px;
    display: block;
    /* min-height: 156px; */
    padding: 5px 24px 17px 37px;
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 6px rgba(0,0,0,0.5);
    box-shadow: 0 1px 6px rgba(0,0,0,0.5);
}
#subCate li{
	position: relative;
	float: left;
	cursor: pointer;
	margin: 15px 15px 0 0;
	padding-right: 17px;
	width: 200px;
}
.scateSel .textSub{
	background-color: rgb(251, 165, 18) !important;
	border: 2px solid rgb(0, 97, 168) !important;
}
.imgSub{
	/*float: left;
	width: 100%;
	height: 98px;*/
}
.textSub{
	width: 94%;
	text-align: center;
	font-size: .9em;
	float: left;
	background-color: rgba(0, 129, 255, 1);
	color: white;
	padding: 9px;
	font-weight: bold;
	border-radius: 32px;
	text-shadow: 1px 1px 1px black;
	border: 2px solid rgb(32, 32, 32);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.18);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.18);
}
.cerrarScat{
	font-size: 1.3em;
    position: absolute;
    left: 95%;
    color: #A5A5A5;
    border: 1px solid rgba(201, 201, 201, 0.5);
    padding: 0 5px 0 5px;
    border-radius: 10px;
    background-color: rgba(32, 32, 32, 0.05);
    cursor: pointer;
}
.contScate{
	display: none;
	cursor: pointer;
	float: left;
	position: relative;
	background-color: rgba(245, 245, 245, 0.32);
	width: 71%;
	margin: 0px 0 0 7%;
	/*border: 1px solid rgb(32, 32, 32);*/
	border-top: none;
	padding: 10px;
	border-radius: 0 0 25px 25px;
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5);
	box-shadow: 0 2px 6px rgba(0,0,0,0.5);
}
.contScate p{
	width: 60%;
    float: left;
}
.contScate table{
	width: 60% !important;
    float: left;
}

.contScate img{
	float: left !important;
    width: 85% !important;
    vertical-align: middle;
	margin: 0 !important;
    margin-right: 30px !important;
	height: auto !important;
}
.colImg{
	float: left;
    width: 31%;
}
.colImg img{
	margin-bottom: 20px !important;
}
/***********responsive***************/
@media (max-width: 1100px){
	#cuerpoWeb {
		width: 100%;
	}
	#centraPase {
		width: 100%;
		margin-left: 0px !important;
	}
	#subCate {
		width: 67% !important;
		height: auto !important; 
	}
	.contScate img {
		width: 40% !important;
	}
	.contScate p{
		width: 100% !important;
	}
	.contScate table{
		width: 100% !important;
	}
}
@media (max-width: 500px){
	#imagenesMuestra {
		margin-top: 0px !important;
		min-height: 112px !important;
		height: 112px !important;
	}
	#contenedorPaseImg{
		all: none;
	}
	#destacados li {
		margin: 5px 4% 0 18% !important;
	}
	#decripcion {
		padding: 10px;
	}
	#cuerpoWeb {
		margin-top: 94px !important;
	}
	#contenedorPaseImg img{
		height: 100px !important;
	}
	.contScate img {
		width: 95% !important;
	}
	
}