
#alumnPage{
	font-size: 12px;
}

#image{
	max-height: 85%;
	max-width: 80%;
}

#imageAnglo{
	margin-top: 10%; 
	max-height: 50%;
	max-width: 50%;
	margin-left: auto;	
}
img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.img-thumbnail {
	background-color: #221515;
}
.content-wrapper  {
	background-color: #e9e4e4;;
}
.pulse {
    
    animation-name: pulse; 
}


.shadow-card {
    box-shadow: 0px 0px 20px 9px rgb(255 255 255 / 50%);
    background-color: rgba(219, 219, 219, 0.8);
}

.picker {position:relative;width:90%;margin:0 auto}
.inputpicker {width:100%;padding:10px;background:#f2f2f2}
	
.oculto {width:100%;background:#f2f2f2;border-radius:0 0 10px 10px;padding:10px;overflow:auto;max-height:200px;display:none}
	.oculto ul {display:inline;float:left;width:100%;margin:0;padding:0}
		.oculto ul li {margin:0;padding:0;display:block;width:30px;height:30px;text-align:center;font-size:15px;font-family:"fontawesome";float:left;cursor:pointer;color:#666;line-height:30px;transition:0.2s all}
		.oculto ul li:hover {background:#FFF;color:#000}
	.oculto input[type=text] { font-size:13px;padding:5px;margin:0 0 10px 0;border:1px solid #ddd; }
