/* INICIO LIVE CAMPUS */
.base-lc {
	position:relative; 
	margin-top:-80px; 
	width:90%; 
	/*min-height:400px; */
	background-color:#FFFFFF; 
	padding:20px; 
	margin-left:auto; 
	margin-right:auto; 
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;
}

@media (min-width:320px) and (max-width:480px) {
	
	.lc-interno {
		display:table; 
		width: 80%; 
		margin: 0px auto;}
	
	.instit-img {
		width:100%;
		max-width:480px;
		margin: 5px 0; 
		}
	
	.img-int {
		width:100%;
	}
	
	.insti-tit {text-align: center; color: #000000;}
	
}
@media (min-width:481px) and (max-width:768px) {
	
	.lc-interno {
		display:table; 
		width: 100%; 
		margin: 50px auto;
	}
	
	.instit-img {
		width:44%; 
		margin: 10px; 
		float: left;
		}
	
	.img-int {
		width:100%;
	}
	
	.insti-tit {text-align: center; color: #000000;}
	
}

@media (min-width:769px) {
	
	.lc-interno {
		display:table; 
		width: 720px; 
		margin: 50px auto;
	}
	
	
	.instit-img {
		width:220px; 
		margin: 10px; 
		float:left;
	}
	.img-int {
    width:100%;
    box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.20);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid rgba(0,0,0,0.15);
    transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;

	}
	.img-int:hover {
		    border: 2px solid rgba(84,186,253,1);
    box-shadow: inset 0px 0px 0px 0px rgba(84,186,253,1);
		transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
		}
	.insti-tit {text-align: center; color: #000000;}
}
/* FIN LIVE CAMPUS */