@font-face{
	font-family: 'MyFont';
	src: url("GRUPO3.ttf");
}

p{
	margin-top: 100px;
    margin-bottom: 100px;	
}

.itol-title{
	color: #777777;
	font-size: 25px;
	padding-left: 5px;	
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	font-family: 'MyFont';
}

.itol-sections{
	z-index: 9999;
	margin:0;
	font-family: 'MyFont';
	font-size: 20px;
	border-bottom: 2px solid black !important;
	background-color:#FFFFFF ;

}

#itolContain{
	margin-top:70px;
	text-align: justify;
}



.group > .itol-member{
	position:relative;	
	padding-right: 25px;	
	min-width:255px;
	width: 100%;
	margin-bottom: 20px;
	float:left;
	color: #777;
}

.itol-member > .header{
	width: 100%;	
	font-size: 15px; 
	font-weight: bold;	
	padding:5px 5px 5px 0px;
	margin: 0px;	
	-moz-border-radius: 1em 4em 1em 0em;
	border-radius: 1em 4em 0em 0em;
	background-color: #EFF5FB;
}

.itol-member > .header > .name{
	position:relative;
	float:left;	
}

.itol-member > .header > .name > small{
	font-size: 12px;
}

.itol-member > .header > .contact{
	font-weight:normal;
	width: 100%;

}

.itol-member > .information{	
	position: relative;
	font-size: 15px; 
	min-height:150px;
	width: 100%;
	background-color: #EFF5FB;
	padding:15px 5px 0px 5px;	
	float:left;
}

.itol-member > .information > .img{
	position: relative;
	min-height:132px;
	width: 96px;
	background-color: #EFF5FB;
	display: table-cell;
}

.itol-member > .information > .description{
	position: relative;
	background-color: #EFF5FB;
	display: table-cell;
	vertical-align: top;
	padding:0px 5px 0px 5px;
}


.img-resp{
	width: 640px;
	height: 400px;
}
/*Bootstrap modifications*/
.navbar {
    margin-bottom: 0px !important;
    width: 100%;
}
.section-active{
	background-color: #EFF5FB;
}
/*colors*/
.white-date{
	color: #fff;
}
.nav>li>a:hover, .nav>li>a:focus{
	background-color: #EFF5FB !important;
}