@charset "utf-8";
/* CSS Document */

.lista_staff ul{
	font-family: tahoma, verdana;
	font-size:0.81em;
	color:#666666;
	margin-bottom:10px;
	margin-left:30px;
	text-align:justify;
	width:660px;
	display:block;
	line-height:18px;
	list-style-type:none;
	background:none;
	margin-left:30px;
}
.lista_staff ul a{
	color:#DB002E;
	text-decoration:none;
}

.lista_staff ul a:hover{
	color:#b7002c;
	text-decoration: underline;
}


.lista_staff li{
	border: 1px solid #999999;
	padding: 10px;
	background: transparent none repeat scroll 0% 0%;
	width: 250px;
	height: 80px;
	margin-right: 30px;
	float: left;
	margin-bottom: 15px;
}

/*.sus_subtitulos{
	font-family: tahoma, verdana;
	font-size:0.88em;
	color:#DB002E;
	font-weight:bold;	
	margin-bottom:10px;
	margin-left:30px;
	margin-top:30px;
	width:650px;
}*/
.sub_subtitulos{
	font-family: tahoma, verdana;
	font-size:0.88em;
	color: #666666;
	font-weight:bold;
	margin-bottom:10px;
	/*margin-left:30px;*/
	margin-top:30px;
	width:650px;
	padding-left:30px;
}

.tabla_staff{
	font-family: tahoma, verdana;
	font-size:0.81em;
	color:#666666;
	margin-bottom:10px;
	margin-left:30px;
	display:block;
	line-height:18px;
	width:650px;
}
.tabla_staff a{
	color:#DB002E;
	text-decoration:none;
}
.tabla_staff a:hover{
	color:#b7002c;
	text-decoration:underline;
}
.tabla_staff td{
	border:#999999 1px solid;
	padding:10px 10px;
	width:180px;
}
/*table.tabla_staff{
	border-collapse:collapse;
}*/