*{
	margin:0px;
	padding:0px;
	
}



.centrar
{
	margin:auto;
	
}

.fondo_lista_de_fotos{

	background:#CCC;
}

.lista_de_fotos {
	overflow:inherit;
	list-style-type:none;
    white-space:normal; 
	
	margin-left :auto;
	margin-right: auto;
}

.contenido_principal{

	background:#EEE;
}

.foto{
	margin-bottom:10px;
}

.datos_de_corredor {
	background:#EEE;
	color:#040;
}

.item_foto{
	margin :5px;
	width : 110px;
	
	display: inline; 	
}

.foto_lista {
	width : 110px;
	margin:2px;
}

a:hover  .foto_lista  {
	border: solid;
	border-width: 4px;
	border-color:#040;
}

.foto_seleccionada  {
	border: solid;
	border-width: 4px;
	border-color:#242;
}

