
/* CSS Document */



/***************** MIEMBROS ****************************/
#staff-list-container h2{
margin-bottom:12px;}
#staff-list-container .staff{
width:165px;
height:165px;
float:left;
text-align:center;
border-left: 1px solid #333333;
border-right: 1px solid #333333;
margin-right:18px;
margin-bottom:35px;
}

#staff-list-container .staff .image{
width:165px;
height:117px;
text-align:center;
float:left;
margin-bottom:5px;
border-bottom: 1px solid #333333;
}


#staff-list-container .staff h2{
/*float:left;*/
text-align:center;
padding:6px 7px 0px 7px;
}
#staff-list-container .staff h2 a{
text-decoration:none;
}
#staff-list-container .staff h2 a:hover{
color:#FFFFFF;
}


/*** TODO EL EQUIPO***/

#staff-list-container_equipo .staff{
width:454px;
height:155px;
text-align:center;
float:left;
margin-right:10px;
margin-bottom:10px;
border-left: 1px solid #333333;
}


#staff-list-container_equipo .staff .image{
width:187px;
height:117px;
text-align:center;
float:left;
}


#staff-list-container_equipo .staff .contenido{
width:245px;
float:right;
text-align:left;
padding:0px 10px;
border-left: 1px solid #333333;
}

#staff-list-container_equipo .staff-single-backlink {
width:100%;
padding-top:25px;
float:left;
margin-top:40px;
border-top:1px solid #333333;}
 

#staff-list-container_equipo .staff-single-backlink a {
float:left;
height:19px;
padding-left:23px;

background:url(../images/bg_boton_left.gif) no-repeat left center;}




/**DETALLE**/
#staff-single-header h1{
font-size:12px;
font-weight:bold;
padding-bottom:30px;
}

#staff-single-item .staff-single-backlink a {
float:left;
height:19px;
padding-left:23px;
margin-top:40px;
background:url(../images/bg_boton_left.gif) no-repeat left center;}

.staff-single-img{
width:auto;
float:left;
margin-right:25px;
/*border:1px solid #666666;*/}


/*#staff-single-content{
display:block;
clear:both;}*/

#staff-single-list ul{
list-style-type:none;
}

#staff-single-list ul li{
padding-bottom: 5px;
}
