/* CSS Document */

#catemenu{
	list-style:none;
	padding:0;
	margin:0 15px 0 0;
	width:18%;
	height:387px;
	overflow:auto;
	float:left;
}

#catemenu li{
	display:table;
	list-style:none;
	width:100%;
	height:43px;
}


#catemenu li:nth-child(even) a { background-color:#1A2930; }
#catemenu li:nth-child(odd)  a { background-color:#19323E; }
#catemenu li a:hover { background:#0d181d;}

#catemenu li a.active{
	background:#fff url(../images/rowactiveright.png) right center no-repeat !important;
	cursor:default;
}

#catemenu li a{
	text-align:center;
	vertical-align:middle;
	width:100%;
	height:100%;
	text-decoration:none;
	display:table-cell;
}

#resultsHolder{
	float:left;
	width:78%;
	overflow:hidden;
}

#resultsHolder > h1{
	display:block;
	width:100%;
	height:45px;
	padding:0;
	background:url(../images/fondoh1.png) repeat-x;
	margin:0 0 15px 0;
	line-height:45px;
	font-size:24px;
	text-align:center;
	font-weight:bold;
}

#searchholder{
	position:relative;
	padding:0 50px;
}

#searchholder .flechanav{
	position:absolute;
	display:block;
	background-color:#1a2930;
	background-position:center center;
	background-repeat:no-repeat;
	height:70px;
	width:40px;
	border-radius:10px;
	top:45%;
	cursor:pointer;
	z-index:2000;
	opacity:.8;
}

#searchholder  .flechanav:hover{
	opacity:.9;
	background-color:#0d181d;
}


#searchholder  .flechanav.arrow-left{
	left:0px;
	background-image:url(../images/slider-arrow-left.png);
}

#searchholder .flechanav.arrow-right{
	right:0px;
	background-image:url(../images/slider-arrow-right.png);
}



.jspVerticalBar
{
	left: 0;
}

.scroll-pane
{
	width: 100%;
	height: 200px;
	overflow: auto;
}


#diezmastop{
	width:80%;
	clear:both;
	overflow:hidden;
	margin:0 auto;
}


#diezmastop > h1{
	display:block;
	width:100%;
	height:45px;
	padding:0;
	background:url(../images/fondoh1.png) repeat-x;
	margin:0;
	line-height:45px;
	font-size:24px;
	text-align:center;
	font-weight:bold;
}

#diezmastop a .bloque{
	width:25%;
	float:left;
	height:350px;
}

#diezmastop a:hover .bloque{
	background:#000;
}

#diezmastop a .bloque .photoavatar{
	display:block;
	width:100%;
	height:200px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	position:relative;
}

#diezmastop a:hover .bloque .photoavatar{
	opacity:.8;
}

#diezmastop a .bloque .photoavatar .RankNum{
	position:absolute;
	bottom:15px;
	right:15px;
	border-radius:20px;
	height:40px;
	width:40px;
	background:#ddd;
	line-height:40px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	border:2px solid #bbb;
	opacity:.8;
	
}

#diezmastop a .bloque .conftext{
	display:block;
	width:100%;
	height:150px;
	background:url(../images/conferencistasdatafondo.png);
	overflow:hidden;
}

#diezmastop a:nth-child(odd) .bloque .conftext{
	background:url(../images/conferencistasdatafondo80.png);
}

#diezmastop a .bloque .conftext h2,
#diezmastop a .bloque .conftext p,
#diezmastop a{
	text-decoration:none;
}

#diezmastop a .bloque .conftext h2{
	line-height:1.1;
	margin:65px 0 4px 0;
	text-align:center;
	font-size:16px;
	padding:0 20px;
}

#diezmastop a:hover .bloque .conftext h2{
	margin:10px 0 4px 0;
}

#diezmastop a .bloque .conftext p{
	line-height:1.1;
	margin:0 0 4px 0;
	text-align:center;
	font-size:12px;
	padding:0 20px;
	display:none;
}

#diezmastop a:hover .bloque .conftext p{
	display:block;
}

#diezmasbottom{
	width:80%;
	clear:both;
	overflow:hidden;
	margin:0 auto 50px;
}

#diezmasbottom a .bloque{
	width:50%;
	float:left;
	height:120px;
}

#diezmasbottom a:hover .bloque{
	background:#000;
}

#diezmasbottom a .bloque .photoavatar{
	display:block;
	width:30%;
	height:120px;
	float:left;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	position:relative;
}

#diezmasbottom a:nth-child(even) .bloque .photoavatar{
	float:right;
}


#diezmasbottom a:hover .bloque .photoavatar{
	opacity:.8;
}

#diezmasbottom a .bloque .photoavatar .RankNum{
	position:absolute;
	bottom:7px;
	right:7px;
	border-radius:10px;
	height:20px;
	width:20px;
	background:#ddd;
	line-height:20px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	border:2px solid #bbb;
	opacity:.8;
	
}



#diezmasbottom a .bloque .conftext{
	display:block;
	width:70%;
	float:left;
	height:120px;
	background:url(../images/conferencistasdatafondo.png);
	overflow:hidden;
}

#diezmasbottom a:nth-child(1) .bloque .conftext,
#diezmasbottom a:nth-child(4) .bloque .conftext,
#diezmasbottom a:nth-child(5) .bloque .conftext{
	background:url(../images/conferencistasdatafondo80.png);
}



#diezmasbottom a .bloque .conftext h2,
#diezmasbottom a .bloque .conftext p,
#diezmasbottom a{
	text-decoration:none;
}

#diezmasbottom a .bloque .conftext h2{
	line-height:1.1;
	margin:50px 0 4px 0;
	text-align:center;
	font-size:16px;
	padding:0 20px;
}

#diezmasbottom a:hover .bloque .conftext h2{
	margin:10px 0 4px 0;
}

#diezmasbottom a .bloque .conftext p{
	line-height:1.1;
	margin:0 0 4px 0;
	text-align:center;
	font-size:12px;
	padding:0 20px;
	display:none;
}

#diezmasbottom a:hover .bloque .conftext p{
	display:block;
}
