.contenido{
	width: 100%; 
	height: auto;
	margin-left: 15px;
	margin-right: 10px;
}
.contenedor{
	width: 24%;
	margin: 6px;
	padding: 2px;
	float: left;
	border-radius: 15px;
	transition: transform 1s ease;
    box-shadow:inset 0 -3em 3em rgba(0, 0, 0, 0.1), 0 0 0 2px rgb(255, 255, 255), 0.3em 0.3em 1em rgba(10,93,102.3);
}

.contenedor img{
	width: 100%;
	height: 300px;
	border: solid 1px;
	border-color: rgb(10,93,102) ;
}

.contenedor:hover{
	background-color: rgb(10,93,102);
}

.botonencavezado{
	width: 80%;
    font-size: 18px;
    background-color: rgb(10,93,102);
    color: white; 
    border-radius: 15px;
    border: solid 1px;
    border-color: white;
    margin: 10px;
}

#vendes{
    background-color: rgb(10,93,102);
    color: white;font-size: 30px;
    border-radius: 5px; 
    text-align: center;
}

#degradado{
    box-shadow:inset 0 -3em 3em rgba(0, 0, 0, 0.1), 0 0 0 2px rgb(255, 255, 255), 0.3em 0.3em 1em rgba(10,93,102.3);  border-radius: 15px;
}

#encabezados{
background-color: rgb(10,93,102);
border-top-right-radius: 10px;
border-top-left-radius: 10px;
}

#degradado #encabezados h1{
    color: white;
}

#degradado #encabezados h6{
    color: white;
    text-justify: inter-word;
}

@media (max-width: 700px){

.contenido{
	margin-left: 30px;
	margin-right: 0px;
}

.contenedor{
	width: 44%;
	margin: 6px;
	padding: 2px;
	float: left;
	border-radius: 15px;
	transition: transform 1s ease;
    box-shadow:inset 0 -3em 3em rgba(0, 0, 0, 0.1), 0 0 0 2px rgb(255, 255, 255), 0.3em 0.3em 1em rgba(10,93,102.3);
}

.contenedor img{
	width: 100%;
	height: 150px;
	border: solid 1px;
	border-color: rgb(10,93,102) ;
}
.botonencavezado{
	font-size: 15px;
}

}