/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/**
 * Styles for the images and text, so they can align
 */

#mycarousel li#last{border-bottom: solid 2px #212852;}

.carrusel_expertos ul{
	height:100px;
}

.carrusel_expertos ul li{
	font:13px Tahoma, Sans-serif;
	color:#000;
	/*margin: -15px 0 15px 0;*/
}

.muylargo{
	font: 9px Georgia, "Times New Roman", Times, serif;
}

.carrusel_expertos img.izq{
	float:left;
	display:block;
	position:absolute;
	left:0;
	margin-top: 8px;
	width: 77px;
	height: 88px;
}

.carrusel_expertos img.der{
	float:right;
	display:block;
	position:absolute;
	right:0px;
	margin-top:8px;
	width: 77px;
	height: 88px;
}

#textcontainer_der{
	/*padding: 0 0 0 80px;*/
	padding-left:0px;
	margin-left:76px;
	width:163px;
}

#textcontainer_izq{
	/*padding: 0 0 0 0px;*/
	padding-left:0px;
	width:163px;
} 

#nombre_experto_der{
	font-style:bold;
	float:left;
	position:absolute;
	padding-top:10px;
	right:0px;
}

#residencia_experto_der{
	float:left;
	position:absolute;
	/*padding: 5px 0 2px 0px;*/
	margin-top:40px;
	right:0px;
	/*left:76px;*/
}

#nombre_experto_der_s{
	font-style:bold;
	float:left;
	position:absolute;
	margin-top:-100px;
	right:10px;
}

#cargo_experto_der_s{
	float:left;
	position:absolute;
	/*padding: 5px 0 2px 0px;*/
	margin-top:-70px;
	right:6px;
	width:170px;
	height:30px;
	font-size:10px;
	text-align:center;
	/*left:76px;*/
}

#residencia_experto_der_s{
	float:left;
	position:absolute;
	/*padding: 5px 0 2px 0px;*/
	margin-top:-110px;
	/*margin-top:-60px;*/
	right:60px;
	/*left:76px;*/
}

#mail_experto_der{
	padding: 5px 0 0 0px;
	position:absolute;
	right:0px;
	overflow:visible;
}

#nombre_experto_izq{
	font-style:bold;
	float:left;
	position:absolute;
	padding-top:10px;
	width:120px;
	left:0px;
}

#residencia_experto_izq{
	float:left;
	position:absolute;
	/*padding: 5px 0 2px 0px;*/
	margin-top:40px;
	left:0px;
	/*left:76px;*/
}

#mail_experto_izq{
	padding: 5px 0 0 0px;
	overflow:visible;
}

#nota{
	font:9px Tahoma, Geneva, sans-serif;
}

#linkabsglobal{
	border: 10px #000;
	background:url(../img/linkabsglobal.gif) no-repeat;
	/*float:right;*/
	position:absolute;
	/*right:0;*/
	top:0;
	margin:0 0 0 153px;
	/*z-index:90;*/
}
