@charset "utf-8";
/* CSS Document */
#slideshowd {
    position:relative;
    height:443px;
	width:271px;
	}
#slideshowd IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	}
#slideshowd IMG.active {
    z-index:10;
    opacity:1.0;
	}
#slideshowd IMG.last-active {
    z-index:9;
	}
/**/
.equipo{
	float:left;
	margin-top:15px;
	margin-left:50px;
	}
.equipo ul li{
	width:405px;
	height:98px;
	float:left;
	position:relative;
	}
.title{
	background-image:url(../img/caption.png);
	width:405px;
	height:38px;
	float:left;
	margin-top:25px;
	position:relative;
	}
.title h2{
	font-weight:normal;
	font-size:19px;
	margin-left:45px;
	font-family:"Open Sans Condensed Light";
	margin-top:10px;
	}
.icono{
	position:absolute;
	width:97px;
	right:30px;
	top:0px;
	height:98px;
	}
.prev{
	background:url(../img/equipo/prev.png) no-repeat;
	width:37px;
	height:56px;
	position:absolute;
	bottom:20px;
	left:15px;
	cursor:pointer;
	}
.prev:hover{
	background-image:url(../img/equipo/prev-h.png);
	}
.next{
	background:url(../img/equipo/next.png) no-repeat;
	width:37px;
	cursor:pointer;
	height:56px;
	position:absolute;
	bottom:20px;
	right:-10px;
	}
.next:hover{
	background-image:url(../img/equipo/next-h.png);
	}