/* Listados de expertos */ 

ul#members-list.expertos li {
    float: left;
    margin: 5px;
    width: 250px;
}

ul#members-list.expertos{
	margin: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	display: block;
	clear: both;
	overflow: hidden;
	zoom: 1;
}

ul#members-list.expertos .contenido_experto{
	margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
    width: 140px;
}

ul#members-list.expertos li .name{
	display: block;
	overflow: hidden;
	color: #1E4D93;
	text-decoration:none;
	text-transform:capitalize;
}
ul#members-list.expertos li.big{
	background:none;
    height: 210px;
    text-align: center;
    width: 140px;
	float:left;
	clear:none;
	padding:5px 10px 0;
}
ul#members-list.expertos li.big .item-avatar{
    clear: both;
    display: block;
    height: 108px;
    margin: 5px 0 5px 15px;
    overflow: hidden;
    text-align: center;
}
ul#members-list.expertos li.big .item{
    clear: both;
    display: block;
    height: 85px;
    text-align: center;
	width: 140px;
}
ul#members-list.expertos li.big img.avatar {
	float: none;
	width:100px;
}
ul#members-list.expertos li div.item-title span {
	font-size: 12px;
	line-height: 130%;
	color: #1594C4;
	float: none;
}

/* Ficha de Experto */ 

.breadcrumb {
	font-size: 14px;
	clear: both;
	display: block;
	overflow: hidden;
	margin: 0 0 10px 0;
}
.breadcrumb div{
	float: left;
}
.ficha-experto {
	clear: both;
	display: block;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 0;
	
	
}
.ficha-experto .experto-left{
	width: 250px;;
	float: left;
	
}
.ficha-experto .experto-middle{
	width: 500px;;
	float: left;
	margin: 0 15px;
}

.ficha-experto .experto-right{
	width: 220px;
	float: right;
}
.ficha-experto .experto-header{
	background: #EEE;
	padding: 20px;
	text-align: center;
}
.ficha-experto .experto-header img{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #72A2D3;
    float: none;
    padding: 3px;
}
.ficha-experto .experto-header h1{
	text-align: center;
	margin: 10px 0;
	font-size: 18px;
}
.ficha-experto .experto-header h4{
	text-align: center;
	margin: 10px 0;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}

.module {
	-moz-border-radius: 6px; /* FF1+ */
	-webkit-border-radius: 6px; /* Saf3-4 */
	border-radius: 6px; /* Opera 10.5, IE 9, Saf5, Chrome */
	background: #FFF;
	-moz-box-shadow: 0px 3px 12px #BBB; /* FF3.5+ */
	-webkit-box-shadow: 0px 3px 12px #BBB; /* Saf3.0+, Chrome */
	box-shadow: 0px 3px 12px #BBB; /* Opera 10.5, IE 9 */
	margin: 0 0 20px 0;

}
.module .top{
	background: #508CC9 url(../images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 20px;
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 6px  6px  0px  0px; /* FF1+ */
	-webkit-border-radius: 6px  6px  0px  0px; /* Saf3-4 */
	border-radius: 6px  6px  0px  0px; /* Opera 10.5, IE 9, Saf5, Chrome */
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border:1px solid #508CC9;
	position: relative;
	clear: both;
	display: block;
	overflow: hidden;
	
}
.module .top h3{
	color: #FFF;
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	text-shadow:none;
}
.module .middle{
	border: 1px solid #DDD;
	border-bottom: none;
	overflow: hidden;
}
.module .middle .content{
	margin: 10px;
	padding: 0 10px;
	font-size: 14px;
	line-height: 130%;
}
.module.scroll .middle .content{
	height: 250px;
	overflow-y: scroll;
}
.module .bottom{
	-moz-border-radius: 0px  0px  5px  5px; /* FF1+ */
	-webkit-border-radius: 0px  0px  5px  5px; /* Saf3-4 */
	border-radius: 0px  0px  5px  5px;/* Opera 10.5, IE 9, Saf5, Chrome */
	height: 20px;
	border: 1px solid #DDD;
	border-top: none;
}
.ficha-experto h2{
	font-size: 32px;
	font-weight: normal;
	margin: 10px 0;
}
.ficha-experto ul.detalles-experto {
	clear:both;
	margin: 0;
}
.ficha-experto ul.detalles-experto li{
	text-align: left;
	padding: 0 5px;
	line-height: 18px;
}
/*
.ficha-experto ul.detalles-experto li.user_url {
	background: url(../images/profile-icons.png) no-repeat 0 -265px;
}
*/

ul.listado-articulos {
	clear: both;
	display: block;
	overflow: hidden;
	zoom:1;
}

ul.listado-articulos li a.thumbnail {
	float: left;
	display: block;
	margin: 0 10px 10px 0;
}
html>/**/body ul.listado-articulos li a.thumbnail {
	position: relative;
}

html>/**/body ul.listado-articulos li a.thumbnail span.play {
	height: 40px;
	width: 40px;
	display: block;
	left: 40px;
	position: absolute;
	top: 25px;
	background: url(../images/play-opaco.png) no-repeat 0 0;
	opacity:0.6;filter:alpha(opacity=60);

}
hhtml>/**/body ul.listado-articulos li a.thumbnail:hover span.play {
	opacity:0.9;filter:alpha(opacity=90);
}



ul.listado-articulos li{
	clear: both;
	display: block;
	overflow: hidden;
	zoom:1;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #DDD;
	padding-bottom: 10px;
}
ul.listado-articulos li h3{
	margin:0;
}
ul.listado-articulos li p {
	margin: 5px 0;
	line-height: 140%;
}
ul.listado-articulos li p.date{
	margin:0;
	color: #999;
}
.experto-right #members-list.expertos {
	margin:0;
}
.experto-right #members-list.expertos li {
	margin :0px 0px 10px 0px;
	border: none;
	border-bottom: 1px solid #DDD;
	padding: 0 0 10px 0;
	width: 100%;
	clear: both;
	overflow: hidden;
	display: block;
     -moz-border-radius: none;
  -webkit-border-radius:  none;
          border-radius: none;
     -moz-box-shadow:  none;
  -webkit-box-shadow:  none;
          box-shadow:  none;
}
.experto-right #members-list.expertos li .area {
	font-size: 11px;
	display: block;
}


.expertos3{
	float:left;
	height:100px;
	padding:10px;
	width:240px;
	text-align: left;
	color: #333;
	}
	
.expertos3 h4{
	padding: 0;
	margin: 10px 0 0;	
}

.expertos3 img, .expertos2 img a{border:1px solid #1E4D93;}

.expertos3 h4 a{color:#1E4D93;}

#idc-container .idc-foot {display: none;}
.ficha-experto .avatar{
	float:left;
	margin:0 20px 20px 0;
	max-height:220px;
	max-width:220px;
}
.vcard h1.fn{
	font-size:38.5px;
	text-transform:capitalize;
}
#derecha ul#members-list li .item{
	width:65%;
}