.imagen_persona_listado {
  -webkit-box-shadow: 5px 5px 5px 0px rgba(204,204,204,0.8);
  -moz-box-shadow: 5px 5px 5px 0px rgba(204,204,204,0.8);
  box-shadow: 5px 5px 5px 0px rgba(204,204,204,0.8);
  border: 1px solid #DDD;
  /*max-height: 225px;*/
  margin-bottom: 8px;
}
/*
.persona_container{

}
*/
	
	
.minificha_datos_persona{
    padding-top: 6px;
    padding-left: 6px;
    padding-left: 6px;
    padding-bottom: 12px;
    margin-bottom: 2px !important;
    border: 1px solid #BBB;
    background-color: #EEE;
    border-radius: 0px 10px 0px 0px;
    -moz-border-radius: 0px 10px 0px 0px;
    -webkit-border-radius: 0px 10px 0px 0px;
    border: 1px solid #DDD;
}

.minificha_datos_persona li {
  padding: 2px 5px !important;
	font: 300 16px / 28px;
}
.uk-list-striped > li {
  padding: 2px 5px !important;
	font: 300 16px / 28px;
}
.persona_contenido{
	padding-top: 6px;
	padding-left: 6px;
	padding-bottom: 12px;
	margin-bottom: 25px !important;
	border: 1px solid #BBB;
	background-color: #EEE;
	border-radius: 0px 10px 0px 0px;
	-moz-border-radius: 0px 10px 0px 0px;
	-webkit-border-radius: 0px 10px 0px 0px;
	border: 1px solid #DDD;
}
.imagen_persona{
	-webkit-box-shadow: 5px 5px 5px 0px rgba(204,204,204,0.8);
	-moz-box-shadow: 5px 5px 5px 0px rgba(204,204,204,0.8);
	box-shadow: 5px 5px 5px 0px rgba(204,204,204,0.8);
	border:1px solid #DDD;
	margin-bottom:8px;
	max-height:225px;
}

	.imagen_agencia {
	  width:400px;
	  -webkit-box-shadow: 5px 5px 5px 0px rgba(204,204,204,0.8);
	  -moz-box-shadow: 5px 5px 5px 0px rgba(204,204,204,0.8);
	  box-shadow: 5px 5px 5px 0px rgba(204,204,204,0.8);
	  border: 1px solid #DDD;
	  margin-bottom: 8px;
	}


.video-container {
	position:relative;
	padding:30px;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
}


.uk-panel .uk-section {
	padding-top: 0px;
	padding-bottom: 0px;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.grid_persona_nombre {
	font: 300 16px / 28px 'Roboto';
	-webkit-text-size-adjust: 100%;
 	list-style: none; 
	cursor: pointer; 
	margin: 0 0 20px 0; 
	font-family: 'Lato'; 
	text-transform: uppercase; 
	font-size: 18px; 
	line-height: 24px; 
	letter-spacing: 2px; 
	font-weight: 500; 
	color: #f126bf !important;
}