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

#contenedorEnlacesInteres {
	display:table;
	width:100%;
	text-align:center;
}

#contenedorEnlacesInteres ul {
	display:inline-block;
	text-align:left;
	width:300px;
	padding:20px 20px 20px 30px;
	border:dashed 1px #666;
}