.container {
	width: 99%;
	margin: auto;
	margin-top: 30px;
	border: 1px solid #937B3E; 
	border-radius:5px;
}

.containerSup {
	width: 99%;
	margin: auto;
	border-radius:5px;
	border: 1px solid #937B3E;
}


.imgContainer {
	width: 230px;
	height: 315px;	
	padding-top: 15px;
	float: left;
}
.imgContainer img {
	display: block;
	margin: auto;
}

.textoCont {
	width: 96%;
	padding:15px 2% 15px 2%;
	min-height: 300px;
}

.titulo {
	margin: 0px;
}
.texto {
	margin: 0px;
}
.subt {
	font-family: "arial", sans-serif;
	font-weight: bolder;
	color: #AE9969;
	margin: 0px;
}

.textoCont .texto {
	font-size: 16px;
}

/*Tablet y mobile*/

@media screen and (max-width: 500px) {
	.imgContainer {
		float: none;
		width: 100%;
	}
	.imgContainer img {
		display: block;
		margin:auto;
	}
	.textoCont {
		padding:15px 4% 15px 4%;
		width: 92%;
	}
}