@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
/*html { height: 100%; }*/




/********** asesor **************/
.asesor-box {
	-moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
}
.asesor-info {
	/*background: #f9f9f9;
	background: -moz-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #f5f5f5));
	background: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
	background: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
	background: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);*/
}
.asesor-box {
	border-bottom: 1px solid #7E09E4;
	/*background: #fff;*/
	position: relative;
	margin: 20px;
}
.asesor-info {
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 0.5px solid #7E09E4;
	padding: 20px 20px 20px;
	text-shadow: 0 1px 0 #fff;
	color: #526782;
}
.t-img {
	width: 100px;
	height: 120px;
	position: relative;
	float: left;
	margin: 0 25px 5px 0;
	-moz-box-shadow: 0 1px 0 0 #fff;
	-webkit-box-shadow: 0 1px 0 0 #fff;
	box-shadow: 0 1px 0 0 #fff;
}
.t-overlay {
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 4px rgba(0,0,0,0.4);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.t-asesor {
	display: block;
	font-size: 18px;
	color: #999;
	padding: 18px 0 5px;
}
.t-position {
	display: block;
	font-size: 14px;
	color: #a0a0a0;
}
.asesor-biodata {
	display: none;
	padding: 20px 35px 30px 77px;
	color: #363636;
	position: relative;
}
.asesor-biodata:before {
	content: '';
	position: absolute;
	top: 35px;
	left: 10px;
	width: 100px;
	height: 60px;
	background: url(../img/logo-licel.png) no-repeat;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: '';
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
/*-------------------*/
.btn-expandir {
	display: block;
	position: relative;
	float: left;
	margin-top: 10px;
	width: 75px;
	font-size: 16px;
	cursor: pointer;
	color: #7E09E4;
}
.menu-social {
	display: block;
	position: relative;
	float: right;
	/*width: 250px;*/
	height: 30px;
	list-style: none;
}
ul.menu-social {
	margin: 0px;
	padding: 0px;
}
.menu-social li {
	margin: 0px;
	padding: 0px;
	float: left;
}
.menu-social li a {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0px;
	outline: none;
	text-decoration: none;
	/*text-indent: -9000px;*/
	position: relative;
}
.menu-social li .ms-facebook {
	background: transparent url(../img/facebook.png) no-repeat top;
}
.menu-social li .ms-twitter {
	background: transparent url(../img/twitter.png) no-repeat top;
}
.menu-social li .ms-skype {
	background: transparent url(../img/skype.png) no-repeat top;
}
.menu-social li .ms-wordpress {
	background: transparent url(../img/wordpress.png) no-repeat top;
}
.menu-social li .ms-blogger {
	background: transparent url(../img/blogger.png) no-repeat top;
}
.menu-social li .ms-linkedin {
	background: transparent url(../img/linkedin.png) no-repeat top;
}
.menu-social li .ms-liga {
	background: transparent url(../img/liga.png) no-repeat top;
}
.menu-social li a:hover {
	background-color: #e3e3e3;
}
.menu-social li a.sin-liga {
	background-position: bottom;
	pointer-events: none;
	cursor: default;
}
#cuerpo {
	margin-left: 70px;
}
