.logo { 
	max-width:120px;
	height:auto; 
	padding:10px;
	margin: 10px;
	margin-top: 6px;  
 }
.logo2 { 
	max-width:300px;
	height:auto; 
	padding:10px;
	margin: 10px;
	margin-top: 10px;  
 }
h5 {
	font-size:16px;
	text-align:center;
	padding:16px;  
 }

 .logojst {
	max-width:250px;
	height:auto; 
	margin-top: 25px;
}

.imagenprueba{
	box-shadow: 10px 10px 10px 0px #8A8989;
}


.logojst:hover{
	filter: opacity(.5);
}



.img-circle{
	border-radius: 50%;
}

.imgRedonda {
    width:250px;
    height:250px;
    border-radius:250px;
    border: 5px solid #8A8989;
}

